Java BufferedReader behavior in CSV vs TXT file
- by Gabriel
If i try to read a CSV file called csv_file.csv. The problem is that when i read lines with BufferedReader.readLine() it skips the first line with months. But when i rename the file to csv_file.txt it reads it allright and it's not skipping the first line.
Is there an undocumented "feature" of BufferedReader that i'm not aware?
Example of file:
…