You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @julien-f ,
I have created a pull request with some code changes. PR/37
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..
Added an example.js file
Added a test file...
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
The text was updated successfully, but these errors were encountered:
Hi @julien-f ,
I have created a pull request with some code changes.
PR/37
Now it directly returns JSON data..
What do you think about it ?
If you think this is a good idea then i ll modify this to support cli as well
The text was updated successfully, but these errors were encountered: