Merges sorted data from current extract with data from another Datastream or subtable. Especially useful for large datasets which are sorted on the same key as the current extract. At least one Datastream or subtable is required.
Example
I Ain't Afraid of No Code!
[
[
"mergesort",
{
"all": false,
"reverse": false,
"include_tags": [
"tag_1"
],
"subtables": null,
"subtable": null,
"header": null,
"streams": [
"stream_1"
],
"key": [
"merge_key"
],
"exclude_tags": [
"tag_2"
],
"presorted": false,
"_comment": null
}
]
]
param list streams: Datastreams into which current data extract should be merged.
param list subtables: Subtables into which current data extract should be merged.
param list include_tags: Merge only streams with given tags. Without include_tags nor exclude_tags given, all extracts of a stream/subtable will be appended.
param list exclude_tags: Exclude all streams with given tags. Exclude has precedence over append.
param boolean all: If set to true, all extracts will be merged.
Comments
0 comments
Article is closed for comments.