Originally posted by: SystemAdmin
Hi.,
Till now we are doing a dblookup in type tree- component rule. now the criteria changed and need to do a lookup from a text file (which has a unique name all the time) which would be in map directory. the current rule is
EntityTypeQual'r Element:$ = "1" &
PRESENT(DBLOOKUP("Select F2 from tblHHINDB where F1 ='"+ TEXT(LEFT(IDCd Element:IDCd Element MComposite:$,3))+ "'" , "-MDQ 270Elig.mdq -DBNAME HHINDB")) &
WHEN(PRESENT(IDCd Element MComposite:$),
MEMBER(IDCdQuar Element:IDCd Element MComposite:$,
{"AA","CC"}))
first we need to read the file then do a look up. any inputs please???
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange