Skip to content

Flattening of Array to comma separated values? #200

Closed
@cstrat

Description

@cstrat

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions