Re: Using Date or other types in a POJO?

2015-07-30 Thread Maximilian Michels
Hi Stefan, The problem is that the CsvParser does not know how to parse types other than the ones that are supported. It would be nice if it supported a custom parser which is either manually specified or included in the PoJo class itself. You can either change your PoJo fields to be of a

Using Date or other types in a POJO?

2015-07-30 Thread Stefan Winterstein
Hi, I'm new to Flink and just taking the first steps... I want to parse a CSV file that contains a date and time as the first field, then some values: 07.02.201549.9871 234.677 ... So I’d like to use this POJO: import java.util.Date; public class DataPoint { private String