<?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: Example how to parse a JSON file and use where and pluck to extract specific data in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/example-how-to-parse-a-json-file-and-use-where-and-pluck-to/m-p/8856#M3653</link>
    <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11467"&gt;@gfranco&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Here’s my understanding based on the given requirements for the main logic:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Parse the JSON data and filter it based on the Country field, then log the filtered data.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Pass the required data as-is in the &lt;STRONG&gt;Parse JSON&lt;/STRONG&gt; step (both sample and actual documents).&lt;/LI&gt;&lt;LI&gt;Use a &lt;STRONG&gt;Formula&lt;/STRONG&gt; to extract the filtered data (e.g., where('country': "FRANCE").pluck('email')).&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;Double quote should there for [Example: "Country",&amp;nbsp; "FRANCE", "email"]&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Parse JSON:&lt;/STRONG&gt; This component is used to extract incoming data based on the provided sample document.&lt;BR /&gt;Thus, it's best to apply the &lt;STRONG&gt;Formula&lt;/STRONG&gt; after the extraction step 2 in your case.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSON parser_1.PNG" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1806i809917092F19CA76/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="JSON parser_1.PNG" alt="JSON parser_1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Json parser_2.PNG" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1805i5C35BBB69EB1D167/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Json parser_2.PNG" alt="Json parser_2.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 08:26:55 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2025-02-12T08:26:55Z</dc:date>
    <item>
      <title>Example how to parse a JSON file and use where and pluck to extract specific data</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/example-how-to-parse-a-json-file-and-use-where-and-pluck-to/m-p/8852#M3651</link>
      <description>&lt;P&gt;I am following along on the training in Automation Pro III, I completed the part of the CSV file and at the end, you can logger the data in the Workato app.&lt;/P&gt;&lt;P&gt;I want to follow the same scenario but using a JSON provided, but I do not have an idea after configuring the JSON document what else I should do.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;1. Trigger scheduler&lt;/P&gt;&lt;P&gt;2. Parse Json document&lt;/P&gt;&lt;P&gt;use where('country': "FRANCE).pluck('email')&lt;/P&gt;&lt;P&gt;3. Log message to job report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 22:04:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/example-how-to-parse-a-json-file-and-use-where-and-pluck-to/m-p/8852#M3651</guid>
      <dc:creator>gfranco</dc:creator>
      <dc:date>2025-02-11T22:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Example how to parse a JSON file and use where and pluck to extract specific data</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/example-how-to-parse-a-json-file-and-use-where-and-pluck-to/m-p/8856#M3653</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11467"&gt;@gfranco&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Here’s my understanding based on the given requirements for the main logic:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Parse the JSON data and filter it based on the Country field, then log the filtered data.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Pass the required data as-is in the &lt;STRONG&gt;Parse JSON&lt;/STRONG&gt; step (both sample and actual documents).&lt;/LI&gt;&lt;LI&gt;Use a &lt;STRONG&gt;Formula&lt;/STRONG&gt; to extract the filtered data (e.g., where('country': "FRANCE").pluck('email')).&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;Double quote should there for [Example: "Country",&amp;nbsp; "FRANCE", "email"]&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Parse JSON:&lt;/STRONG&gt; This component is used to extract incoming data based on the provided sample document.&lt;BR /&gt;Thus, it's best to apply the &lt;STRONG&gt;Formula&lt;/STRONG&gt; after the extraction step 2 in your case.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSON parser_1.PNG" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1806i809917092F19CA76/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="JSON parser_1.PNG" alt="JSON parser_1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Json parser_2.PNG" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1805i5C35BBB69EB1D167/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Json parser_2.PNG" alt="Json parser_2.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 08:26:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/example-how-to-parse-a-json-file-and-use-where-and-pluck-to/m-p/8856#M3653</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-02-12T08:26:55Z</dc:date>
    </item>
  </channel>
</rss>

