Skip to content

v1.6

Compare
Choose a tag to compare
@sdkn104 sdkn104 released this 04 Oct 11:11
· 12 commits to master since this release
a45e154

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.