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

CSV file does not render properly after exporting large amount of data #66

Closed rohitpatil7892 closed 3 years ago

rohitpatil7892 commented 3 years ago

EVN info Node version: 12.18.3 Package version: 1.6.0

I have a very simple test in which I am exporting a large amount of data using CSV-Writer. When I try to open a CSV file, the file does not show all data in a well-formatted (file.csv).

I have attached the sample code (Export.zip), Please find the attachment. Export.zip

ryu1kn commented 3 years ago

Hi @rohitpatil7892 . Not sure why you think it's not well formatted. Which part doesn't look right to you?

ryu1kn commented 3 years ago

Closing this

rohitpatil7892 commented 3 years ago

Hi @ryu1kn I Verify the data and found that when I tried to open the CSV in excel then CSV data was populated incorrectly because of the exel character limit.

This is not a bug

Thanks for your response :)

ryu1kn commented 3 years ago

because of the exel character limit.

Ahh I see. Thanks for the update 👌