DEV Community

Discussion on: CSV generation from JSON in Svelte

Collapse
 
inkones profile image
Ines Kondor

Thank you very much Nikhil. Super useful.

How would the "csv part" work with nested json?

For example:
In the "table part" I am rendering a user name like this:

{item.user.details.name}

Suspect that will require significant changes in the csvGenerator.js - or is there a smarter way?
let tableKeys = ?