|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
handeling flat files with ColdFusion
I'm trying to populate a sql database, but I'm trying to do it by writing a small script with CF. The flat file's name is Blues.000 and has over 2,000,000, but I want to filter the records, and pull just 300,000 and populate the table with them. Is there a way to do that with CF?
|
|
#2
|
|||
|
|||
|
I'd say read in the flat file, loop through it, and if the current record is one you want to save, insert it into the database.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > handeling flat files with ColdFusion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|