On Friday, 13 October 2017 at 10:11:39 UTC, rikki cattermole
wrote:
> Something along the lines of:
> .byLine.map!(a => a.fixQuotes).joiner("\n").csvReader!...
Yep, it works.
> Either way, you're using ranges!
> Its even the same amount of code, if not less.
I see. Thank you!