@Rashmiramchandra Prabhu You can directly use the xml and json functions to make such a conversion.
Use the compose action with the following expression and use its output in the SFTP action.
json(xml('<xml-as-string>'))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting xml file as input in service bus and want to transform it to json with specified mapping format and then drop json file to sftp.Dont want to used integration account any other connector or way appriciated
Thanks!!
@Rashmiramchandra Prabhu You can directly use the xml and json functions to make such a conversion.
Use the compose action with the following expression and use its output in the SFTP action.
json(xml('<xml-as-string>'))