Releases: ws-garcia/VBA-CSV-interface
Releases · ws-garcia/VBA-CSV-interface
CSV Interface v4.3.11
Improvements
- Field splitter: it is now possible to split fields even if all records do not have the same number of fields.
CSV Interface v4.3.10
Improvements
- Field splitter: fields can now be split into rows. This new capability can be useful when you want to organize tabular data without adding new headers.
CSV Interface v4.3.9
Bugs fixed
- CSVArrayList: buffer allowed to restart on invalid values.
- CSVInterface: data container is initialized together with the instance of class.
CSV Interface v4.3.8
Improvements
- Much more stable dialect sniffer: the parser can now infer CSV dialects in a much more stable way, omitting the propagation of mean errors to the table record scores.
CSV Interface v4.3.7
Bugs fixed
- Dialect sniffer: the CSV file dialect cannot be detected when the qualifier was not present.
CSV Interface v4.3.6
Bug fixes
- Faulty import of CSV file segments: The parser could not import CSV file segments when
.parseConfig.startingRecord
and.parseConfig.endingRecord
properties were specified.
CSV Interface v4.3.5
Improvements
- More powerful dialect sniffer: the parser can now infer CSV dialects much more accurately. The tool can now correctly detect line endings in files containing non-unique end-of-line characters.
CSV Interface v4.3.4
Improvements
- Released a general version of CSV Interface: this library can be used from any Office application, it is supposed to work also in other environments such as AutoDesk AutoCAD.
Bug fixes
- ImportFromCSV: the information about number of fields was not correctly mapped, this caused erratic behavior at import stage and in the dump methods to spreadsheets and databases when the user indicated the fields to be imported.
CSV Interface v4.3.3
Bug fixes
- CSVArrayList: undesired behavior of the
Copy
method when the given end index exceeded the current amount of data in the instance.
CSV Interface v4.3.2
Bug fixes
- CSVTextStream: subfolders were not managed correctly.
- CSVArrayList: Add2 method was broken.