I can not load the data of a text file in a matrix of type Person [2] [2], which are separated by a comma. I have problems when going through all the spaces in the matrix in the file ... I would greatly appreciate your help ...
I can not load the data of a text file in a matrix of type Person [2] [2], which are separated by a comma. I have problems when going through all the spaces in the matrix in the file ... I would greatly appreciate your help ...
You must add the code that you have made so far and also what is the error that gives you or fails, however for the little you explain if you want to separate by commas each line of your file you can use the split function
String fooSeparadoPorComas[] = foo.split(",");