Enable Blocked Looping
If Yes, the transformer can bypass its blocking behavior when used in a loop, and the following additional parameters apply:
- Maximum number of iterations
- Atttribute to hold iteration count
For more information, see Looping with a Blocking Transformer.
Incoming Attribute Preservation
Use this parameter to optimize performance by controlling how FME Workbench determines the output of attributes that enter the custom transformer. If you already know all incoming attributes either pass through or are dropped by the custom transformer, the All Attributes or Drop Attributes settings, respectively, allow FME Workbench to avoid the calculations that are otherwise necessary to achieve the same results.
- Automatic: FME Workbench determines which incoming attributes are output by each port.
- All Attributes: Instructs FME Workbench to pass through all incoming attributes to all output ports. Use this setting if you already know the custom transformer performs in this manner.
- Drop Attributes: Instructs FME Workbench to eliminate all incoming attributes (that is, no incoming attributes are output). Use this setting if you already know the custom transformer performs in this manner, or you do not need FME Workbench to provide a final display of output attributes.