Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkn104 authored Jan 10, 2018
1 parent c95298a commit fb4fe13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ The CSV writer converts 2-dimensional array to CSV text.
* The writer takes about 1 sec. for 8MB CSV, 8000 rows x 100 columns.
* The parsers do not fully check the syntax error (they parse correctly if the CSV has no syntax error).

Also includes [VBScript](https://msdn.microsoft.com/library/cc392489.aspx) version --- CSVUtil*.vbs --- which are generated by convert2vbs.vbs.

## Examples

#### ParseCSVToCollection(csvText as String) As Collection
Expand Down

0 comments on commit fb4fe13

Please sign in to comment.