8 Replies Latest reply on May 9, 2019 4:40 PM by shawkins

    How to pull master and details in a single json file

    pmthirumaran

      I would like to pull the json data using Teiid JDV like the following

       

      {"college":"Department",

      "resultList":[{"id":"01","name":"Math"},{"id":"02","name":"Chemistry"}],"errorMsg":"No Error"}

       

      any sample reference in teiid?

       

      Thanks in advance