An operation to convert a CSV input to a JSON output or an array of arrays.
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 string type for the operation input, when you drag in a CSV file it'll work as if you just copied the text.
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?