I\'m trying to read a csv file from my java code. using the following piece of code:
public void readFile() throws IOException { BufferedReader
You need to remove the first line in a loop body newLine = br.readLine();
newLine = br.readLine();