ozebe / coderbyte-challenge-1

A little Coderbyte challenge write in JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coderbyte Challenge 1

In this challenge i was created a program in Node.js where the input defined in input.csv is parsed and organized into the content shown in output.json.

Requirements

  • Node

Common setup

Clone the repo and install the dependencies.

git clone https://github.com/ozebe/coderbyte-challenge-1.git
cd coderbyte-challenge-1
npm install

Steps for processing the .CSV file to .JSON file

To proccess the input.csv to the output.json file run the command bellow:

npm run proc

If the processes occours without errors, the message bellow its gonna be desplayed:

Arquivo salvo com sucesso em ./output.json

About

A little Coderbyte challenge write in JS


Languages

Language:JavaScript 100.0%