The only method i'm aware of is to use <cfhttp> then you can execute a query
off  that. Looks like:
<cfhttp method="get"
            url=http://www.yoursite.net/foo.txt (<--should be quotes around
that)
            name="grabTextFile"
            delimiter=",">
Then you can output it just like a cfquery like so:
<cfouput query="grabTextFile">#grabTextFile.columnName#</cfoutput>

Thats straight from the text book. I have not had opportunity to try this in
real life so I can't comment reliably on performance.
A.

----- Original Message -----
From: "Johnson, Michael" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 02, 2002 12:55 PM
Subject: [KCFusion] help reading a text file...


>
> what's the best way to read a very large tab delimeted text file?
>
> does cf.. read the whole file into one variable... how does this get
> effected if you're reading a large file?
>
>
> Mike Johnson
> Science Application International Corporation
> (757) 870-9165
> Emai: [EMAIL PROTECTED]
>
>  <<Johnson, Michael.vcf>>
>

 
 
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]
 

Reply via email to