Bonjour
pour bien parser un fichier .csv tu dois utiliser un séparateur

try {
String line;
while ((line = br.readLine())!=null){
String[] row =...