How can I filter data in a transformer based on a field content i.e. fiel1= *db2*?

1 comment:

  1. This can be done in two ways:

    1. Use stage variables and define derivation inside which checks value in incoming field. Once stage variable derivation finished use this stage variable into Constraint.

    2. Use the derivation which is defined into Stage variable directly into constraint, this will make sure that the data which satisfy the condition should be passed to output.

    ReplyDelete