https://bugs.documentfoundation.org/show_bug.cgi?id=167827
Bug ID: 167827
Summary: csv imported string with comma with italian locale
Product: LibreOffice
Version: 25.2.4.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
Created attachment 202206
--> https://bugs.documentfoundation.org/attachment.cgi?id=202206&action=edit
sample csv file
if in a csv there is a quoted string field containing something that looks like
a number with decimals it is handled like a number and "5000,0" becomes 5000
losing the needed ',0'
with italian locale the comma is decimal separator, probably the same issue can
be reproduced with '.' as a decimal separator
see attachment with comma and dot scenarios
when importing a quoted string it should be handled as a string and not as a
number even if string content looks like a valid number
--
You are receiving this mail because:
You are the assignee for the bug.