https://bugs.documentfoundation.org/show_bug.cgi?id=136013

--- Comment #9 from Mike Kaganski <mikekagan...@hotmail.com> ---
(In reply to Eike Rathke from comment #7)

I enjoyed comment 6 very much, made me recall playing with MySQL's "SELECT INTO
OUTFILE" [1], where it puts even null bytes (and any other bytes that may
appear in BLOBS), with configurable FIELDS ENCLOSED BY, LINES TERMINATED BY,
and even absolutely inconsistent FIELDS ESCAPED BY, that needed a home-grown
parser [2], because they obviously didn't know what xpusostomos knew ;)

[1] https://dev.mysql.com/doc/refman/8.0/en/select-into.html
[2]
https://mikekaganski.wordpress.com/2021/02/18/reading-from-mysql-data-with-blobs-dumped-to-csv/

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to