I am a beginner FME user having trouble with using a lookup table. I would appreciate your help.
I will need to perform two lookups (there are plenty of examples here using a single lookup).
The primary dataset has a structure like this:
SEQID1ID21FTYCOM2PRDDCYThe lookup table provides a name for each ID:
IDNAMECOMCommodoreDCYDiscoveryFTYFtypePRDPradoCORCorollaFALFalconI would like to perform the two lookups for each row of the primary dataset in order to achieve the result:
SEQID1NAME1ID2NAME21FTYFtypeCOMCommodore2PRDPradoDCYDiscoveryThe above examples are simplified. Both the primary dataset and the lookup table contain thousands of rows.
Any ideas please? [Did I mention I'm a beginner? ]