Skip to content

Instantly share code, notes, and snippets.

View anrodrigues0's full-sized avatar
:octocat:
focus

Andry Rodrigues Santos anrodrigues0

:octocat:
focus
View GitHub Profile
@anrodrigues0
anrodrigues0 / dev_challenge.md
Created May 25, 2022 14:12 — forked from lucas-brito/dev_challenge.md
ClassApp Dev Challenge

Dev Challenge

Create a program in Node.js where the input defined in input.csv is parsed and organized into the content shown in output.json.

Please write your program in only one file (like index.js) and write the output to a file (output.json) instead of printing it to logs or on the screen.