Sets tags for extracts. Tags are stored in extract Metadata, and can be seen in the Datastream overview.
Example
Result:
I Ain't Afraid of No Code!
[
[
"set_tags",
{
"add": [
""
],
"subtable": null,
"remove": [
"old_tag"
],
"tags": [
"first_tag",
"second_tag"
],
"_comment": null
}
]
]
param list add: List of tags added to existing tags.
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param list remove: List of tags to be removed.
param list tags: List of tags replacing all existing tags.
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.