<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - import .csv with floats and delimiter=pipe is wrong"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123869">123869</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>import .csv with floats and delimiter=pipe is wrong
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.7.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sinan.gabel@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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:</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>