<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: xml and json Transformaion in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11163#M4359</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It can be possible with any type of json, with respect to that we need to provide the sample json in the Parse Json step.&lt;/P&gt;&lt;P&gt;Please find the below sample json data which i have used in step_2 and step_9 and output from step_11 and query:&lt;BR /&gt;&lt;STRONG&gt;step_2 json:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
  "employees": [
    {"firstname": "John", "lastname": "Doe", "city": "San Jose", "state": "CA"},
    {"firstname": "Apple", "lastname": "fruit", "city": "1", "state": "def@gmail.com"},
    {"firstname": "Monkey", "lastname": "animal",  "city": "2", "state": "ghi@gmail.com"}
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Step_9 json:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
  "employees": [
    {"firstname": "John", "lastname": "Doe", "city": "San Jose", "state": "CA"}
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Step_11 output:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
	"rows": [
		{
			"firstname": "Apple",
			"lastname": "fruit",
			"city": "1",
			"state": "def@gmail.com"
		},
		{
			"firstname": "Monkey",
			"lastname": "animal",
			"city": "2",
			"state": "ghi@gmail.com"
		}
	]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Query&lt;/STRONG&gt;:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-05 120107.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2369iE37AB86FA8F651E4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-05 120107.png" alt="Screenshot 2025-11-05 120107.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Nov 2025 06:33:17 GMT</pubDate>
    <dc:creator>rajeshjanapati</dc:creator>
    <dc:date>2025-11-05T06:33:17Z</dc:date>
    <item>
      <title>xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11148#M4351</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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 ?&lt;/P&gt;&lt;P&gt;1) Sort a input json alphabetically ascedending&lt;/P&gt;&lt;P&gt;2) Remove any specific fields from a input json and return updated json&lt;BR /&gt;&lt;BR /&gt;3)Convert any given input&amp;nbsp; json to xml and any given input&amp;nbsp; xml to json&amp;nbsp;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 12:38:26 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11148#M4351</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-11-03T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11149#M4352</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Have you tried using SQL Collections by Workato?? like below&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-03 222657.png" style="width: 515px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2365iE96A5F7464F3E15D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-11-03 222657.png" alt="Screenshot 2025-11-03 222657.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 17:03:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11149#M4352</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-03T17:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11151#M4353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Let me try and get back . Thank you for your suggestion&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 09:21:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11151#M4353</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-11-04T09:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11159#M4357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We can &lt;STRONG&gt;combine steps 4 and 5&lt;/STRONG&gt;, as the sorting part is not being used in any subsequent steps.&lt;/LI&gt;&lt;LI&gt;For &lt;STRONG&gt;XML ↔ JSON conversion&lt;/STRONG&gt;, we can directly feed the data into &lt;STRONG&gt;Parse XML&lt;/STRONG&gt; and &lt;STRONG&gt;Parse JSON&lt;/STRONG&gt; action/ step as needed.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This approach will help &lt;STRONG&gt;optimize the overall solution&lt;/STRONG&gt;. Please free to add your thoughts.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 16:15:29 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11159#M4357</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-11-04T16:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11161#M4358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for your suggestion. 1 query i got like in step 2 and step 9 parse json doument for that we need to give sample json . But this recipe should be able to process any json not only any specific json so what can we give sample json in&amp;nbsp;parse json&amp;nbsp; doument&amp;nbsp; in step 2 and step 9 ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mohanty&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 04:29:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11161#M4358</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-11-05T04:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11163#M4359</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It can be possible with any type of json, with respect to that we need to provide the sample json in the Parse Json step.&lt;/P&gt;&lt;P&gt;Please find the below sample json data which i have used in step_2 and step_9 and output from step_11 and query:&lt;BR /&gt;&lt;STRONG&gt;step_2 json:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
  "employees": [
    {"firstname": "John", "lastname": "Doe", "city": "San Jose", "state": "CA"},
    {"firstname": "Apple", "lastname": "fruit", "city": "1", "state": "def@gmail.com"},
    {"firstname": "Monkey", "lastname": "animal",  "city": "2", "state": "ghi@gmail.com"}
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Step_9 json:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
  "employees": [
    {"firstname": "John", "lastname": "Doe", "city": "San Jose", "state": "CA"}
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Step_11 output:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
	"rows": [
		{
			"firstname": "Apple",
			"lastname": "fruit",
			"city": "1",
			"state": "def@gmail.com"
		},
		{
			"firstname": "Monkey",
			"lastname": "animal",
			"city": "2",
			"state": "ghi@gmail.com"
		}
	]
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;Query&lt;/STRONG&gt;:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-05 120107.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2369iE37AB86FA8F651E4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-05 120107.png" alt="Screenshot 2025-11-05 120107.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 06:33:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11163#M4359</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-05T06:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11164#M4360</link>
      <description>&lt;P&gt;Hi &lt;STRONG&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you for your valuable suggestion and the additional step.&lt;/P&gt;&lt;P&gt;Here’s my thought process:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;As per&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;'s question, the goal was to verify whether each scenario is possible or not. Hence, I designed the flow in such a way to demonstrate all the possibilities.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Agreed with your point regarding optimization.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks again for your inputs!&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 06:50:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11164#M4360</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-05T06:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11165#M4361</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10258"&gt;@rajeshjanapati&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What if to the recipe we got input json as below . Here in your step 2 &amp;amp; step 9 you expect json with employee as input .So the parse json document wont be able to parse the below json right with your above sample json document ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "glossary": {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "title": "example glossary",&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"GlossDiv": {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "title": "S",&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"GlossList": {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "GlossEntry": {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "ID": "SGML",&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"SortAs": "SGML",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"GlossTerm": "Standard Generalized Markup Language",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Acronym": "SGML",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Abbrev": "ISO 8879:1986",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"GlossDef": {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "para": "A meta-markup language, used to create markup languages such as DocBook.",&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"GlossSeeAlso": ["GML", "XML"]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"GlossSee": "markup"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Nov 2025 06:57:32 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11165#M4361</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-11-05T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11168#M4362</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;,&amp;nbsp;Based on my analysis and understanding, if you want to execute a query in Workato, the input must be in a &lt;STRONG&gt;table-like structure in a collection&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Suggestions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;My suggestion is that for scenarios where native Workato actions cannot handle the requirement, we should leverage &lt;STRONG&gt;scripting,&lt;/STRONG&gt;&amp;nbsp;that’s exactly why Workato introduced this capability. You can also communicate to the customer or business team that this particular scenario &lt;STRONG&gt;cannot be implemented without scripting&lt;/STRONG&gt;, and the script involved is &lt;STRONG&gt;minimal, simple, and easy to understand&lt;/STRONG&gt;, especially when it comes to &lt;STRONG&gt;data comparison&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If the team is still not comfortable using scripting (Python), an alternative approach would be to &lt;STRONG&gt;convert the JSON into CSV&lt;/STRONG&gt;&amp;nbsp; or send the&lt;STRONG&gt; data in CSV File&lt;/STRONG&gt;, can read from any source system or store each required JSON field into a &lt;STRONG&gt;data table&lt;/STRONG&gt;. Then, using &lt;STRONG&gt;SQL Transformations by Workato&lt;/STRONG&gt;, you can easily compare both CSV files (file_1 and file_2) through a single query step.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In my view, it’s best to communicate this clearly to the team and proceed with the scripting approach, as it’s the &lt;STRONG&gt;simplest and most efficient&lt;/STRONG&gt; way to handle this scenario.&lt;/P&gt;&lt;P&gt;Hope you got my point?&lt;/P&gt;&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;, If possible, will you please add any suggestions to the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 08:06:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11168#M4362</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-05T08:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11169#M4363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11339"&gt;@amit_mohanty88&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here is my answer for the asked question:&lt;STRONG&gt;&lt;BR /&gt;the Parse JSON action cannot parse the given JSON without a defined schema?&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Answer&lt;/STRONG&gt;: The &lt;STRONG&gt;sample document&lt;/STRONG&gt; is essential because it defines the schema structure required to parse incoming data. The sample data space is used to establish this schema, which will then be considered when forming the output for future steps.&lt;/P&gt;&lt;P&gt;Please ensure you have clarity on the schema structure from the requirements. Once that is confirmed, any one of us can assist you further.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 09:48:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11169#M4363</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-11-05T09:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: xml and json Transformaion</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11171#M4364</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;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 ?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 11:57:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/xml-and-json-transformaion/m-p/11171#M4364</guid>
      <dc:creator>amit_mohanty88</dc:creator>
      <dc:date>2025-11-05T11:57:41Z</dc:date>
    </item>
  </channel>
</rss>

