'I have two json files but I have to call the data from json1 to json2 by using jsonata

This is my json files Json1: { "Data":"1234", "Simple":"4321" } Json2: { "Data1": "567" } For example I have two json files but i need a data like this using jsonata { "Data1":"5671234" }

Please help to find a solution



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source