42 | | ||'''uuid'''||string||a unique identifier for the record||''(yes)''**|| |
43 | | ||'''tuid'''||string||a temporary unique identifier for the record||''(yes)''**|| |
44 | | |
45 | | (**) Records will be identified within the input file by their {{{uuid}}}, or, if no {{{uuid}}} is specified, by their {{{tuid}}}. While {{{uuid}}}s would be stored in the database and thus can be used to identify the record even in the database, {{{tuid}}}s will not be stored, but replaced by an internally generated UUID at import. Thus, {{{tuid}}}s cannot be used to update records in the database. |
| 42 | ||'''uuid'''||string||a unique identifier for the record||''(yes)''*|| |
| 43 | ||'''tuid'''||string||a temporary unique identifier for the record||''(yes)''*|| |
| 44 | |
| 45 | (*) Records will be identified within the input file by their {{{uuid}}}, or, if no {{{uuid}}} is specified, by their {{{tuid}}}. While {{{uuid}}}s would be stored in the database and thus can be used to identify the record even in the database, {{{tuid}}}s will not be stored, but replaced by an internally generated UUID at import. Thus, {{{tuid}}}s cannot be used to update records in the database. |