satwik77 / csv-to-json-converter

A shell script that takes a csv file and converts it to a json file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-to-json-converter

A shell script that takes a csv file and converts it to a json file

Tested in linux
Usage(in terminal): ./csvtojson.sh input.csv > output_name.json

INSTRUCTIONS:

  1. download both the script files
  2. copy the csv file into the folder with .sh files
  3. run the permod.sh file in the terminal with "host:~$ sh permod.sh "
  4. run the csvtojson.sh file in the terminal with "host:~$ ./csvtojson.sh input.csv > output_name.json"

About

A shell script that takes a csv file and converts it to a json file


Languages

Language:Shell 100.0%