compressed file
lolaclinton opened this issue · 2 comments
lolaclinton commented
Would be nice if you could read from a stream so I can use compressed files.
shanielh commented
Use 'CSVReader.open(reader)' with InputStreamReader (https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html) and you are good to go 😃