Marc,
This is one reason why I suggested changing the header of the CSV file before it is imported into a DBF. If you change the header to use the standard fieldnames in the master DBF, then importing and processing it will be much easier.
Another possibility is to just read in the lines of the CSV file one at a time, then move the data to an array then process the array.
There are other possibilities too.
James
↧