zemirco / json2csv

Convert json to csv with column titles
http://zemirco.github.io/json2csv
MIT License
2.71k stars 365 forks source link

Split text line in one cell #214

Closed tbiinfotech closed 6 years ago

tbiinfotech commented 6 years ago

I am using json2csv version ^3.11.2 , I have installed this using npm on my node js+angular2 application. I am able to get csv but the issue is unable to split the text in a cell or column if words are more.

I have checked the other issues on same repo #91 but it is not helpful.

But neither \n nor \n nor \r is working. Can anyone please let me know what options should I use?

juanjoDiaz commented 6 years ago

Can you send an example data and config to reproduce this issue?

juanjoDiaz commented 6 years ago

I'll close this for a lack of answer.

Feel free to reopen if you still think that is an issue.