Hi,<br><br><div class="gmail_quote">On Sat, Nov 14, 2009 at 11:57 PM, Ævar Arnfjörð Bjarmason <span dir="ltr"><<a href="mailto:avarab@gmail.com">avarab@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sat, Nov 14, 2009 at 11:16 AM, Ingmar Heinrich<br>
<<a href="mailto:ingmar.heinrich@gmail.com">ingmar.heinrich@gmail.com</a>> wrote:<br>
> nodeId;lat;lon<br>
> 204781;-227258777;-643418311<br>
> 204782;-227267522;-6434112  <<<<br>
> 204783;-227234727;-643442608<br>
> 204784;-227282826;-643394608<br>
><br>
> The second node has a weird lon value. I suppose in this context -6434112<br>
> should be padded with Zeros to the right so it becomes -643411200, but how<br>
> do I tell my parser how many digits it should pad?<br>
<br>
</div>That is perfectly valid data. Why is your parser breaking on<br>
non-padded values in the first place?</blockquote></div><br>I worked it out. What you see above is NOT valid data since I didn't do a Float->Int conversion, but just removed the Dot... :-/<br><br>Thanks,<br>  Ingmar<br>