Community Member Profile
- Profile: /members/9752-Bernhard-Kraus.htm
- Comments: 3
- Points: 33
Recent Blog Comments By Bernhard Kraus
-
UPDATE: Parsing CSV Data Files In ColdFusion With csvToArray()
Posted on Jan 28, 2013 at 5:03 AM
Hello together, I really can't tell how I enjoy this amazing function. Now received a CSV file from a customer. The file is Windows ANSI not UTF-8 but ISO-8859-1. Notepad++ shows me a CR and LF at the end of each row. Delimiters are Tabs (chr(9)). When I try to parse the file I g... read more »
-
UPDATE: Parsing CSV Data Files In ColdFusion With csvToArray()
Posted on Mar 22, 2012 at 7:07 AM
Sorry, found the problem. cfdump stops at 9999. Your UDF is absolutely working. Thx again.... read more »
-
UPDATE: Parsing CSV Data Files In ColdFusion With csvToArray()
Posted on Mar 22, 2012 at 7:01 AM
Dear Ben, your CSV2Array UDF ist very nice. The only problem I have is that it stops parsing after 9999 rows. Is there any way to make it parsing the whole CSV? Mine has around 14000 rows. Thanks in advance and thx for this nice UDF. Greetings Bernhard... read more »



