<?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 ADDING COLUMN DATA FROM OTHER COLLECTION in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77723#M29864</link>
    <description>How to add column data from one collection to other collection by comparing the collections made from two excel tables.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;VYDYA ABHIRAM&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Apr 2022 09:49:00 GMT</pubDate>
    <dc:creator>VYDYAABHIRAM</dc:creator>
    <dc:date>2022-04-07T09:49:00Z</dc:date>
    <item>
      <title>ADDING COLUMN DATA FROM OTHER COLLECTION</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77723#M29864</link>
      <description>How to add column data from one collection to other collection by comparing the collections made from two excel tables.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;VYDYA ABHIRAM&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2022 09:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77723#M29864</guid>
      <dc:creator>VYDYAABHIRAM</dc:creator>
      <dc:date>2022-04-07T09:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING COLUMN DATA FROM OTHER COLLECTION</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77724#M29865</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0b2a585c-3aa7-498e-9f10-9bf592b90d73" data-tag-text="@VYDYA ABHIRAM" href="https://community.blueprism.com/network/profile?UserKey=0b2a585c-3aa7-498e-9f10-9bf592b90d73" data-itemmentionkey="e93dee0b-ebcf-4663-a5d5-629c9b7605a6"&gt;@VYDYA ABHIRAM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you have all the info in the same Excel file, I will recommend you to access this information by using the OLEDB VBO, here you have the link from the Digital Exchange &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/data---oledb" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/data---oledb&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can use this assets to make a query over the Excel file and join the two tables in a simple query to extract the info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2022 10:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77724#M29865</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-07T10:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING COLUMN DATA FROM OTHER COLLECTION</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77725#M29866</link>
      <description>We have only trail version so with the action present in the excel vbo only. We have to send the column data from one excel to other excel. So if u have any solution in that case let us know.&lt;BR /&gt;Regards&amp;nbsp;&lt;BR /&gt;ABHIRAM.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;VYDYA ABHIRAM&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2022 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77725#M29866</guid>
      <dc:creator>VYDYAABHIRAM</dc:creator>
      <dc:date>2022-04-07T10:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: ADDING COLUMN DATA FROM OTHER COLLECTION</title>
      <link>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77726#M29867</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0b2a585c-3aa7-498e-9f10-9bf592b90d73" data-tag-text="@VYDYA ABHIRAM" href="https://community.blueprism.com/network/profile?UserKey=0b2a585c-3aa7-498e-9f10-9bf592b90d73" data-itemmentionkey="1f365853-250b-4d91-9a99-cfd80199e925"&gt;@VYDYA ABHIRAM&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I understand well, you want to "mix" to collection and paste the result in an Excel File. And the two collection that you want to mix are extracted from two different Excel, that right?&lt;BR /&gt;&lt;BR /&gt;For this, you can create a Business Object to combine the collections. With a code stage and some Linq statements you can achieve this.&lt;BR /&gt;&lt;BR /&gt;Then, need to o&lt;SPAN&gt;pen the Excel File with the MS Excel's VBO and use the action "Write Collection" to put the new collection that you combine before in a new sheet.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;If I wrong with the explication of this, please send us any example to understand better the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2022 12:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/ADDING-COLUMN-DATA-FROM-OTHER-COLLECTION/m-p/77726#M29867</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-04-07T12:51:00Z</dc:date>
    </item>
  </channel>
</rss>

