Details
-
Improvement
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.3.1
-
None
Description
Currently, Flink CSV parser is not compliant with RFC 4180. Due to this issue, it was not able to parse standard csv files including double quotes and delimiters with in fields etc.
In order to produce this bug, we can take a csv file with double quotes included in field of the records and parse it using Flink CSV parser. One of the issue is mentioned in the jira FLINK-4785.
The CSV related issues will be solved by making CSV parser compliant with RFC 4180 standards for Table Source.
Attachments
Issue Links
- contains
-
FLINK-7274 ParserError NUMERIC_VALUE_FORMAT_ERROR
- Closed
- links to