State the limitations where we cannot use Joiner in the mapping pipeline.


  The Joiner transformation accepts input from most transformations. However, following are the limitations:
  • Joiner transformation cannot be used when either of the input pipeline contains an Update Strategy transformation.
  • Joiner transformation cannot be used if we connect a Sequence Generator transformation directly before the Joiner transformation.

No comments:

Post a Comment