09-09-2020 12:00 AM
I have 30 tables to lookup on 30 respective columns,
In case of other ETL tool we had lookup as a function to do it independently in a single transform.
In snaplogic, I am not sure how to do it. I can combine all 30 into a single lookup table like
Soure_column, Target_Column, Lookup field
But again, if I use this in sql server lookup, and return Target_column as output field for each 30 cross refrence its working as and operator and giving me null.
Can someone help me with how I can crack this in a simple way, since I do not want to do 30 joins.
09-11-2020 02:05 PM
@Precy - As per my design-
Hope this might solved your issue.
09-13-2020 11:59 PM
@ Supratim,
I am little confused with above explanation. Is it possible for you to showcase this with an example please
09-14-2020 12:18 AM
I will give you an example how i want the result as,
From my input i have 2 fields assettype and ITEMSETID on which i need to do cross reference.
I will have the 2nlookup tables merged as below: