angular-csv-ext icon indicating copy to clipboard operation
angular-csv-ext copied to clipboard

Do you support nested data?

Open bobtail0925 opened this issue 6 years ago • 3 comments

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

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

bobtail0925 avatar Jun 18 '18 16:06 bobtail0925

Any suggestions for this issue?

rauler7 avatar Aug 21 '18 15:08 rauler7

probably handle it like this converter does:

https://json-csv.com/

kriscoleman avatar Oct 17 '18 19:10 kriscoleman

have you guys found a workaround for this?

danielmontoya00 avatar Apr 21 '21 07:04 danielmontoya00