https://bugs.freedesktop.org/show_bug.cgi?id=36313

Stephan Bergmann <sberg...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sberg...@redhat.com

--- Comment #17 from Stephan Bergmann <sberg...@redhat.com> ---
With the fix from comment 16, what works for me to resolve the problem from
comment 0 is to run

  soffice --headless --convert-to ods --infilter=CSV:44,34,UTF8 mytest.csv

where "44" denotes the field separator character (,) and "34" denotes the quote
character (").  The problem is that you cannot leave these obscure values out
(e.g., --infilter=CSV:,,UTF8) and the "documentation" for the CSV filter's
FilterOptions string format is ScAsciiOptions::ReadFromString
(sc/source/ui/dbgui/asciiopt.cxx).

That is, I am not sure whether the fix from comment 16 is already a
practical-enough solution?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to