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
Describe the bug
When i'm trying parse this column ,"\"hola \"\"chao\"", i get an error
Error: Parse Error: expected: ',' OR new line got: 'h'. at 'hola ""c
Describe the bug
When i'm trying parse this column
,"\"hola \"\"chao\"",
i get an errorError: Parse Error: expected: ',' OR new line got: 'h'. at 'hola ""c
My configuration is
I need to use multiples double quotes in the column, for that i scape it with
\
,Parsing or Formatting?
Expected behavior
Parse column as string "hola ""chao"
The text was updated successfully, but these errors were encountered: