Hi,
How to pass multiple parameters dynamically to an IN clause in the map rule.
We have vendorIDs in the input file and I want to retrieve vendor information of all the vendorIDs that are exist in the input file from DB.
I tried the below way and not able to succeed.
1.Fisrt I have retrieved all the vendorIDs from the input file to card 1.
2.Passed the output of the card 1 to the IN clause of the card 2 and I am able to get only the first value from card 1 even though I have used the EXTRACT function.
Please advise.
Thanks,
Suresh
How to pass multiple parameters dynamically to an IN clause in the map rule.
We have vendorIDs in the input file and I want to retrieve vendor information of all the vendorIDs that are exist in the input file from DB.
I tried the below way and not able to succeed.
1.Fisrt I have retrieved all the vendorIDs from the input file to card 1.
2.Passed the output of the card 1 to the IN clause of the card 2 and I am able to get only the first value from card 1 even though I have used the EXTRACT function.
Please advise.
Thanks,
Suresh