[Libreoffice-bugs] [Bug 144842] LibreOffice Calc FILEOPEN Import csv 'Format quoted field as text' does not work

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 30 18:35:24 UTC 2021


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

--- Comment #4 from Mike Kaganski <mikekaganski at hotmail.com> ---
(In reply to Mike from comment #3)

This data can't be parsed as CSV, because it is not a valid csv in any case.

But you could try to turn it into one, pre-processing the data to remove
everything matching the regex \b\w+= - then the rest would be the data without
the field names (*if* the regex doesn't match anything inside the data itself).

And then you could just add a heading row with the removed column names
manually.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210930/3db99b7b/attachment.htm>


More information about the Libreoffice-bugs mailing list