csvside
csvside copied to clipboard
Csv.fromFile closes too soon
Using fromFile generates an exception with a stream closed too soon. The iterator is lazy, and we close the file around it before a program can consume the rows.