Community Member Profile
- Profile: /members/2941-StuckCoder.htm
- Comments: 4
- Points: 41
Recent Blog Comments By StuckCoder
-
Parsing CSV Values In To A ColdFusion Query
Posted on Oct 7, 2009 at 12:11 AM
Ben, I have completed a project using this function and it all works perfectly! However..... In some cases, a CSV file can contain weird and wonderful headers which will definately happen for example : Number $ Short, Text (Test) Long Text? Date's Time #... read more »
-
Reading Excel Files With ColdFusion And POI
Posted on Jun 18, 2009 at 9:55 PM
I am successfully using this code to read an Excel file, but when I wish to run a query on the returned query object, I am constantly getting errors. Code I am using: <cfquery name="chkFieldSize" dbtype="query"> SELECT * FROM qCell </cfquery> Error m... read more »
-
Ask Ben: Parsing CSV Strings With Javascript Exec() Regular Expression Command
Posted on Feb 19, 2009 at 5:25 PM
@Ben, Thank you heaps for this. It has now put me on the right track :)... read more »
-
REReplace ColdFusion Custom Tag - Another Regular Expression Experiment
Posted on Feb 16, 2009 at 4:59 PM
Ben, Just curious if you can help me with this.... I have a user enter the following string: website "content approval" new into a text box and need to break it up so that it is 3 separate words eg: 1) website 2) content approval 3) new I have tr... read more »



