Chris
Member since Dec 11, 2008
- Profile: /members/2131-chris.htm
- Comments: 2
Recent Blog Comments By Chris
-
Parsing CSV Values In To A ColdFusion Query
Posted on Aug 25, 2007 at 6:20 PM
Josh, Changing the column names to reflect the first row of the csv file is very easy to do, using another of Bens functions incidently. <cfloop query="csv_query" startrow="1" endrow="1" > <cfloop list="#csv_query.columnlist#" index="col_name"> <cfset field = evaluate("csv_query.#... read more »
-
Ask Ben: Finding The Last Monday Of The Month In ColdFusion
Posted on Aug 7, 2007 at 12:39 AM
Thanks Ben, Great solution. You saved me from having to think too hard ;)... read more »