cancel
Showing results for 
Search instead for 
Did you mean: 

xml and json Transformaion

amit_mohanty88
Deputy Chef II
Deputy Chef II

 

I want to achieve below functionality in Workato without Ruby / Java Script / Python Scripting as scripts are not allowed by our customer .Also JSON Transformations by Workato Action not available in my plan .Without these is there a way to acheive below ?

1) Sort a input json alphabetically ascedending

2) Remove any specific fields from a input json and return updated json

3)Convert any given input  json to xml and any given input  xml to json 

4) Compare 2 json elment structure and return any field mismatch between the 2 json which is present in 1 json not the other json

10 REPLIES 10

Hi @shivakumara 

Yes got it . Since we are making the recipe as an API to sort any incoming json so Parse Json Document Action can not be used in this case . Wanted to know if there are any other action using which we can sort any incoming json without ruby/python/javascript snippets/Json Transformation by Workato ?