Hi all,

When using the parseQuotedStrings function for the CsvReader class, I have
noticed that if the caracter of the quotes is also inside of the string,
the parsing fails.

For example, if there is a field of this form:

"RT @sportsguy33: New Time Warner slogan: "Time Warner, where we make you
long for the days before cable.""

I think it is not so uncommon to have a case like this and it should not
fail, but rather the string should be parsed as:

RT @sportsguy33: New Time Warner slogan: "Time Warner, where we make you
long for the days before cable."

I have found the part of the Flink code that raised this exception and can
fix it, but wanted to consult first if others agree that this is an issue.

Cheers,

Tamara

Reply via email to