<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Import CSV sometimes change delimeted char-values to numbers"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138537">bug 138537</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>NOTABUG
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Import CSV sometimes change delimeted char-values to numbers"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138537#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - Import CSV sometimes change delimeted char-values to numbers"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=138537">bug 138537</a>
from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
<pre>I suppose it's not a bug actually. The "problematic" parts have groups of
exactly three digits, separated by the locale's *thousand separator*. It's
normal that these strings are recognized as valid whole numbers.
All cases where the groups were not three are recognized as not valid numbers,
thus kept as is.
This works as expected. You should mark the columns as string explicitly on
import, and that would disable the number recognition.</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>