In the last post we have used Aggregator Transformation to remove the duplicate records. In this post we will use the Expression transformation to remove the duplicate JOB_ID from the source Flat file.
Sorter – To sort the source records (To improve Aggregator Performance) Expression – To compare the current and previous value and assign duplicate count Filter – To Filter out the duplicate records
Here is the variable & output ports used in Expression.