Hi folks,
New to FME and am struggling with working out how to set multiple feature values based on a multiple criteria lookup
My source looks like the following
system_iddescriptionpurposeST1ST21Scout HallCC
2Town HallT
3Council OfficeWS
My translation table looks like the following
SelectionTypeRAMM.fieldRAMM.DescriptionT1BUILDUSEramm.ud_buildings.purposeMUSHERCULTBUILDUSEramm.ud_buildings.purposeHBHERCULTBUILDUSEramm.ud_buildings.purposeCCCOMMUNITBUILDUSEramm.ud_buildings.purposeTPUBLICBUILDUSEramm.ud_buildings.purposeWSMUNICIPLBUILDTYPEramm.ud_buildings.purposeMUSMISCBUILDTYPEramm.ud_buildings.purposeHBMISCBUILDTYPEramm.ud_buildings.purposeCCCOMYHALLBUILDTYPEramm.ud_buildings.purposeTPBTOILETBUILDTYPEramm.ud_buildings.purposeWSDEPSTOREBUILDTYPEramm.ud_buildings.purposeFESMISCBUILDTYPEramm.ud_buildings.purposeCCSCHANGERMBUILDTYPEramm.ud_buildings.purposeRCCOMYHALL
I want to update ST1 using the SelectionType BUILDUSE and ST2 based on BUILDTYPE based on the purpose in the source to give me the following
system_iddescriptionpurposeST1ST21Scout HallCCCOMMUNITCOMYHALL2public ToiletTPUBLICPBTOILET3Council DepotWSMUNICIPLDEPSTORE
Ive used FeatureMerger to do this on individual features but not multiple features