[Libreoffice-bugs] [Bug 123869] New: import .csv with floats and delimiter=pipe is wrong
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 5 11:30:25 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123869
Bug ID: 123869
Summary: import .csv with floats and delimiter=pipe is wrong
Product: LibreOffice
Version: 6.0.7.3 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: sinan.gabel at gmail.com
Description:
import .csv with floats and delimiter=pipe is wrong
Steps to Reproduce:
Import from .csv file e.g.:
1|0.0255|3.
2|0.0277|4.
3|0.025|5.
Actual Results:
1 0.0255 3.
2 0.0277 4.
3 25 5.
Expected Results:
1 0.0255 3.
2 0.0277 4.
3 0.025 5.
Reproducible: Always
User Profile Reset: No
Additional Info:
--
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/20190305/7780d28e/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list