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

WIP: Add CSV to JSON parser method for Node environment #5

Closed
wants to merge 3 commits into from

Conversation

vaibhavarora14
Copy link
Owner

  • Add method to accept valid CSV code
  • Add method to break CSV code into rows
  • Add method to break CSV code rows into different Array elements, and return array of row.
  • Integrate above methods, and make ready basic CSV to JSON parser for Node environment
  • Add tests to met all expectations from functionality
  • Add tests to check for edge cases

@vaibhavarora14 vaibhavarora14 added the enhancement New feature or request label May 10, 2020
@vaibhavarora14 vaibhavarora14 added this to the V0.1.0 milestone May 10, 2020
@vaibhavarora14 vaibhavarora14 self-assigned this May 10, 2020
@vaibhavarora14 vaibhavarora14 added this to In progress in CSV parser v0.1.0 via automation May 10, 2020
@vaibhavarora14 vaibhavarora14 linked an issue May 10, 2020 that may be closed by this pull request
CSV parser v0.1.0 automation moved this from In progress to Done Aug 16, 2020
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 this pull request may close these issues.

Add function to convert CSV to JSON
1 participant