Skip to content

Commit d25e935

Browse files
authored
Update README.md
1 parent 937a914 commit d25e935

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
@@ -6,7 +6,7 @@
66

77
VBA CSV interface is a class module developed to accomplish the data exchange task between VBA arrays and CSV files at high speed. Projects from [@sdkn104](https://github.com/sdkn104/VBA-CSV) and [@Senipah](https://github.com/Senipah/VBA-Better-Array), both on Github, were used for comparative performance purposes.
88

9-
The parser is compatible with those CSV files compliant with the RFC-4180 standard, but add some useful features like:
9+
The parser is compatible with those CSV files compliant with the RFC-4180 specs, but add some useful features like:
1010
* In-line comments (with a user-defined character). See [Papa Parse](https://www.papaparse.com/) project.
1111
* Skip blanks lines and empty ones.
1212
* User-defined escape character (option not available in _Power Query for Excel 2019_ and with some inconsistences when use the _From Text(Legacy)_ wizard)[[1]](#1).

0 commit comments

Comments
 (0)