Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csv2json only returns a stream and not the JSON #38

Open
KunalBurangi opened this issue Oct 25, 2023 · 1 comment · May be fixed by #37
Open

csv2json only returns a stream and not the JSON #38

KunalBurangi opened this issue Oct 25, 2023 · 1 comment · May be fixed by #37
Assignees

Comments

@KunalBurangi
Copy link
Collaborator

KunalBurangi commented Oct 25, 2023

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
@KunalBurangi KunalBurangi linked a pull request Oct 26, 2023 that will close this issue
@KunalBurangi
Copy link
Collaborator Author

@julien-f can you please suggest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants