0.1.9 • Published 1 year ago

@lix-js/plugin-csv v0.1.9

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year 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

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago