-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Operation request: CSV to JSON #277
Comments
Hi there. I believe I can implement this feature. Do you need the CSV to JSON logic just implemented or does it need to be attached to any portion of the code? |
Follow this page for a guide on how to integrate the logic into the main interface. |
Ok thanks. And do you need it to handle CSV string or CSV files? |
I believe that as long as you use the |
Ok thank you for the clarification. Then all I will need to handle is parsing the CSV input to either array or JSON. Is it possible if I can be assigned to this issue since I would like to make a PR? |
We don't really assign to issues on this project. Just make a PR when you're ready, referencing this issue. |
Hi there. Following up to the CSV parser code, I was wondering if I should import my module to the Default or the OpModules.js since I am importing a npm library to do the parsing. |
@Vimal-Raghubir Hi! May I ask why you decided to close your pull request? |
…igurable [FIX] Make routing mode user-configurable Fixes gchq#274
Summary
An operation to convert a CSV input to a JSON output or an array of arrays.
The text was updated successfully, but these errors were encountered: