Skip to content

Releases: integreat-io/integreat-adapter-csv

v1.0.0

09 Apr 11:46
01442c4
Compare
Choose a tag to compare

Breaking changes:

  • Updated to Integreat v1 adapter style
  • Requires node v20

v0.1.4

06 Sep 13:48
Compare
Choose a tag to compare

Handle rows with different number of fields. Used to throw on normalizing and only include the number of fields of the first row on serializing. Will now handle each case with the largest number of fields.

v0.1.3

27 Mar 11:08
Compare
Choose a tag to compare
  • Fields in the form col<number> are sorted before other fields and individually by the number
  • Array values are expanded in place as if they were individual fields

v0.1.2

02 Sep 08:01
Compare
Choose a tag to compare

Support headerRow option.

v0.1.1

06 May 11:16
Compare
Choose a tag to compare

Implement basic write functionality

v0.1.0

04 Apr 16:40
Compare
Choose a tag to compare

First release. Read CSV files.