<?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: Pre-define nested collection (DataTable) schema's through C# code in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95980#M44367</link>
    <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="de425194-726c-453d-aa01-a77b1bc02b75" data-tag-text="@Thomas Warnaar" href="https://community.blueprism.com/network/profile?UserKey=de425194-726c-453d-aa01-a77b1bc02b75" data-itemmentionkey="b8414935-063b-41b6-879b-236937dbc898"&gt;@Thomas Warnaar&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;There should be a public action on the VBO titled &lt;STRONG&gt;JSON to Collection (skipping JArray)&lt;/STRONG&gt;.​ That action will create the collection w/o the interim JArray.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
    <pubDate>Fri, 19 Feb 2021 18:40:31 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-02-19T18:40:31Z</dc:date>
    <item>
      <title>Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95977#M44364</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a Queue item schema that is quite extensive. In order to prevent errors in the process and queue I want to create a standard collection through a C# code stage where all the fields, subcollections and subcollection fields are predefined and the standard Queue item collection is returned output.&lt;BR /&gt;&lt;BR /&gt;I want to do this by code so I don't have to create tens of BP stages which all add a single field, and thereby keep everything manageable. However I am unable to recreate this possibility programmatically. Basically what I need to do is pre-define the DataTable schemas for the nested DataTables/collections. I am unable to do this however without adding new rows and then importing already defined nested datatable into a column/cell of type DataTable in that row, which is not the same. Also this is a bottom up approach that requires a lot of planning.&lt;BR /&gt;&lt;BR /&gt;What I want to do is create the base DataTable with some columns of type string or boolean, and some columns of type DataTable. Within the DataTable columns I want to pre-define their own columns as well.&lt;BR /&gt;&lt;BR /&gt;Is this possible and if so how? If not, what format does BP use for these nested collections, because they seem to pull it off?</description>
      <pubDate>Thu, 18 Feb 2021 17:39:36 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95977#M44364</guid>
      <dc:creator>Thomas_Warnaar_ZZ</dc:creator>
      <dc:date>2021-02-18T17:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95978#M44365</link>
      <description>Hi Thomas - take a look at the Utility JSON object. If your C# code stage can generate a JSON string then you'll be able to use the utility to convert the JSON into a collection.&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;
&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="34921.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/34982iD28E2C438FE4D690/image-size/large?v=v2&amp;amp;px=999" role="button" title="34921.png" alt="34921.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;IMG class="img-responsive" data-mce-hlimagekey="87044a2c-adfa-8fd6-1371-920899adfb7e" data-mce-hlselector="#ReplyToContributedContent_eda86611-f847-4439-91da-e44ec7559937-tinyMce" /&gt;</description>
      <pubDate>Fri, 19 Feb 2021 09:06:39 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95978#M44365</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-02-19T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95979#M44366</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="27103698-cece-4526-9d9c-3972f1364eaa"&gt;@John Carter&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply. This might be useful, I did not know about this option. I've been trying it out a bit now and I see it creates a JSON:array between every parent and child collection. This is also visible in your screenshot. &lt;BR /&gt;Is there then also a possibility to get the net schema as a collection, meaning without the JSON:Array​'s in between the parent child collections?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 19 Feb 2021 12:23:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95979#M44366</guid>
      <dc:creator>Thomas_Warnaar_ZZ</dc:creator>
      <dc:date>2021-02-19T12:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95980#M44367</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="de425194-726c-453d-aa01-a77b1bc02b75" data-tag-text="@Thomas Warnaar" href="https://community.blueprism.com/network/profile?UserKey=de425194-726c-453d-aa01-a77b1bc02b75" data-itemmentionkey="b8414935-063b-41b6-879b-236937dbc898"&gt;@Thomas Warnaar&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;There should be a public action on the VBO titled &lt;STRONG&gt;JSON to Collection (skipping JArray)&lt;/STRONG&gt;.​ That action will create the collection w/o the interim JArray.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Fri, 19 Feb 2021 18:40:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95980#M44367</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-02-19T18:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95981#M44368</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;Our BP install doesn't seem to have that option. Could I maybe import it from somewhere?&lt;BR /&gt;I'm wondering now if there are other usefull options we're missing...&lt;BR /&gt;Sincerely,&lt;BR /&gt;Thomas​​</description>
      <pubDate>Mon, 22 Feb 2021 11:48:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95981#M44368</guid>
      <dc:creator>Thomas_Warnaar_ZZ</dc:creator>
      <dc:date>2021-02-22T11:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95982#M44369</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="de425194-726c-453d-aa01-a77b1bc02b75" data-tag-text="@Thomas Warnaar" href="https://community.blueprism.com/network/profile?UserKey=de425194-726c-453d-aa01-a77b1bc02b75" data-itemmentionkey="a87d52d4-9416-4c8e-87fa-df28093e9a92"&gt;@Thomas Warnaar&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;You may have an older version of the &lt;STRONG&gt;Utility - JSON&lt;/STRONG&gt; VBO installed. You can find the latest release on the Digital Exchange.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-json-utility" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-json-utility&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​</description>
      <pubDate>Mon, 22 Feb 2021 12:32:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95982#M44369</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-02-22T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-define nested collection (DataTable) schema's through C# code</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95983#M44370</link>
      <description>I got the newest version from your link and it works a treat &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;, thank you!</description>
      <pubDate>Mon, 22 Feb 2021 13:16:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Pre-define-nested-collection-DataTable-schema-s-through-C-code/m-p/95983#M44370</guid>
      <dc:creator>Thomas_Warnaar_ZZ</dc:creator>
      <dc:date>2021-02-22T13:16:54Z</dc:date>
    </item>
  </channel>
</rss>

