Skip to content

Commit a638aa5

Browse files
authored
Update index.md
1 parent bbcd914 commit a638aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VBA CSV interface is the most complete, and open source, CSV/TSV VBA parser libr
1616
* __Stable__. Fully Test Driven Developed (TDD) library, ([50/50 test passed](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/testing/tests/results/)), that includes 500+ line of code for testing. See [VBA test library by Tim Hall](https://github.com/ws-garcia/vba-test).
1717
* __Fast__. Writes and reads files at the highest speed.
1818
* __Memory-friendly__. CSV/[TSV](https://www.iana.org/assignments/media-types/text/tab-separated-values) files are processed using a custom stream technique, only 0.5MB are in memory at a time.
19-
* __Robust__. Parser and writer accept [Unix-style quotes escape sequences](https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml#useful).
19+
* __Robust__. Parser and writer accept [Unix-style quotes escape sequences](https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml#notes).
2020
* __Easy to use__. A few lines of code can do the work!
2121
* __Highly Configurable__. User can configure the parser to work with a wide range of CSV files.
2222
* __CSV data subsetting__. Split CSV data into a set of files with related data.

0 commit comments

Comments
 (0)