Java: reading a CSV file with FileReader one char at a time

preview_player
Показать описание

A java program that takses a CSV file and with FileReader reads the data in one char at a time. The char data is saved into a StringBuilder, converted to a string, and then split line by line in a String array.

Week 9 examples:

Link to the datasets:
Рекомендации по теме
visit shbcf.ru