Copies fields in specified field template from foreign table to primary table
Key | Value(s) | Description |
---|---|---|
method | "CopyUpFromTable" | |
targetTable | "TableToCopyFieldsTo" | |
template | "FieldTemplateName" | |
overwrite | true/false | |
dataset{} | ||
prefix | "Prefix" | Optional. If provided, new fields will be prefixed with this value. From v7.2.28 |
project | "Project name" |
{
"method": "CopyUpFromTemplate",
"targetTable": "HEADER_SAMPLE",
"template": "tn-PPI",
"overwrite": false,
"project": "DataCleanAndInspect"
}
Template:
Source Table:
Target Table: