This tool is used to filter items of a structured file descriptor. Items in the input file descriptor which fulfill the filter conditions are returned in the output file descriptor.
File input and output descriptor can be of different structures. For example, you can filter a table structured file descriptor into a JSON structured file descriptor or vice versa.
Attribute | Type | Description |
---|---|---|
Filter Condition [O] | Enable_Condition |
This is the relationship to an enabled condition which specifies which items from the input file are returned in the output file. Only items fulfilling the filter conditions are returned in the output file. If no filter condition is specified, the output file contains all items of the input file. See Enabled/Visible Condition for more information. |
Parameter Name | I/O | Type | Description |
---|---|---|---|
Source File [M] | I | File | Input file |
Target Fille [M] | O | Fille | Output file containing all items of the input file which fulfill the filter conditions. |