This deprecated node splits the input record set into multiple streams to allow parallel processing of subsets of the input.
CAUTION:
This node has been deprecated and will not be supported in a future release. As an alternative, the Hash Split node can be used to provide similar functionality.
Takes one input, and either a list of field names or a Script expression. Splits the input into any number of outputs, based on hashing the values in the specified fields or expression. For optimal performance, the number of outputs should be odd, preferably a prime number.
Properties
SplitFields
Specify a comma-separated list of fields on which to hash.
ScriptExpr
Specify a Script expression on which to hash.
Inputs and outputs
Inputs: in1.
Outputs: out1, out2, multiple optional.