how to consider second line as header while reading .csv file in scala
I want to skip the first line and consider from second line, I used header start position as 2 and skip rows as 1, but it did not work as it is loading the second line also as data. can someone please suggest a working solution?