Way to skip the header line when reading?
analytically opened this issue · 1 comments
analytically commented
Is there a way to skip the header when doing foreach?
tototoshi commented
Sorry for late response.
like this:
val reader = CSVReader.open("a.csv")
reader.readNext()
reader.foreach { line => ... }