Skip to content

Releases: ws-garcia/VBA-CSV-interface

CSV Interface v4.3.11

19 Jul 02:56
Compare
Choose a tag to compare

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

18 Jul 02:38
Compare
Choose a tag to compare

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

29 Jun 03:42
Compare
Choose a tag to compare

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

04 Apr 03:08
Compare
Choose a tag to compare

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

02 Apr 07:48
Compare
Choose a tag to compare

Bugs fixed

  • Dialect sniffer: the CSV file dialect cannot be detected when the qualifier was not present.

CSV Interface v4.3.6

01 Apr 05:09
Compare
Choose a tag to compare

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

26 Mar 18:33
d9fe74d
Compare
Choose a tag to compare

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

21 Mar 03:27
Compare
Choose a tag to compare

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

08 Feb 03:23
Compare
Choose a tag to compare

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

07 Feb 03:48
Compare
Choose a tag to compare

Bug fixes

  • CSVTextStream: subfolders were not managed correctly.
  • CSVArrayList: Add2 method was broken.