Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
we are receiving data from the different source systems, one table having KPI data another one having KPI data along with attributes name as column data. please advise how can I lookup rows data with column attributes name in the 2nd table.my target is HDFS
I have uploaded sample data format of my input and output, please have a look and assist how to archive this requirement ??
Regards,
Avinash
Thanks for your suggestion, I able manage to process the data using tUnpviotRow.
Regards,
Avinash
Assuming your input columns are not gonna change dynamically, Something like this can be done,
Since there is no joining column in your input files, there is no join in the tmap expression.
However we can use a ternary operator in the expression to get the desired result,
Hope this helps.
Thanks for your suggestion, I able manage to process the data using tUnpviotRow.
Regards,
Avinash