Stacey Abshire
Member since Oct 22, 2010
- Profile: /members/7126-stacey-abshire.htm
- URL: http://www.4haks.net
- Comments: 7
Recent Blog Comments By Stacey Abshire
-
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Posted on Oct 22, 2010 at 11:15 AM
@Ben, My hack fix was this change in the code: <!--- ASSERT: At this point, no matter how the data was passed in, we now have it in the CSV variable. ---> <!--- Stacey Abshire: Added a hack to handle a bug in the parse that results in the first column of t... read more »
-
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Posted on Oct 22, 2010 at 11:07 AM
@Ben, I guess I am the straw that broke the camel's back. LOL!... read more »
-
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Posted on Oct 22, 2010 at 11:03 AM
@Paul @Ben I am having the same issue with the first row have a first cell that is empty. In that case, it is skipped, and I am pretty certain it isn't the regex, but rather has something to do with the assumption to use the 3rd group if the quoted group isn't matched. So in my case, I am just pre... read more »