Turns a stream of strings into a stream of CSV records.
Turns a stream of strings into a stream of CSV records extracting the first record.
Split strings into CSV lines using both '\n' and '\r\n' as delimiters.
Delimiters within double-quotes are ignored.