App Connect

App Connect

Join this online user 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.


#Applicationintegration
#App Connect
#AppConnect
 View Only
  • 1.  App Connect Designer - How To Use Output of JDBC query

    Posted Mon June 26, 2023 11:06 AM

    Added a JDBC Node in App Connect Designer and can execute a query (SELECT) but it doesn't appear there is a way to map the actual output of the query to a REST response (for example).  All I can see in the response node is "Data" or $JDBCCustomQuery.Data but there are no child fields of Data that I can reference in the response node.  Am I missing something?  Is there a step by step for this because the docs don't cover it.

    And I can do this in Toolkit, just trying to see how it works in Designer.



  • 2.  RE: App Connect Designer - How To Use Output of JDBC query

    Posted Tue June 27, 2023 06:47 AM
    Edited by Kristen Park Tue June 27, 2023 09:07 AM

    Hi Dave,

    The output of the custom query will be a json which is included as part of the JDBCCustomQuery.Data . You will need to add a JSON Parser node after the JDBC node and parse the output. 

    You can use the  "test node" feature to look at a sample response and use that to generate the required schema for your JSON Parser node.