Community Member Profile
- Profile: /members/615-Steven-Klotz.htm
- URL: http://www.journalscape.com/WatSuanDok
- Comments: 2
- Points: 10
Recent Blog Comments By Steven Klotz
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Jul 9, 2009 at 10:24 PM
I wish there were more girl names involved when I'm importing data into my databases. It's neat to see these differing methods segregated this way. You're quite right that "In reality, you're probably going to get the best code by using a combination of the following approaches."... read more »
-
Parsing CSV Data Using ColdFusion
Posted on Apr 12, 2007 at 2:34 PM
Doing something similar, i just grabbed http://opencsv.sourceforge.net/ and then did this: <cfparam name="filename"> <cfscript> fileReader = createobject("java","java.io.FileReader"); fileReader.init(... read more »



