@lix-js/plugin-csv
v0.1.11
Published
This plugin adds support for `.csv` files in Lix.
Readme
Lix Plugin .csv
This plugin adds support for .csv files in Lix.
Limitations
CSV files have no ids. To detect changes, the CSV plugin assumes that a unique column exists in the CSV file. This column is used to uniquely identify each row in the CSV file.
- Every CSV file must have a header row.
- The CSV file must have a unique column.
- Changing the unique column value in a row will lead to the detection of a deletion and new insertion.
Valid Example
| Email (unique column) | Name | Age | |---------------------------|----------------|-----| | [email protected] | Hans Müller | 30 | | [email protected] | Hans Müller | 83 | | [email protected] | Lisa Schneider | 25 | | [email protected] | Karl Meier | 28 |
