command
module
Version:
v0.0.0-...-67844a4
Opens a new window with list of versions in this module.
Published: Oct 15, 2021
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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!
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.