Skip to content

mohammadanang/cituji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to JSON Parser

Converter tool using command line.

Using Run

You can run:

go run main.go [options] <csvfilepath>

Using Build

or you can build:

go build .

and then execute:

./cituji [options] <csvfilepath>

Options

You can see the options by run:

go run main.go --help

or

./cituji --help

options:

  • --pretty, to make return json formatted.
  • --separator=<type>, type = comma or semicolon, based on your csv separator value.

Run Test

go test -v

Enjoy!

About

Tools converting csv to json using go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages