- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Improvement ideas! #16
Comments
@TheLearneer the 1. and 2. points are now correctly implemented with the release v1.0.2 About the 3. point:
|
I came up against the issue 3 reported here as well and found a way around it. Looking at the source, it's doing split() using the delimiter you pass in. Because of that, it's possible to specify regex as the delimiter and it works for my purposes. Perhaps that will for yours too. Regex I found on the internet: using it with csvToJson: |
@aataylor This works perfectly, thanks! |
I was using this package for one of my project and recently got to know about some limitations and bugs in the package:
if I have a field
,"how are you, I hope you are doing fine",0
here the
,
inside the quotation is still regarded as delimiter.. so I guess Support for quoted strings is neededHope to see these changes happening..
The text was updated successfully, but these errors were encountered: