<?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: JSON Parsing Solution in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61573#M14851</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53626"&gt;@RohanGoswami1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;What is the issue you're encountering with the &lt;STRONG&gt;Utility - JSON&lt;/STRONG&gt; VBO? If you use the either the &lt;EM&gt;&lt;STRONG&gt;JSON to Collection&lt;/STRONG&gt;&lt;/EM&gt; action or the &lt;EM&gt;&lt;STRONG&gt;JSON to Collection&lt;/STRONG&gt;&lt;STRONG&gt; (Skipping Array)&lt;/STRONG&gt;&lt;/EM&gt; action, they will convert the raw JSON string to a Blue Prism Collection. You can then iterate that Collection.&lt;BR /&gt;&lt;BR /&gt;Here's an example of how I would access the &lt;STRONG&gt;member_number&lt;/STRONG&gt; value as a data item if my Collection was generated using &lt;EM&gt;&lt;STRONG&gt;JSON to Collection&lt;/STRONG&gt;&lt;/EM&gt;: &lt;STRONG&gt;[Result.Data.JSON:Array.jsonData.member_number]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And here's how I would access it if I had used the &lt;EM&gt;&lt;STRONG&gt;JSON to Collection (Skipping Array)&lt;/STRONG&gt;&lt;/EM&gt; action: &lt;STRONG&gt;[Result.Data.jsonData.member_number]&lt;/STRONG&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2022 17:01:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-08-04T17:01:00Z</dc:date>
    <item>
      <title>JSON Parsing Solution</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61572#M14850</link>
      <description>Hi Everyone,&lt;BR /&gt;I am looking for solution to retrieve data from a JSON. I have try doing by using the Utility - JSON. As the JSON has nested data so it is not working for me to get the exact piece of data. Any Suggestions would be a great help.&lt;BR /&gt;This is JSON Below. Where all the objects data should be extracted.&lt;BR /&gt;{&lt;BR /&gt;"Success":true,&lt;BR /&gt;"Data":&lt;BR /&gt;[&lt;BR /&gt;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp; "ClientName":"Rock Caprio",&lt;BR /&gt;&amp;nbsp; "missingValues":"",&lt;BR /&gt;&amp;nbsp; "jsonData":{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "member_number":"96.51364",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"first_label":"99.31908",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"last_label":"99.36682",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"date_of_birth":null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"date_of_service":null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"member_id":"94",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"first_name":"UserName",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"last_name":"TitleName",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"date_of_birth":null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;"date_of_service":null&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rohan Goswami&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2022 16:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61572#M14850</guid>
      <dc:creator>RohanGoswami1</dc:creator>
      <dc:date>2022-08-04T16:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: JSON Parsing Solution</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61573#M14851</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53626"&gt;@RohanGoswami1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;What is the issue you're encountering with the &lt;STRONG&gt;Utility - JSON&lt;/STRONG&gt; VBO? If you use the either the &lt;EM&gt;&lt;STRONG&gt;JSON to Collection&lt;/STRONG&gt;&lt;/EM&gt; action or the &lt;EM&gt;&lt;STRONG&gt;JSON to Collection&lt;/STRONG&gt;&lt;STRONG&gt; (Skipping Array)&lt;/STRONG&gt;&lt;/EM&gt; action, they will convert the raw JSON string to a Blue Prism Collection. You can then iterate that Collection.&lt;BR /&gt;&lt;BR /&gt;Here's an example of how I would access the &lt;STRONG&gt;member_number&lt;/STRONG&gt; value as a data item if my Collection was generated using &lt;EM&gt;&lt;STRONG&gt;JSON to Collection&lt;/STRONG&gt;&lt;/EM&gt;: &lt;STRONG&gt;[Result.Data.JSON:Array.jsonData.member_number]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And here's how I would access it if I had used the &lt;EM&gt;&lt;STRONG&gt;JSON to Collection (Skipping Array)&lt;/STRONG&gt;&lt;/EM&gt; action: &lt;STRONG&gt;[Result.Data.jsonData.member_number]&lt;/STRONG&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2022 17:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61573#M14851</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-04T17:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: JSON Parsing Solution</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61574#M14852</link>
      <description>Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;I am new to Blue Prism so facing few small doubts. I am Not aware of this expression &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;[Result.Data.JSON:Array.jsonData.member_number]. &lt;/STRONG&gt;This helped me Thanks a lot.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Ragards&lt;BR /&gt;Rohan Goswami&lt;/STRONG&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rohan Goswami&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2022 17:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61574#M14852</guid>
      <dc:creator>RohanGoswami1</dc:creator>
      <dc:date>2022-08-04T17:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: JSON Parsing Solution</title>
      <link>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61575#M14853</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53626"&gt;@RohanGoswami1&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="-webkit-text-size-adjust: 100%;"&gt;Happy to help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="-webkit-text-size-adjust: 100%;"&gt;&lt;BR /&gt;For future reference, if you step through your process in Debug, you can open the Collection data item and see what the populated field names are. Then you'll have what you need to figure out the name reference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2022 17:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/JSON-Parsing-Solution/m-p/61575#M14853</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-08-04T17:35:00Z</dc:date>
    </item>
  </channel>
</rss>

