<div class="gmail_quote"><div>Hi,<br><br>I copy/paste your sample data in your email and what I see is the following structure. I'm snot sure if it is the original structure or if it as been modified byt various email software...<br>
<br><pre>   -7.830    43.050     0.000</pre>- 3 white space<br>- your X data<br>- 4 white space<br>- your Y data<br>- 5 white space<br>- your Z data<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000099"><blockquote type="cite"><blockquote type="cite"><pre>Reading data ...
ERROR: Bad y-coordinate line 1 column 2. <>

the file I am trying to read from has the following structure

   -7.830    43.050     0.000
   -6.930    42.470     0.000
   -8.530    42.280     0.000
   -7.640    41.710     0.000
   -7.790    43.050     0.000
   -6.900    42.470     0.000

and if I run the same r.in.xyz command in the old server I can import the
file correctly.<br></pre></blockquote></blockquote></div></blockquote><div>I don't know why grass 6.3.0 was able to read it and not grass 6.4.1, but the error message seems to say that the script found only blanck columns ...<br>
<br>You can try to sanitize your file, ie not initial space and only 1 space between each column, and tray again to import your file ;)<br>I already get some cases like that on "tabulated" ascii files from ArcGis and always needed to sanitise them first !<br>
<br><br>cheers,<br>Sylvain<br></div></div>