Re: How to parse list values in csv file

2020-12-06 Thread Yun Gao
Glad to hear that you solved this issue! Best, Yun-- Sender:narasimha Date:2020/12/06 21:35:33 Recipient:Yun Gao Cc:user Theme:Re: How to parse list values in csv file thanks for you email. Translated csv to JSON, read it as a

Re: How to parse list values in csv file

2020-12-06 Thread narasimha
e/flink/types/parser/FieldParser.java#L287 > > > --Original Mail -- > *Sender:*narasimha > *Send Date:*Fri Dec 4 00:45:53 2020 > *Recipients:*user > *Subject:*How to parse list values in csv file > >> Hi, >> >> Getting below erro

Re: How to parse list values in csv file

2020-12-03 Thread Yun Gao
Hi, The CSV only supports the types listed in [1] and must use the types in this list, thus for other types some kind of workaround is needed, like first parsed as string and parsed again later in the program. Best, Yun [1] https://github.com/apache/flink/blob/e10e548feb2bedf54c3863bb

How to parse list values in csv file

2020-12-03 Thread narasimha
Hi, Getting below error when trying to read a csv file, one of the field is list tupe Can someone help if fixing the issue jobmanager_1 | Caused by: java.lang.IllegalArgumentException: The type 'java.util.List' is not supported for the CSV input format. jobmanager_1 | at org.apache.flink.ap