Open bobtail0925 opened 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" } }];
Any suggestions for this issue?
probably handle it like this converter does:
https://json-csv.com/
have you guys found a workaround for this?
If there is nested structure in the data, how will it be transferred into csv?
var data = [{ name: "name1", nested: { nestedName: "nestedName1" } }];