Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
Could you please let me know if there is an equivalent of Informatica Normalizer in Talend studio?
Informatica Normalizer normalizes multiple columns but tNormalize component in Talend does it on only one column appreciate your inputs.
Thank you
Hello,
Could you pleas give us your job requirement? In this way, we could see if there is a proper component for your use case.
Elaborating your case with an example with input and expected output values will be preferred.
Best regards
Sabrina
For Example i have a single row which i am reading from a DB and while writing into target i want to split 2 of those columns into 2 different rows.
Below i specified with 2 target/expected rows just as an example, some times it could be more than 2 rows (Not Dynamic) depending on no of source columns i want to normalize.
Ex
:: Source Row ::
Loan_id (1234) Reason_Type Cancellation_Date
:: Target Rows ::
Loan_id (1234) Reason_Type
Loan_id (1234) Cancellation_Date