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
I'm hitting an error Unable to align: Inconsistent double quotes at line 3 when double quotes are used inside field value, like that example:
ID;name;comment
12;first one;here goes the comment
13;lorem delenit;Lorem "ipsum dolor" sit amet
15;last one;In dolore nibh takimata sanctus amet
As you can see fields are not quoted. Quotes are used only inside the field string. And extension does report it as an error and refuses to align data :(
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. It looks like the root cause is that Rainbow CSV is currently too prescriptive when it comes to comma and semicolon-separated files and doesn't try to autodetect non-standard dialects. If you just have one or two files like this you can "fix" it by manually switching the dialect to "simple" : select any semicolon character with cursor -> Right Click -> Set Rainbow Separator and then choose the "Literal" policy. I will try to figure out how to adjust the autodetection to handle such files automatically as I understand not every use case requires compliance with RFC 4180
mechatroner
changed the title
Unable to align: Inconsistent double quotes
Add fallback to "simple" dialect for comma and semicolon -separated content autodetection
Feb 11, 2025
I'm hitting an error
Unable to align: Inconsistent double quotes at line 3
when double quotes are used inside field value, like that example:As you can see fields are not quoted. Quotes are used only inside the field string. And extension does report it as an error and refuses to align data :(
The text was updated successfully, but these errors were encountered: