What are the transformations that cannot be placed between the sort origin and the Joiner transformation so that we do not lose the input sort order.


Ans. The best option is to place the Joiner transformation directly after the sort origin to maintain sorted data. However do not place any of the following transformations between the sort origin and the Joiner transformation:
  • Custom
  • UnsortedAggregator
  • Normalizer
  • Rank
  • Union transformation
  • XML Parser transformation
  • XML Generator transformation
  • Mapplet [if it contains any one of the above mentioned transformations]

No comments:

Post a Comment