Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you support nested data? #15

Open
bobtail0925 opened this issue Jun 18, 2018 · 3 comments
Open

Do you support nested data? #15

bobtail0925 opened this issue Jun 18, 2018 · 3 comments

Comments

@bobtail0925
Copy link

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

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

@rauler7
Copy link

rauler7 commented Aug 21, 2018

Any suggestions for this issue?

@kriscoleman
Copy link

probably handle it like this converter does:

https://json-csv.com/

@danielmontoya00
Copy link

have you guys found a workaround for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants