Hi, I'd like to see if there are any ideas or clues out there about this subject. I would like to view the Cold Fusion log files and CFMAIL log files on a web page that our admin people can visit. I want them to learn to look at them each day.
I can use cffile to check for file existence, then use cffile to read each file into variables. Works easy enough. Now I want to either load each line of the file into an array or into a datasource. The files are made up of comma delimited strings with, I suspect, carriage returns at the end of each line. The file could be imported into Excel or Access easy enough but using cold fusion I have yet to figure out how to do it without manually looping through each character in the file. I want to display the each file in a table format on the web site. Any ideas? Anybody been there and done that? Thanks, Eric Homa ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

