src/main/java/Parser/Parser.java
: starter forParser
object andparse(file)
; read-in from given CSV file and parses each row intoList<String>
src/test/java/edu/brown/cs/student/ParserTest.java
: sample tests for testing parser parsing functionality and exception/data
: directory containing sample CSV data files
We strongly encourage modifications to the provided starter code methods to reflect how you envision making parsing CSV more extensible! Also, feel free to add your own sample CSV files to the /data
directory and write more extensive tests.