There
are 4 ways to read in CSV files in CF:
CFFILE
action="read"
CFHTTP
(using the NAME attribute, and possibly the DELIMITER and TEXTQUALIFIER
attributes)
Microsoft ODBC Text Driver
Merant
Text Driver (new in CF5)
Each
of these is discussed in their respective places in the CF docs. It's a
frequently asked question. Maybe I ought to write an article on these different
approaches. :-)
/charlie
PS I'm reading and replying to these off-line,
so sorry if by the time this gets posted, someone else has already offered
it.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Oudit
Sent: Monday, April 08, 2002 2:56 PM
To: [EMAIL PROTECTED]
Subject: [CFTALKTor] converting a table of CSV values into something Flash can read?I'm trying to read a table of comma separated values using cold fusion so that I can pump them out using XML or something else that Flash can read. Anyone done this or know how this can be done. Or is this something I'm going to have to wait for the new cold fusion to do?thanks
Jeremy
