https://bugs.documentfoundation.org/show_bug.cgi?id=169576
--- Comment #1 from Mike Kaganski <[email protected]> --- (In reply to Thomas from comment #0) > 1. When you set the locale when importing a CSV file, the decimal separators > are changed to the locale set in the program. The locale selected during > import should be retained for the session so that the decimal separators > remain unchanged after saving. This is bug 153457. > 2. Leading zeros in numbers should be retained. Although you can change the > column format to text when importing the CSV file, it is easy to overlook a > column in a very large CSV file. A number can also be a phone number, a > postal code, or similar, where leading zeros are important. This is not a bug, and must not change. Yes, it's the user's responsibility to mark columns using correct types, since CSV is type-unaware. If it's an ID, not a number (not something to do calculations with), it must be marked as text. -- You are receiving this mail because: You are the assignee for the bug.
