Skip to content

bboughton/csv2jsonl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2jsonl

This tool converts CSV files to Jsonl (new line separated json objects) output.

Note: that all values are interpreted as strings when reading the CSV file so all output will also be strings.

Install

go get github.com/bboughton/csv2jsonl

Usage

csv2jsonl data.csv > data.jsonl

About

Convert CSV input to new line separated JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages