-
Notifications
You must be signed in to change notification settings - Fork 58
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
CSV to JSON is incorrectly tranformed if there is a field that starts with a break line. #265
Comments
I'm also experiencing this issue. It looks like it might have previously been fixed here #240, I wonder if a regression has been introduced at some point? |
Thanks for reporting this @AndrzejKmicic and for testing it against the release from #240 @mattrobinson10. Sorry for the delay in addressing this - I had some personal commitments that needed my full attention as a family member wasn't well. I've started looking into this issue and think I have a general idea as to why this is happening. I'll keep you updated when I have a solution. Thanks again for your understanding. |
No problem at all @mrodrig, sorry to hear that a family member wasn't well I hope they are feeling better now. If I can help with anything let me know! |
This should be resolved in the latest release (5.5.7). Please let me know if you run into any other issues and thanks again for your help tracking this down. 🙂 |
Thanks for the super quick fix! 🙌 |
Background Information
The issue I'm reporting is with:
I have...
Expected Behavior
CSV to JSON is correctly tranformed if there is a field that starts with a break line.
Actual Behavior
CSV to JSON is incorrectly tranformed if there is a field that starts with a break line.
Data Sample
CSV:
Code Example
Stackblitz
The text was updated successfully, but these errors were encountered: