Marc,
[quote:1j8nd1bs]>So i don't need to code much, only the loop from the master file, where the field master->source contains data like:[/quote:1j8nd1bs]
I guess I have not been clear. Granted you only have to process each field once inside the import loop. However, you need to write a new loop for each type of CSV file. So let' say you have 80 fields (in the master file) and 50 types of CSV files, then you have do have a DO CASE statement that has 50 CASE statements and inside each one there has to be 80 process statements. So that is 50 x 80 = 4000 lines of code minimum!
[code=fw:1j8nd1bs][/code:1j8nd1bs]
On the other hand, maybe I sill don't understand what you are trying to do.
James
↧