Posts by Felipe Alves Lino • 9 points
1 post
-
-2
votes3
answers724
viewsQ: Ignore the first line of a file
I would like to know how to ignore a line in a file .csv, because the first line is a kind of title. try (BufferedReader br = new BufferedReader(new FileReader("C:\\temp\\apartamentos.csv"))) {…