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!
Dmitry via Digitalmars-d-learn Fri, 13 Oct 2017 03:25:47 -0700
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!