Posts by Brother • 128 points
1 post
-
1
votes1
answer20
viewsA: How to find error lines in a CSV file upload?
Oops, I would have a class for guards the error line data along with the line number: class ErroCSV { private int linhaErro; private String[] dados; public ErroCSV(int linhaErro, String[] dados) {…