<?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 You could try a code stage in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64873#M17577</link>
    <description>You could try a code stage with these two lines. The Column_Names input is a collection listing the names you want in the output collection. The code creates an output collection where each row is distinct.
Dim v As New System.Data.DataView(Collection_In)
Collection_Out = v.ToTable(true, Column_Names.Split("",""))</description>
    <pubDate>Fri, 08 Dec 2017 14:57:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2017-12-08T14:57:00Z</dc:date>
    <item>
      <title>How to remove repeated Items from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64871#M17575</link>
      <description>Hi everybody, I want to delete rows from a collection that are repeated but without have to go through the collection verifying one by one because i have more than 4000 rows  so it would be very slow.

i hope someone can help me.


Thanks!</description>
      <pubDate>Thu, 07 Dec 2017 21:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64871#M17575</guid>
      <dc:creator>Gilberto.lopez</dc:creator>
      <dc:date>2017-12-07T21:29:00Z</dc:date>
    </item>
    <item>
      <title>Let's assume Collection1 has</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64872#M17576</link>
      <description>Let's assume Collection1 has the data, you need to delete the duplicates from. Create another collection with the data as in Collection 1. Now, create a flow to check each row from Collection1 matches any row in Collection2. If matches, use the action Delete Row.</description>
      <pubDate>Fri, 08 Dec 2017 07:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64872#M17576</guid>
      <dc:creator>SudheerReddy</dc:creator>
      <dc:date>2017-12-08T07:01:00Z</dc:date>
    </item>
    <item>
      <title>You could try a code stage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64873#M17577</link>
      <description>You could try a code stage with these two lines. The Column_Names input is a collection listing the names you want in the output collection. The code creates an output collection where each row is distinct.
Dim v As New System.Data.DataView(Collection_In)
Collection_Out = v.ToTable(true, Column_Names.Split("",""))</description>
      <pubDate>Fri, 08 Dec 2017 14:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64873#M17577</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-12-08T14:57:00Z</dc:date>
    </item>
    <item>
      <title>You can use code stage and…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64874#M17578</link>
      <description>You can use code stage and LINQ query for getting distinct items. way faster than iterating in loop.</description>
      <pubDate>Tue, 26 Dec 2017 22:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-remove-repeated-Items-from-a-collection/m-p/64874#M17578</guid>
      <dc:creator>JivankumarKedar</dc:creator>
      <dc:date>2017-12-26T22:40:00Z</dc:date>
    </item>
  </channel>
</rss>

