zemirco / json2csv

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

data manipulation / data error handling #313

Closed sahadat84 closed 6 years ago

sahadat84 commented 6 years ago

version 3.X Can we add a features for data manipulation/ error handling example: if data cell is null show (' ') empty

juanjoDiaz commented 6 years ago

Hi @sahadat84

Version 3.X is deprecated. I'd advise that you switch to version 4.X. The migration should be very simple.

Apart from that, json2csv doesn't aim to do data processing, only to do the conversion. You can do the processing before calling json2csv.

Also, aren't empty fields already converted to ""? Have you checked the default option?

It would be easier to help you if you provide a data sample, the output that you are getting and the output that you would expect.

juanjoDiaz commented 6 years ago

Closing since there was no response. Please feel free to reopen if you think that it should be reopened.