Ivan Arambula
Member since Jul 30, 2013
- Profile: /members/11097-ivan-arambula.htm
- Comments: 1
Recent Blog Comments By Ivan Arambula
-
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Posted on Jul 30, 2013 at 7:00 PM
Has anyone tried this?? <cfloop list="#CSVstring#" index="item" delimiters=","> <cfoutput>#item#</cfoutput> </cfloop> This will separate each value for you and you can append them to an array or you can do whatever you want to it.... read more »