Skip to content

A micro go library to convert tsv and csv files to json format

License

Notifications You must be signed in to change notification settings

jbelmont/json-converter

Repository files navigation

JSON Converter

Build Status

A micro go library to convert tsv and csv files to json format

Help

invoke the ./jsonconverter to show the help

Build

Run the command go build jsonconverter.go to build an executable file

This will create a binary file called `jsonconverter

CSV Files

Pass in the flag -csv-file in order to convert csv into json

TSV Files

Pass in the flag -tsv-file in order to convert tsv into json

About

A micro go library to convert tsv and csv files to json format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages