Skip to main content
Solved

Json to XML

  • September 12, 2022
  • 1 reply
  • 87 views

How to convert json file obtaining from source-API into xml file?

 

Example json: 

============

{"menu": {  
  "id": "file",  
  "value": "File",  
  "popup": {  
    "menuitem": [  
      {"value": "New", "onclick":"CreateDoc()"},  
      {"value": "Open", "onclick": "OpenDoc()"},  
      {"value": "Save", "onclick": "SaveDoc()"}  
    ]  
  }  
}}  

Best answer by saleempothiwala

You can use ‘data generator’ processor. 

View original
Did this topic help you find an answer to your question?

1 reply

saleempothiwala
Headliner
Forum|alt.badge.img

You can use ‘data generator’ processor. 


Reply