> You were right Dave.Thanks a lot!!!!!. I solved 95 %
> of my problem following your suggestion. I already got
> the data (in fact is a cvs file) saved in a file after
> using CFHTTP's FILE and Path attributes. My final goal
> is to make a query with the cvs file's data. CFHTTP
> tag give me the posibility to do that directly but I
> Think I can't do that 'cause the delimiter caracter (,)
> is part of some data's fields too. and I don't see how
> to modify the file before using cfhttp. Is there any
> easy way to accomplish that????.Perhaps working from
> the saved file???.

Ideally, you should still be able to use the data, because your file should
have a text qualifier:

"my first column","my second column, which has a comma", ...

You can specify the text qualifier using the TEXTQUALIFIER attribute of
CFHTTP.

If that doesn't work for you, you'll have to save it to file and parse it
yourself or use the Merant ODBC Text driver and set the file as a
datasource.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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