Skip to content

krishnapramodaradhi/csv-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-json

csv-to-json is a command line tool designed to convert CSV (Comma Separated Values) to JSON. Apart from CSV, this tool also supports other demiliters.

For the list of supported delimiters, see below.

Install

WIP

Usage

csv-to-json will read the responses from STDIN with three simple prompts:

  1. Path to file: Should be a valid file path
  2. Output Dir: The path where the output file will be placed
  3. FileName: The name of the output file

Supported Delimiters

Name Delimiter
Comma ,
Pipe |
Tab Space \t

About

Convert CSV to JSON (Command line tool)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages