> We have a file upload process here where a user needs to 
> upload a file, the file then needs to be parsed through to 
> get data out of it and inserted into a database. The file is 
> 1.4mb long. I'm having issues just reading and looping 
> through the file. Is there a better way to do something like 
> this than to read the file then do listgetat(string, x, 
> delimeter) ? Seems there has to be another way to do this.

I use CFFILE and CFLOOP to process importing text files all the time.  The
last one I did was an 80MB MLS data pipe going into a database.  You say you
are having issues, but we will need some details on those issues before the
problem can be addressed.


-Justin


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229164
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to