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 function to convert CSV to JSON #1

Open
vaibhavarora14 opened this issue May 10, 2020 · 0 comments
Open

Add function to convert CSV to JSON #1

vaibhavarora14 opened this issue May 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vaibhavarora14
Copy link
Owner

Input CSV example -
field_1,field_2,field_3¬ aaa,bbb,ccc¬ xxx,yyy,zzz¬

Output JSON example -
[ ["field_1", "field_2", "field_3"], ["aaa", "bbb", "ccc"], ["xxx", "yyy", "zzz"] ]

@vaibhavarora14 vaibhavarora14 added the enhancement New feature or request label May 10, 2020
@vaibhavarora14 vaibhavarora14 self-assigned this May 10, 2020
@vaibhavarora14 vaibhavarora14 added this to the V0.1.0 milestone May 10, 2020
@vaibhavarora14 vaibhavarora14 linked a pull request May 10, 2020 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant