Creates a copy of a dataset collection and applies it to an alternative table
Caution!
This method could create an invalid dataset collection if datasets in the collection refer to objects that do not exist on the target table. No fields are copied by this method, and no verification is performed.
Key | Value(s) | Description |
---|---|---|
method | "TranslateDataSetCollection" | Creates a copy of a dataset collection and applies it to an alternative table |
source | "SourceTemplateName" | Required. The name of the collection to translate |
name | "TargetTemplateName" | Required. The name of the collection to create |
table | "TargetTable" | Required. The target table for the new collection. |
overwrite | true/false | Option. Default = true. If false and "name" already exists, an error will be raised. |
{
"method": "TranslateDataSetCollection",
"source": "Customer Targets",
"name": "Sales Targets",
"table": "sales",
"overwrite": true,
"project": "Rg2-Demo"
}