<?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: Get Data from collection to another collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94570#M43979</link>
    <description>You can try to use Code stage to do this activity.&lt;BR /&gt;&lt;BR /&gt;may be you can try this below&amp;nbsp; one : (&amp;nbsp; Lookup function)&amp;nbsp;&lt;BR /&gt;dim myDict As Dictionary(Of String, String) = new Dictionary(Of String, String)&lt;BR /&gt;for each ro as dataRow in sourceCol.rows&lt;BR /&gt;if myDict.containskey(ro.item(searchColNameInSource)) = false then&lt;BR /&gt;myDict.add (ro.item(searchColNameInSource), ro.item(resultColNameInSource))&lt;BR /&gt;end if&lt;BR /&gt;next&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for each ro as dataRow in mainCol.rows&lt;BR /&gt;if myDict.containsKey(ro.item(searchColNameInMain)) = true then&lt;BR /&gt;ro.item(resultColNameInMain) = myDict(ro.item(searchColNameInMain))&lt;BR /&gt;end if&lt;BR /&gt;next&lt;BR /&gt;&lt;BR /&gt;updatedCol = mainCol&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;loganathan s&lt;BR /&gt;IT Developer&lt;BR /&gt;DXC&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sun, 13 Sep 2020 13:10:00 GMT</pubDate>
    <dc:creator>loganathan.s</dc:creator>
    <dc:date>2020-09-13T13:10:00Z</dc:date>
    <item>
      <title>Get Data from collection to another collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94568#M43977</link>
      <description>Please I have one question about how I can get the country name instead of&amp;nbsp; country code in the collection , I have the data in excel file with county code and country name. And I have the country code in a collection and in another collection there is a country name and code.&amp;nbsp; So I need to get the country name instead of country code. Tow collection and excel file.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nael Altunesi&lt;BR /&gt;Blue Prism-Digitalization&lt;BR /&gt;Volvo cars&lt;BR /&gt;Gothenburg&lt;BR /&gt;0046760955339&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94568#M43977</guid>
      <dc:creator>NaelAltunesi1</dc:creator>
      <dc:date>2020-09-07T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Data from collection to another collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94569#M43978</link>
      <description>Add new column for country to 1st collection&lt;BR /&gt;Loop over it&lt;BR /&gt;Filter 2nd collection by code from 1st collection &lt;BR /&gt;Copy country name into new field in first collection&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Sep 2020 15:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94569#M43978</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-09-07T15:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Data from collection to another collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94570#M43979</link>
      <description>You can try to use Code stage to do this activity.&lt;BR /&gt;&lt;BR /&gt;may be you can try this below&amp;nbsp; one : (&amp;nbsp; Lookup function)&amp;nbsp;&lt;BR /&gt;dim myDict As Dictionary(Of String, String) = new Dictionary(Of String, String)&lt;BR /&gt;for each ro as dataRow in sourceCol.rows&lt;BR /&gt;if myDict.containskey(ro.item(searchColNameInSource)) = false then&lt;BR /&gt;myDict.add (ro.item(searchColNameInSource), ro.item(resultColNameInSource))&lt;BR /&gt;end if&lt;BR /&gt;next&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for each ro as dataRow in mainCol.rows&lt;BR /&gt;if myDict.containsKey(ro.item(searchColNameInMain)) = true then&lt;BR /&gt;ro.item(resultColNameInMain) = myDict(ro.item(searchColNameInMain))&lt;BR /&gt;end if&lt;BR /&gt;next&lt;BR /&gt;&lt;BR /&gt;updatedCol = mainCol&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;loganathan s&lt;BR /&gt;IT Developer&lt;BR /&gt;DXC&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Sep 2020 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94570#M43979</guid>
      <dc:creator>loganathan.s</dc:creator>
      <dc:date>2020-09-13T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Data from collection to another collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94571#M43980</link>
      <description>Hi Nael,&lt;BR /&gt;&lt;BR /&gt;One suggestion is to use object: utility- collection manipulation. Action: filter collection. &lt;BR /&gt;As an input collection use the collection you retrieved from the Excel file which has the country code and name, then use filter collection to sort that through..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;In Joe Khor&lt;BR /&gt;Sr. Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Data-from-collection-to-another-collection/m-p/94571#M43980</guid>
      <dc:creator>InJoeKhor</dc:creator>
      <dc:date>2020-10-09T15:38:00Z</dc:date>
    </item>
  </channel>
</rss>

