Skip to content

Richarizaard/csvToJson

Repository files navigation

Hi there!

This is my take at the .CSV to JSON converter.

Requirements are in requirements.txt


Unit testing suite uses Jest.

Tests are located in the test directory.

To run the testing suite, run npm test


How to run this script

  • Clone repo
  • npm-install to install dependencies
  • Go to console in main directory and build via npm run build
  • Run script via npm start <inputFile> <outputFile>, i.g. npm start ./data/input.csv ./data/output.json

About

.csv to .json converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published