Discarding header from CSV file
Posted by nsengupta on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Discarding-header-from-CSV-file-tp6474.html
What is the recommended way of discarding the Column Header(s) from a CSV file, if I am using
environment.readTextFile(....)
facility? Obviously, we don't know beforehand, which of the nodes will read the Header(s)? So, we cannot use usual tricks like drop(1)?
I don't recall well: has this been discussed and closed earlier in this forum? If so, can someone point that out to me please?
-- Nirmalya