Creates a delta of current extract and (recent/all) extracts. Returns only those rows which cannot be found in existing extracts.
Example

I Ain't Afraid of No Code!
[
[
"delta",
{
"include_tags": [
"delta_in"
],
"all": false,
"distinct": false,
"exclude_tags": [
"delta_out"
],
"presorted": false,
"subtable": null,
"_comment": null
}
]
]
param list include_tags: Append only extracts with given tags.
param boolean all: Whether all previous extracts shall be considered or not.
param boolean distinct: Creates a distinct dataset from previous extracts.
param list exclude_tags: Exclude extracts with given tags. Has precedence over include_tags.
param str subtable: Name a subtable in which output will be stored (will create subtable where necessary).
param str comment: A comment that will appear in the Transformation UI.
Comments
0 comments
Article is closed for comments.