You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
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.
8
8
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:
10
10
* In-line comments (with a user-defined character). See [Papa Parse](https://www.papaparse.com/) project.
11
11
* Skip blanks lines and empty ones.
12
12
* 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