1.0.0-rc.2 • Published 8 years ago

littlefork-plugin-csv v1.0.0-rc.2

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 years ago

littlefork-plugin-csv

Convert littlefork data from and to CSV.

Plugins

  • csv_export

Export littlefork data in CSV format to a file.

Options

  • csv.delimiter (defaults to ,)

    Specify the CSV delimiter.

  • csv.filename (defaults to out.csv). Specify the target file.

littlefork -c config.json -p google_search,csv_export --csv.filename data.csv

  • csv_import

Import a CSV file, and turn it into littlefork data.

Options

Uses glob_pattern as query type.

  • csv.delimiter (defaults to ,)

    Specify the CSV delimiter.

  • csv.id_fields (required). Specify one or several field names (separated by a comma), that are used to determine the identity of a record

littlefork -Q glob_pattern:data/**/*.csv -p csv_import,tap_printf --csv.id_fields firstName,lastName

1.0.0-rc.2

8 years ago

1.0.0-rc.1

8 years ago

0.9.2

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago