alhazmy13 / angular-csv-ext

Helper library for create CSV file in Angular.
MIT License
45 stars 23 forks source link

Do you support nested data? #15

Open bobtail0925 opened 6 years ago

bobtail0925 commented 6 years ago

If there is nested structure in the data, how will it be transferred into csv?

var data = [{ name: "name1", nested: { nestedName: "nestedName1" } }];

rauler7 commented 6 years ago

Any suggestions for this issue?

kriscoleman commented 6 years ago

probably handle it like this converter does:

https://json-csv.com/

danielmontoya00 commented 3 years ago

have you guys found a workaround for this?