csv2json

command module
v0.0.0-...-5fb99bd Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2022 License: MIT Imports: 9 Imported by: 0

README

Defining our CSV to JSON app

Let's define what functionalities and requirements our CLI tool should have:

  • This program should take a CSV file path as an argument and generate a JSON file using the same data.
  • The JSON file should contain an array, where each array element represents a row from the input CSV file.
  • All the JSON data is of string type.
  • You will be able to generate a “well-formatted” (indented) JSON file.
  • You will be able to indicate whether the input CSV file is using “comma” or “semicolon” as the column separator.
  • This program must have a “help” option, to know how to use this tool.ol

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