<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 - Textimport gives wrong number if not at least 4 digits are given with a decimal"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134469">134469</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Textimport gives wrong number if not at least 4 digits are given with a decimal
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>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>Calc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>michael.meisinger.mm@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Hi All,

if I paste the following CSV data (the same happens if I open it from a file)

Tick#,offsetTime,IMU_ATTI(0):Longitude,IMU_ATTI(0):Latitude,IMU_ATTI(0):numSats,IMU_ATTI(0):barometer:Raw,IMU_ATTI(0):barometer:Smooth
49775263,-117.614,,,15,353.11334,353.121

The last number '353.121' gets imported as a decimal number without decimal
point.
If I add a '0' at the end, '353.1210', everything is fine.



Steps to Reproduce:
Paste the following to Calc

Tick#,offsetTime,IMU_ATTI(0):Longitude,IMU_ATTI(0):Latitude,IMU_ATTI(0):numSats,IMU_ATTI(0):barometer:Raw,IMU_ATTI(0):barometer:Smooth
49775263,-117.614,,,15,353.11334,353.121


Actual Results:
49775263        -117614                 15      353.11334       353121


Expected Results:
49775263        -117614                 15      353.11334       353.121



Reproducible: Always


User Profile Reset: No



Additional Info:
see upper description

Let me know if you need additional info.
Thanx a lot</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>