Input and output interface schemas
The input and output interface schemas used by the tagswitch operator.
The input interface schema is:
inRec:*; tField:tagged(c0:subrec(rec:*); c1:subrec(rec:*); ..);
otherRec:*;
By default, the inRec schema variable does not include the original tagged field or fields. However, you can override this default by means of the modify operator to force the operator to retain the tagged field, so that it is transferred from the input data set to the output data sets.
The output interface schema is:
Output dataset N: outRec:*; rec:*;
Optional other output dataset: otherRec:*;
Top-level fields are always copied from the input data set to all output data sets.