On 2018-04-15 18:00:05 +0000, David Arnold wrote: > CSV shows line breaks, STDOUT shows ERROR/FATAL and detail on different > lines, not an easy problem to stream-parse reliably (without some kind of a > buffer, etc)...
Why? The newlines aren't meaningfully different from other characters you need to parse? The data isn't actually stored in a newline separated fashion, that's just one byte with that meaning. - Andres