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

Add example code in JSON to CSV #1145

Open
3 tasks done
Swamp2k9 opened this issue Jun 4, 2024 · 0 comments
Open
3 tasks done

Add example code in JSON to CSV #1145

Swamp2k9 opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request triage

Comments

@Swamp2k9
Copy link

Swamp2k9 commented Jun 4, 2024

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).
@Swamp2k9 Swamp2k9 added enhancement New feature or request triage labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant