0.1.9 • Published 11 months ago

@lix-js/plugin-csv v0.1.9

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
11 months ago

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)NameAge
hans@example.comHans Müller30
mull@example.comHans Müller83
lisa@example.comLisa Schneider25
karl@example.comKarl Meier28
0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago