dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

json to csv converter added #86

Closed AvinashGupta closed 8 years ago

AvinashGupta commented 8 years ago

added new function to allow user to create a csv file out of data read from DB

dominictarr commented 8 years ago

Thanks but I think this is out of scope - this should be it's own module that you can pipe JSONStream to, not a part of JSONStream.

notslang commented 8 years ago

Yeah, that's way out of scope... I would hate to have an extra function loaded everywhere that I use this module, especially since you can just pipe JSONStream into csv-write-stream.