cituji

command module
v0.0.0-...-67844a4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2021 License: MIT Imports: 9 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL