ryu1kn / csv-writer

Convert objects/arrays into a CSV string or write them into a CSV file
https://www.npmjs.com/package/csv-writer
MIT License
246 stars 39 forks source link

How can i write data dynamically using csv-writer #47

Closed anuragdubey409 closed 4 years ago

anuragdubey409 commented 4 years ago

I need to pass the parameter from function and write the parameter to the csv file

ryu1kn commented 4 years ago

Hi @anuragdubey409 not too sure what you want to achieve. Do you want to provide example “parameter”s and how you want them to appear in a csv file?

ryu1kn commented 4 years ago

Closing this as no additional info was provided...