You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should we change csvToJson method implementation to except file name and some config, not dirPath and call parseCsv method inside it I think it will make sense if we use it like this ex: csvToJson('Restaurants.csv')
and if the user want to add some configuration the call will be like this: csvToJson('Restaurants.csv, { split: true, maxEntriesPerFile: 5000 }')
The text was updated successfully, but these errors were encountered:
Btw, if you notice something else that can be a good and simple task - please create it and assign to @sibasish14 because i forget to prepare some future tasks.
Btw, I think soon we'll have a new wave of people that can help us :)
should we change
csvToJson
method implementation to except file name and some config, not dirPath and callparseCsv
method inside it I think it will make sense if we use it like this ex:csvToJson('Restaurants.csv')
and if the user want to add some configuration the call will be like this:
csvToJson('Restaurants.csv, { split: true, maxEntriesPerFile: 5000 }')
The text was updated successfully, but these errors were encountered: