coston / react-json-to-csv

A react button component to easily generate csv downloads of your json data. ✨
MIT License
56 stars 6 forks source link

Nested Json #40

Closed akanksha033 closed 3 years ago

akanksha033 commented 3 years ago

I uploaded a nested json and it messed up the columns in the csv. Should I pre-process the data for this package to handle this case?

coston commented 3 years ago

Hey @akanksha033! Thanks for creating this issue. Yes, you should pre-process the data. Have a great day!