Can we sort data on a key using transformer stage in DataStage?

2 comments:

  1. Transformer is not the sorting stage and data can not be sorted in transformer stage.

    ReplyDelete
  2. Using transformer stage it self we can sort the data using partition methods but should be used for low number of records. Depends on requirement we can go for it like row level comparison implementations.

    ReplyDelete