| Line Contents | Description |
| 1. | [GenStat ODBC Update] | GLK File type flag |
| 2. | <DNS> | Database connection string |
| 3. | <GSH Filename> | GSH Spreadsheet file to be loaded into table |
| 4. | TEMPORARY/PERMANENT | Marker that GSH file is to be deleted |
| 5. | <Update Mode> | Create, Insert, Merge (C,I,M) |
| 6. | <Table Name> | Name of Table to be updated |
| 7. | HALTONERROR=<0,1> | 0 = Halt only on fatal error, not warnings |
| | 1 = Halt the export if any error occurs |
| 8. | RESTRICTION=<0,1> | 0 = Ignore any restriction on inserting rows (C,I only) |
| | 1 = Do no add in restricted rows |
| 9. | ADDCOLUMNS=<0,1> | 0 = Do not add columns not found in table (I,M only) |
| | 1 = Add new columns to table |
| 10. | SUBSET=<0,1> | 0 = Use all columns in Spreadsheet (I,M only) |
| | 1 = Only use a subset of columns |
| | (subset must be provided as column no.s) |
| 11. | BYNAME=<0,1> | 0 = Names will be provided for table columns |
| | 1 = Use spread names for table columns |
| 12. | ACTION=<0,1,2> | 0 = Do not add unmatched rows (M only) |
| | 1 = Add in extra unmatched rows if a match exists |
| | 2 = Add in all extra rows |
| 13. | NCOLUMNS=<n> | Add in this number of columns |
| | (needed if Subset=1 or ByName=0) |
| <Colno>=<TColName> x n | Insert column <Colno> into Table |
| | (as <TColName> if ByName = 0) |
| 14+ | NMATCH=<m> | Match this number of columns (M only) |
| <Colno>=<TColName> x m | Match column <Colno> with Table column <TColName> |