I automated the import of text, then found out that the field names from the text files I'm importing from do not always have the columns in the same order. To make matters worse, not all the columns are there all the time.
At this point, I've decided the best thing to do is to import the header with the rest of the data in the first record, then use this record to determine which columns are which, then somehow move the data (without the header) to another table to the appropriate field.
Does anyone know how to do this?![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
Thanks a million!
At this point, I've decided the best thing to do is to import the header with the rest of the data in the first record, then use this record to determine which columns are which, then somehow move the data (without the header) to another table to the appropriate field.
Does anyone know how to do this?
![[bigears] [bigears] [bigears]](/data/assets/smilies/bigears.gif)
Thanks a million!