<--- --------------------------------------------------------------------------------------- ----
Blog Entry:
Parsing CSV Values In To A ColdFusion Query
Code Snippet:
1
Author:
Ben Nadel / Kinky Solutions
Link:
http://www.bennadel.com/index.cfm?dax=blog:501.view
Date Posted:
Jan 30, 2007 at 3:42 PM
Modified 18-NOV-2008-MBM: to include CSVToArray() function to perform conversion to array
---- --------------------------------------------------------------------------------------- --->
<--- --------------------------------------------------------------------------------------- ----
Blog Entry:
CSVToArray() ColdFusion UDF For Parsing CSV Data / Files
Author:
Ben Nadel / Kinky Solutions
Link:
http://www.bennadel.com/index.cfm?dax=blog:991.view
Date Posted:
Oct 12, 2007 at 8:59 AM
---- --------------------------------------------------------------------------------------- --->
"\G(\#ARGUMENTS.Delimiter#|\r?\n|\r|^)" &
"(?:""([^""]*+(?>""""[^""]*+)*)""|" &
"([^""\#ARGUMENTS.Delimiter#\r\n]*+))"
)
)
/>