I still get that error when I remove the entire CFOUTPUT tag?

Carl

----- Original Message -----
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, November 15, 2001 5:18 PM
Subject: RE: CFHTTP problems: Invalid column header ???


> > > > **** text file contents *****
> > > > col_a, col_b, col_c
> > > > a,b,c
> > > > d,e,f
> > > > g,h,i
> > > >
> > > > **** cf code ****
> > > > <cfhttp url="http://127.0.0.1/text2.txt";
> > > >         method="GET"
> > > >         name="textFile"
> > > >         textqualifier=""""
> > > >         delimiter=","
> > > >         resolveurl="false">
> > > >
> > > > <cfoutput query="textFile">
> > > > #textFile#<br>
> > > > </cfoutput>
> > >
> > > There are three potential problems that I can see...
> >
> > I removed the textqualifier information from the tag, and
> > verified the url to my text file is valid, but I am still
> > getting the cfhttp error. "Invalid column header" Any other
> > ideas?
>
> Actually, yes. I missed the biggest error. In your CFOUTPUT, you'll be
able
> to reference "col_a", "col_b" or "col_c", not "textFile".
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to