Hi @julien-f ,
I have created a pull request with some code changes.
PR/37
1) one problem I saw was that the function csv2json only returns a stream and not the JSON, so creating a JSON object becomes very complicated even after using the module..
Now it directly returns JSON data..
2) Added an example.js file
3) Added a test file...
4) Added jsonDoc
What do you think about it ?
If you think this is a good idea then i ll modify this to support cli as well
Hi @julien-f , I have created a pull request with some code changes. PR/37 1) one problem I saw was that the function csv2json only returns a stream and not the JSON, so creating a JSON object becomes very complicated even after using the module.. Now it directly returns JSON data.. 2) Added an example.js file 3) Added a test file... 4) Added jsonDoc What do you think about it ? If you think this is a good idea then i ll modify this to support cli as well