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

Eike Rathke <er...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Eike Rathke <er...@redhat.com> ---
You can't have columns of mixed types in dBase. If the first data row's cell
has numeric content then numeric/Decimal type is assumed, similar for
boolean/Logical and Date. However, you can force a field to type Text/Character
by appending ",C" (without quotes) to the field name, so in your case that
would be "CODE1,C". Then numeric cell content is converted to text for export.

All columns' data could be scanned whether they contain mixed types and then
switch to Character type, but.. that's rather a data layout error.

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

Reply via email to