Skip to content
Discussion options

You must be logged in to vote

In that example the inner quotes look like standard CSV doubled enclosure characters, not a separate escape sequence. So I would first test with the quote character only as the enclosure, and leave Escape empty.

Try the Text file input with only these CSV-related settings first:

Separator: ;
Enclosure: "
Escape: <empty>

With that convention, this field:

"hello this is a ""nice"" comment"

is intended to become:

hello this is a "nice" comment

Setting Escape to the same character as Enclosure can change how the parser walks through the quoted field, which would explain why rows that previously parsed start getting skipped or shifted. Use Escape only if your source file uses a separate esca…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cpm-vhc
Comment options

@yudin-s
Comment options

@cpm-vhc
Comment options

Answer selected by cpm-vhc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants