webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Using Reference Data

    Posted Wed July 31, 2024 11:40 PM

    Does anyone have some information on how to use the Reference Data in integration.io ?
    I can see there are join conditions but i can’t see how they work.

    image


    #webMethods
    #webMethods-cloud
    #webMethods-io-Integration


  • 2.  RE: Using Reference Data

    Posted Thu August 01, 2024 02:45 AM

    Hi Jon,

    Reference data in webMethods.io Integration allows you to store static data centrally, enabling reuse across multiple flow services without hardcoding. This approach ensures consistency, reduces redundancy, and simplifies updates by referencing centrally stored data like configuration details or lookup tables.

    To use reference data, it must first be loaded into the pipeline. If you want to load all data, call the service without specific criteria. However, if you need data based on certain conditions, you can apply match criteria with joins.

    Let’s illustrate this with a sample dataset:

    Suppose the reference has two columns, and we only want to load data with “Code” ranging between 2 and 5 then set values for path and joins as below:


    I hope this helps. You can read more about it using the link belows:
    Flow services - webMethods.io Integration


    #webMethods-cloud
    #webMethods-io-Integration
    #webMethods


  • 3.  RE: Using Reference Data

    Posted Thu August 01, 2024 03:00 AM

    Thanks for the reply - now I understand that join.
    is there a way to use multiple columns for the key to make the query more flexible and complex ?


    #webMethods-io-Integration
    #webMethods-cloud
    #webMethods


  • 4.  RE: Using Reference Data

    Posted Thu August 01, 2024 03:08 AM

    Yes, it can be achieved.
    matchCriteria is an array and can be used for more complex queries.


    #webMethods-cloud
    #webMethods
    #webMethods-io-Integration


  • 5.  RE: Using Reference Data

    Posted Sun August 04, 2024 06:21 PM

    Thanks Sourabh,

    If you are able, then a screenshot of the inputs would really help in explaining what to do - this is missing from the current documentation.


    #webMethods-io-Integration
    #webMethods-cloud
    #webMethods