Skip to content

Commit 0395577

Browse files
authored
Update README.md
1 parent da48dcb commit 0395577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VBA CSV interface is the most complete, and open source, CSV/TSV VBA parser libr
99
* __Stable__. Fully Test Driven Developed (TDD) library, ([49/49 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).
1010
* __Fast__. Writes and reads files at the highest speed.
1111
* __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.
12-
* __Robust__. Parser and writer accept [Unix-style escape sequences](https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml#useful).
12+
* __Robust__. Parser and writer accept [Unix-style quotes escape sequences](https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml#useful).
1313
* __Easy to use__. A few lines of code can do the work!
1414
* __Highly Configurable__. User can configure the parser to work with a wide range of CSV files.
1515
* __CSV data subsetting__. Split CSV data into a set of files with related data.

0 commit comments

Comments
 (0)