-
Notifications
You must be signed in to change notification settings - Fork 362
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
Change API #142
Comments
@juanjoDiaz if you are interested in doing the second item as well. |
Any reason to use stream instead of promises? |
Nevermind, I see the point. It parses lines one by one and you can even track progress. I might take a look at it :) |
@zemirco could you add @juanjoDiaz as a collaborator? Thanks! |
I've pushed up changes to remove callback support. |
Thanks! @zemirco could you add him in Github as well? |
Awesome! Thanks guys. Glad to be helpful :) |
@zemirco Where did you take the RegExp in https://github.com/zemirco/json2csv-stream/blob/master/index.js#L78 from? It doesn't seem to work:
Currently that's my only blocker for adding the streaming API to this project. |
What about using https://www.npmjs.com/package/JSONStream |
I've looked into that one, and also into |
Wow I didn't know that. Good catch. |
But no problem. I dug into the library and learn how to override it's behaviour to don't do that. You'll see. :) |
Streaming api added by #235 |
The text was updated successfully, but these errors were encountered: