angular-csv-ext
angular-csv-ext copied to clipboard
Do you support nested data?
If there is nested structure in the data, how will it be transferred into csv?
var data = [{ name: "name1", nested: { nestedName: "nestedName1" } }];
Any suggestions for this issue?
probably handle it like this converter does:
https://json-csv.com/
have you guys found a workaround for this?