SkillAgentSearch skills...

Csv2json

No description available

Install / Use

/learn @mattn/Csv2json
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

csv2json

CSV/JSON converter

Usage

Read CSV from stdin, Writer JSON to stdout.

Usage of csv2json:
  -field string
        collect field
  -header
        use header (default true)
  -obj
        output object (default true)
  -raw
        raw string

list tweet texts

$ cat mytweets.csv | csv2json -raw -f text

convert CSV to JSON, and format with jq

$ cat mytweets.csv | csv2json | jq .

Installation

$ go get github.com/mattn/csv2json

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated6y ago
Forks1

Languages

Go

Security Score

55/100

Audited on Aug 16, 2019

No findings