No, not right now. All lines are treated equally. You could parse the CSV as String tuple and convert all data yourself in a MapFunction, but the system won't tell you which line was the first one in the CSV.
2014-11-21 10:49 GMT+01:00 Flavio Pompermaier <[email protected]>: > Hi all, > Is it possible to create a dataset from a csv and being able to access the > header within map function? >
