Michael, while you're checking the incomming CSVs, id check to make sure that the temporary.csv file you're generating is a legit csv (try and open it in Excel). The problem may lay further back in your application.
Also try dumping these two vars AFTER the CFX tag, they might shed some light on your problem: #CSV_RowsProcessed# - the number rows that were read from the file, regardless of whether they were good or bad. #CSV_BadRows# - a comma-separated list of "bad" row numbers. So if the 5th and 10th lines of the file were bad, this variable would be set to "5,11". Thus, #ListLen(CSV_BadRows)# will return the number of bad rows found. BTW, i just checked my code, and im using a single #chr(13)# as the terminating character for each line in any csv i create (not sure what your using). I found mucking around with CR/LF fixed my initial "column headings only" issues. If you need a copy of the html doc the tag comes with, just let me know, ill send you a copy off list. _______________________ James Silva Web Production Gruden Pty Ltd Tel: +61 02 9956 6388 Fax: +61 02 9956 8433 Email: [EMAIL PROTECTED] Web: www.gruden.com _______________________ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
