filipniziol
Esteemed Contributor

Hi @fabien_arnaud ,

I think I know the issue.

Could you please change your escape character (escape = '"') to be different than your quote character (quote = '"')?
For example set it to \.

In your csv there is a sequence like ","," and one of the quotes is used to escape comma.

Let us know if that helps