<?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: Data Transformation Using Workato  JS Connector in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8051#M3377</link>
    <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/3356"&gt;@javier-riesco&lt;/a&gt;&amp;nbsp;thaks for your solution&lt;/P&gt;&lt;P&gt;- your approach is also correct but i want to&amp;nbsp;&lt;SPAN&gt;Use Js code block to transform the data uisng JS to minimise the task count for data manipulation because if we use for each loop for iterate the record then it will consume one task per row , and in my case there is limitation on task consumption limit by using the JS code we can use the for loop and&amp;nbsp; iteration also possible with less task count.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2024 11:44:04 GMT</pubDate>
    <dc:creator>Patel0786</dc:creator>
    <dc:date>2024-10-17T11:44:04Z</dc:date>
    <item>
      <title>Data Transformation Using Workato  JS Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8042#M3371</link>
      <description>&lt;P&gt;&amp;nbsp;i created a recipe for data transformation using JS snippet by workato, in this recipe i have a group of JSON object and i'm doing data transformation like converting firstName, lastName etc&amp;nbsp; to - (based on requirement) using JS code.&lt;/P&gt;&lt;P&gt;(in this recipe i put the complete json data in logger)&lt;/P&gt;&lt;P&gt;Recipe:-&amp;nbsp;&amp;nbsp;&lt;A title="Data Tranformation using JS Snippet By Workato" href="https://app.workato.com/recipes/54842488?st=22358e2f16126f8b0aa51e349ae0de7633781b47a307c56fdd951d59b420d568" target="_self" rel="nofollow noopener noreferrer"&gt;https://app.workato.com/recipes/54842488?st=22358e2f16126f8b0aa51e349ae0de7633781b47a307c56fdd951d59...&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now i want to use the csv data in place of direct data passing in logger message, how to do i don't have an idea.&lt;/P&gt;&lt;P&gt;i tried by parsing the csv data action but it's throwing error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 05:52:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8042#M3371</guid>
      <dc:creator>Patel0786</dc:creator>
      <dc:date>2024-10-17T05:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation Using Workato  JS Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8050#M3376</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11127"&gt;@Patel0786&lt;/a&gt;&amp;nbsp;, how about a simpler approach WITHOUT the JS code? check this example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.workato.com/recipes/54939691?st=82110955554ef33874944e291d2ff20788bb9f4c9cac02831996aa649332f5e5" target="_blank"&gt;https://app.workato.com/recipes/54939691?st=82110955554ef33874944e291d2ff20788bb9f4c9cac02831996aa649332f5e5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:37:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8050#M3376</guid>
      <dc:creator>javier-riesco</dc:creator>
      <dc:date>2024-10-17T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation Using Workato  JS Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8051#M3377</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/3356"&gt;@javier-riesco&lt;/a&gt;&amp;nbsp;thaks for your solution&lt;/P&gt;&lt;P&gt;- your approach is also correct but i want to&amp;nbsp;&lt;SPAN&gt;Use Js code block to transform the data uisng JS to minimise the task count for data manipulation because if we use for each loop for iterate the record then it will consume one task per row , and in my case there is limitation on task consumption limit by using the JS code we can use the for loop and&amp;nbsp; iteration also possible with less task count.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 11:44:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8051#M3377</guid>
      <dc:creator>Patel0786</dc:creator>
      <dc:date>2024-10-17T11:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation Using Workato  JS Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8055#M3380</link>
      <description>&lt;P&gt;The transformations seem simple enough, so I think you could take the input JSON, use the Parse JSON action to convert it to the datapill structure, then use the Parse CSV action where you feed in the&amp;nbsp; JSON list and use the .to_csv function.&amp;nbsp; Then you give it the schema for the CSV and you can do you transformations in that step, minimizing both complexity and task usage.&lt;/P&gt;&lt;P&gt;I didn't create a new recipe of my own to do these exact steps, so there may be a gap somewhere but in general I think this path is probably worth exploring for your solution.&amp;nbsp; Another possibility is to take the JSON and convert it to a Collection, then do you bulk transformations there using SQL statements, then converting that to CSV.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 13:28:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8055#M3380</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2024-10-17T13:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation Using Workato  JS Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8056#M3381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11127"&gt;@Patel0786&lt;/a&gt;&amp;nbsp; the proposed method will use just 2 tasks, no matter how many elements are in the JSON list. There’s no need for For Each or loops to generate the CSV file.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 14:39:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8056#M3381</guid>
      <dc:creator>javier-riesco</dc:creator>
      <dc:date>2024-10-17T14:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation Using Workato  JS Connector</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8058#M3384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11127"&gt;@Patel0786&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am just curious, whether you just wanted convert incoming payload to CSV contents?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Shivakumara Avadhani&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 05:17:32 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/data-transformation-using-workato-js-connector/m-p/8058#M3384</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2024-10-18T05:17:32Z</dc:date>
    </item>
  </channel>
</rss>

