logo
  • Docs
  • Plugins
  • API Reference
    Overview
    JSON
    CSV
    Markdown
    ProseMirror
    Build your own
    Previous pageJSONNext pageMarkdown
    npm
    @lix-js/plugin-csv
    GitHub
    View source code

    #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