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.