Are you using list functions? CFML list funcs don't like empty elements - basically it ignores them. Try ListFix, http://www.cflib.org/udf.cfm?ID=507, to change the null entries to something you can catch.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Email : [EMAIL PROTECTED] WWW : www.camdenfamily.com/morpheus Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 4:44 PM > To: CF-Talk > Subject: New problem with csv... argghhh > > > > > OK so shoot me in the foot - if my csv file has x records and any > of those records have a BLANK field- this won't work... it > comes back > with an error in the loop. Is there any way to force it to > fill in a > field with a null? This is especially important with the > last record last > field position. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

