Cold Fusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingCold Fusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old December 31st, 2003, 02:40 PM
dlparker1028 dlparker1028 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 3 dlparker1028 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
display text file list in cfloop containing blank spaces

I've pulled a comma delimited text file with approx 60k entries into a cfm page with CFFILE READ. Now I am trying to cfloop the data so I can insert these records into an SQL database. But, when I try to use the following, it hangs up because there are blank spaces in some of the fields. I need these fields to remain blank, so I cant use blank holders. This is frustrating!!!


<cfoutput>
<CFFILE ACTION="READ"
FILE="C:\Inetpub\wwwroot\Application\uploads\#file#"
VARIABLE="ImpFile">

<cfloop index="rc" list="#ImpFile#" delimiters="#Chr(10)#">
<cfset ListRecord = listtoarray(rc,",")>

<cfloop index="i" from="1" to="#arraylen(ListRecord)#">
<cfset cust_id = #ListRecord[1]#>
<cfset title = #ListRecord[2]#>
<cfset fname = #ListRecord[3]#>
<cfset middle = #ListRecord[4]#>
<cfset lname = #ListRecord[5]#>
<cfset suffix = #ListRecord[6]#>
<cfset email = #ListRecord[7]#>
#ListRecord[i]#

</cfloop>
<br>
</cfloop>
</cfoutput>

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingCold Fusion Development > display text file list in cfloop containing blank spaces


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway