Hi,
Can anyone help with this?
Could you point me in the direction/ functions I need to explore for mapping tables.
Simple example:
System A has:
• Email
• firstName
• Direct Input
System B has:
• Email Address
• First_Name
• Manual
So the mapping will be:
• Email → Email Address
• firstName → First_Name
• Direct Input → Manual
I’ve created a database table:
Key, Value
Email, Email Address
firstName, First_Name
Direct Input, Manual
What function in webMethods can I use to lookup this data? I tried pub.string.lookupTable but it seems this is expecting me to pass a string table in (rather
than lookup from a database table.
I was thinking of using a database table as some of my mapping tables will be large and database give options on how I manage that data, but what other methods should I be considering in webMethods?
Regards,
Jamie
#webMethods#webMethods-io-Integration#Integration-Server-and-ESB