Skip to content

Commit 6a4cc83

Browse files
authored
Update index.md
1 parent b378bcb commit 6a4cc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ VBA CSV interface is a class module developed to accomplish the data exchange ta
1515
## Advantages
1616
* Writes and reads files at high speed.
1717
* Supports those CSV's that follows the RFC-4180 specs.
18-
* Supports [Tab Separated Values(TSV)](https://www.iana.org/assignments/media-types/text/tab-separated-values) files. Gracefully handles line-breaks inside TSV fields enclosed in double-quotes.
18+
* Supports [Tab Separated Values(TSV)](https://www.iana.org/assignments/media-types/text/tab-separated-values) files. Gracefully handles line-breaks inside TSV fields enclosed in quotes.
1919
* Auto exclude any quote mark when data is imported.
2020
* Allows an user-defined escape token (option not available in _Power Query for Excel 2019_ and with some inconsistences when user launch the _From Text(Legacy)_ wizard).
2121
* Supports One-dimensional arrays, Two-dimensional arrays and [jagged arrays](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/arrays/jagged-arrays).
2222
* User has the option to import only certain range of records from given file.
2323
* Supports in-line comments (with a user-defined character). See [Papa Parse](https://www.papaparse.com/) project.
24-
* Supports blanks lines and empty ones.
24+
* Supports blanks lines and empty ones.

0 commit comments

Comments
 (0)