Skip to content

Releases: sdkn104/VBA-CSV

v1.9

20 Sep 04:39
e1095b9
Compare
Choose a tag to compare

Speed up of the parsers.
Fixed a performance issue In previous versions that it takes very long time for CSV that includes no double-quotation character.

v1.8

14 Mar 13:49
c5acd22
Compare
Choose a tag to compare

Speed up of the parsers and add functions returns Dictionaries.

  • Speed up of the parsers. ParseCSVToArray() is now about 2 times faster than previous version.
  • Add functions ParseCSVToDictionary() and GetFieldDictionary()

v1.7

17 Oct 22:10
39d6a51
Compare
Choose a tag to compare

minor update.

  • ConvertArrayToCSV(): When the value of an element in the array is Null, it is converted to "", instead of generating error.

v1.6

04 Oct 11:11
a45e154
Compare
Choose a tag to compare

Enhancement and peformance improvement.
All the new features are optional and the default behavior is not changed.

  • Adding optional argument allowVariableNumOfFields of parser functions. It allows variable number of fields among rows.
  • Adding optional argument quoting of ConvertArrayToCSV(). It specifies what kind of fileds to be quoted.
  • Adding optional arugment recordSeparator of ConvertArrayToCSV(). It specifies line terminator charactor.
  • Reducing memory usage of parsers of VBScript version.

v1.5

10 Jan 11:46
fb4fe13
Compare
Choose a tag to compare

Add VBScript version - xxxx.vbs files.

v1.4

20 Dec 13:08
b9046a2
Compare
Choose a tag to compare

add examples of writeFile, converting Excel Range to CSV

v1.3

21 Aug 22:08
Compare
Choose a tag to compare

change README.md, remove unused code

v1.2

19 Aug 04:34
Compare
Choose a tag to compare

Speed up the parsers and writer

v1.1

17 Aug 22:36
Compare
Choose a tag to compare

Add a CSV Writer, speed up of the parsers.

v1.0

02 Aug 11:14
Compare
Choose a tag to compare

Initial release