Releases: integreat-io/integreat-adapter-csv
Releases · integreat-io/integreat-adapter-csv
v1.0.0
v0.1.4
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
- 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
Support headerRow
option.
v0.1.1
Implement basic write functionality
v0.1.0
First release. Read CSV files.