Socket
Socket
Sign inDemoInstall

littlefork-plugin-csv

Package Overview
Dependencies
26
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    littlefork-plugin-csv

CSV based input and output for littlefork.


Version published
Maintainers
1
Install size
7.06 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 14 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc