Rob
Member since Dec 11, 2008
- Profile: /members/1201-rob.htm
- Comments: 7
Recent Blog Comments By Rob
-
Ask Ben: Iterating Over A ColdFusion XML Document
Posted on Oct 9, 2008 at 10:36 AM
Hi Ben...try it again. Thanks. I am curious to see how you go about iterating through that XML feed. Thanks.... read more »
-
Ask Ben: Iterating Over A ColdFusion XML Document
Posted on Oct 8, 2008 at 8:44 PM
Hi Ben, Can you help me Iterate over this advanced XML object? http://www.nycwebdesign.net/xmlFEED.cfm That is the link i'm getting... I have this so far: <cfscript> XMLContent = trim(objGet.FileContent); XMLContent = XMLParse(XMLContent); </cfscript> I basically need to ou... read more »
-
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Posted on Oct 1, 2008 at 10:25 AM
Ben, I got this UDF working and it is very helpful. I just have a quick question maybe you can answer. I am using this as an include in a page which is calling it 2 times as a cfinclude. It works when i call it one time but when i call it the second time i get this: ---------------------------... read more »
-
Parsing CSV Data Using ColdFusion
Posted on Sep 29, 2008 at 7:54 PM
Ben, AWESOME JOB!!! I can't believe this was so difficult to find. You definitely saved HOURS of time and helped meet my deadline. This works great. People like you are what make the net an awesome place for research and learning. Thanks!!... read more »