<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY LEFTMARGIN="0" TOPMARGIN="0">
Hello John,<BR>
what I did is to replace the spaces in between by one single tablulator char. When you apply the plugin you used \t as delimiter which is the representation of a tabulator char. Whatsoever I suggest to generate text files with columns delimitedt with tabulator chars instead of spaces. For me it looked like the file you use has fixed column size. Therefore it has no distinct number of spaces in between the columns. Anyway it is more preferable to have only one single delimiter char instead for lets say two or four spaces, this might even confuse the plugin and you maybe get a lot of columns instead of three.<BR>
If you can not influence the kind of delimiter I suggest you import the textfile in Vim (or whatever plain text editor of your choice) and replace the clustered spaces by one single tabulator. you can do that either by replacing in the first run two spaces by one, do this for three times. Then you can be sure there is only one single space in between the columns. Then replace all spaces by tabulator chars "\t"<BR>
In Vim you can do that in one single step by using a regular expression. Simply load the file in Vim. Then type the following and confirm with return<BR>
<BR>
:% s/ \+/\t/ge<BR>
<BR>
then type and confirm with return<BR>
<BR>
:x<BR>
<BR>
Vim closes and your file consists of only tabulator chars instead of spaces. In other editors the regex might be slightly different (e.g. no \ before + or \s instead of a space before \+ you have to validate this in the manual)<BR>
<BR>
Am Montag, den 30.08.2010, 15:37 -0700 schrieb john:
<BLOCKQUOTE TYPE=CITE>
    Hello Stephan, 
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
       Thanks again for your help. I believe I want to use the vector file as I don't need to distinguish by colors. I would like to represent the magnetic data as polygons whose borders are of similar values in Teslas, (nT). The file is now points and I would like to connect and represent points with magnitudes within, say, 5 Teslas as contours. I have not yet had the time to try the contour  plugin suggested by Micha Silver. I will do so now. Thank you for the suggestion, Micha. By the way, I still don't know how you changed the original file to get it to import with the delimeter plugin. I tried to amend the file in c++ to look like yours by erasing one header and making sure I had only 4 spaces but that didn't work. I'll go over your other posts and try to see what obvious step I'm missing. 
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
      Thanks again,
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
      J.R
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <B>From:</B> <A HREF="mailto:st_kiefer@web.de">Stefan Kiefer</A> 
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <B>Sent:</B> Sunday, August 29, 2010 7:47 AM
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <B>To:</B> <A HREF="mailto:jerasku@hotmail.com">john</A> 
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <B>Cc:</B> <A HREF="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</A> 
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <B>Subject:</B> Re: [Qgis-user] adding txt as shp
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
    Hello J.R.,<BR>
    I'm not sure about want you intend to do. Do want to adapt a model to calculate contours of the data or do you simply want to display a continous (raster)image? the question is rather do you want to use vector data or raster data. If you like to gain a raster image from the points you might want to use grass(plugin) and convert the point data to raster. If you want to derive contour lines or areas you can use the contour plugin as Micha Silver proposed already. Otherwise with grass you can apply even more complex models, depending on the complexity of your data the method of deriving contours and/or the quality and scale of your data.<BR>
    <BR>
    cheers<BR>
    <BR>
    Stefan<BR>
    <BR>
    Am Samstag, den 28.08.2010, 12:11 -0700 schrieb john: <BR>
    <BLOCKQUOTE TYPE=CITE>
        Hello Stefan, <BR>
           First; sorry about the misspelling of your name in the last posting. Second; after some fiddling with import settings  I can load the file that you sent to my project and get the attribute values with the identify tool. I just had to magnify to a scale where they showed as single points and not one large colored square. Thanks. Do you know of an easy way to display the data as contoured increments? I am trying to use the interpolate plugin but really don't know what I'm doing yet. I'll keep trying and hope the manual gives some good direction. <BR>
          again, much thanks.<BR>
          J.R. 
<PRE>
_______________________________________________
Qgis-user mailing list
<A HREF="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</A>
<A HREF="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</A>
</PRE>
    </BLOCKQUOTE>
    <BR>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>