Alice Mora
Member since May 24, 2011
- Profile: /members/8384-alice-mora.htm
- URL: http://www.nptraveler.com
- Comments: 4
Recent Blog Comments By Alice Mora
-
Ask Ben: Looping Through The Days In A Month
Posted on Jun 15, 2011 at 1:05 PM
I'm trying to create a list of days. I'm using this to import historical data. I'm getting some odd results. Duplicate dates mostly. Any insights you can provide would be greatly appreciated :-) Here is what I have: <cfloop index="dtThisyear" from="2008" to="#year(now()... read more »
-
Parsing CSV Values In To A ColdFusion Query
Posted on May 25, 2011 at 4:34 PM
I'm pretty sure the problem I'm having arises from the size of the document. Rather than changing memory allocation on the server, because I'm not sure what else that will affect. I'm going to TRY to split this into 3 or 4 sections and loop over by RowIndex. Again, thank you so much for all you do ... read more »
-
Parsing CSV Values In To A ColdFusion Query
Posted on May 24, 2011 at 6:35 PM
I'm trying to parse a csv file using a comma delimiter. (The csv file has about 8000 rows and 80 columns.) When I do that I get an error: javax.servlet.ServletException: ROOT CAUSE: java.lang.OutOfMemoryError: Java heap space When I run it using a semicolon as the delimter cfdump shows only column... read more »