Re: Flink CSV parsing

2017-03-11 Thread Alexander Alexandrov
> > > Hi to all, > > I want to discuss with the dev group something about CSV parsing. > > Since I started using Flink with CSVs I always faced some little problem > > here and there and the new tickets about the CSV parsing seems to confirm > > that this part is

Re: Flink CSV parsing

2017-03-10 Thread Flavio Pompermaier
started using Flink with CSVs I always faced some little problem > here and there and the new tickets about the CSV parsing seems to confirm > that this part is still problematic. > In my production jobs I gave up using Flink CSV parsing in favour of apace > commons-csv and it works gr

Re: Flink CSV parsing

2017-03-10 Thread Fabian Hueske
: > Hi to all, > I want to discuss with the dev group something about CSV parsing. > Since I started using Flink with CSVs I always faced some little problem > here and there and the new tickets about the CSV parsing seems to confirm > that this part is still problematic. > In m

Flink CSV parsing

2017-03-10 Thread Flavio Pompermaier
Flink CSV parsing in favour of apace commons-csv and it works great. It's perfectly configurable ans robust. A working example is available at [1]. Thus, why not to use that library directly and contribute back (if needed) to another apache library if improvements are required to speed u