Quote:
The way I know how to do it know is very tedious and
requires defining a field for every field I wish to import, lining them
up carefully, linking them via the unique ID number, and then doing it
again several times. |
I assume you miss spoke when you said "linking them via the unique ID
number" since an import doesn't require a relationship.
If the columns in all your survey data are in the same order, then you
only need to line up the import field order once, and save the import
script without specifying a file name. You can then run the import
script, and it will ask you to select the file, but the order of the
fields won't change.
If your looking for an easy way to map import field order, eg. you have
100 fields in the survey data and need to map it to 100 fields in the
master file, then do the following;
- check survey data for blank columns or columns your not going to
import
- in master file create 1 global field for each non imported column eg.
"GlobalBlank1", "GlobalBlank2"...
- from the master file do an export (I know you want to do an import)
matching the column order, including blanks, in the survey file.
- save the export file as a FileMaker file
- save the export script also, you may need it again next year
- import from the exported FM file by field name order
- save the import script without specifying file name
The import order for importing survey data should be correct unless you
made a mistake in the export.