
This article explains the use of Java Transformation with an example.
We have input data as below.
And need to transform data in such a way that it creates 5 different records with EMI Sequence Number, due date and the outstanding or balance loan amount.
This transformation can be active or passive. When we think about transforming single record to multiple records, the first transformation comes to our mind is Normalizer...