Skip to content
Advertisement

Tag: skip

Skip first line while reading CSV file in Java

I am writing a parser code to read a .csv file and parse it to XML. This is the code I have and it works, except I would like it to skip the first line in the file. So I decided to set up a HashMap but it doesn’t seem to work: This is a snippet of the main part

Advertisement