Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
Could you please help me with this below query.
I am using talend and postgres database. I have one table which has records with different types defined in column record_type(i.e- new, old and validated).
Now I need to compare these 3 type at once and update other column with different value.
example - If new,old and validated are same then "A"
If new,old are same and validate is different then "B"
If old and validated are same and new is different then "C" and so on.
Could you please provide some efficient way.
Thanks,
Shubhi Srivastava
@shubhi04 , can you give some sample input and output data?
@uganesh ,
my overall requirement is different. I don't want to pivot data. As the data is being aggregated in later steps. and then aggregated data again get de-aggregate. Also, in my table there are more then 100 columns.
Also, the data size is huge and coming in daily batches so need to maintain performance too.
Attaching one sample excel with this. Just not putting exact columns and data.