tototoshi/scala-csv

compressed file

lolaclinton opened this issue · 2 comments

Would be nice if you could read from a stream so I can use compressed files.

Use 'CSVReader.open(reader)' with InputStreamReader (https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html) and you are good to go 😃

yes. thanks. @shanielh