v1.6
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
ofConvertArrayToCSV()
. It specifies what kind of fileds to be quoted. - Adding optional arugment
recordSeparator
ofConvertArrayToCSV()
. It specifies line terminator charactor. - Reducing memory usage of parsers of VBScript version.