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
Seatunnel can not handle such case and just report exception when reading such line. If a field is encapsulated by double quotation mark, seatunnel should ignore the line break for this field.
Issue2
If a field is encapsulated by double quotation mark in a line, after seatunnel reading the line, it can recognize the double quotation mark, see below example, a line has 4 fields
But when seatunnel writes the line in the sink csv file, the the double quotation mark is missing, see below example, , this line has 5 fields, this is wrong
Search before asking
What happened
Issue1
When reading csv file, if one field contains line break \n and this field is encapsulated by double quotation. see below example
Seatunnel can not handle such case and just report exception when reading such line. If a field is encapsulated by double quotation mark, seatunnel should ignore the line break for this field.
Issue2
If a field is encapsulated by double quotation mark in a line, after seatunnel reading the line, it can recognize the double quotation mark, see below example, a line has 4 fields
But when seatunnel writes the line in the sink csv file, the the double quotation mark is missing, see below example, , this line has 5 fields, this is wrong
SeaTunnel Version
2.3.8
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: