Closed
Description
If I have a JSON object with the following data:
{
"Name": "test",
"Tags": ["A", "B", "C"],
}
Converting this to CSV I'd like it to look like this:
Name,Tags
test, "A,B,C"
It's easy enough to manipulate the data prior to sending it to json-2-csv
, but not sure if there are any plans for custom data hooks/manipulation.
Metadata
Metadata
Assignees
Labels
No labels