You can configure advanced properties for a Structure Parser transformation. The advanced properties control the transformation scope.
The properties that are available vary based on the mapping mode.
You can configure the following property:
Property
Description
Transformation Scope
Specifies how
Data Integration
applies the transformation logic to incoming data. Select one of the following options:
Transaction. Applies the transformation logic to all rows in a transaction. Choose Transaction when a row of data depends on all rows in the same transaction, but does not depend on rows in other transactions.
All Input. Applies the transformation logic on all incoming data. When you choose All Input,
Data Integration
drops incoming transaction boundaries. Choose All Input when a row of data depends on all rows in the source.
Row. Applies the transformation logic to one row of data at a time. Choose Row when the results of the transformation depend on a single row of data.