Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
BhavikaW
Contributor III
Contributor III

trestclient input with txmlmap sort feature

Hi, I am calling an api in talend job using trestclient and txmlmap to map the child elements. API has below json structure. I wanted to know how can I get the latest id(301) from an details element based on the modified subelement. I have loop on details element

[

  {

    "sales_id": 100,

"details": [

{

        "id": 300,

        "modified": "2022-09-11"

},

{

        "id": 301,

        "modified": "2022-09-12",

} ] }]

Labels (2)
0 Replies