Converter tool using command line.
You can run:
go run main.go [options] <csvfilepath>
or you can build:
go build .
and then execute:
./cituji [options] <csvfilepath>
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 =commaorsemicolon, based on your csv separator value.
go test -v