Skip to content

Add example code in JSON to CSV #1145

Open
@Swamp2k9

Description

@Swamp2k9

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

It would be great to have an example JSON loaded on the JSON to CSV page.

Something like the below:

[
{'Age': 18.0, 'Salary': 20000.0, 'Gender': 'Male', 'Country': 'Germany', 'Purchased': 'N'},
{'Age': 19.0, 'Salary': 22000.0, 'Gender': 'Female', 'Country': 'France', 'Purchased': 'N'},
{'Age': 20.0, 'Salary': 24000.0, 'Gender': 'Female', 'Country': 'England', 'Purchased': 'N'}
]

Is their example of this tool in the wild?

No response

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions