<?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 concatenate collection Data item and data item in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55045#M9453</link>
    <description>Hello community,&lt;BR /&gt;&lt;BR /&gt;I have an excel header as Day 1,Day 2,Day 3,.........,Day 31&amp;nbsp;&lt;BR /&gt;i have read the excel and stored as collection "data"&lt;BR /&gt;&lt;BR /&gt;in order to read the values of excel column, i'm using [data.Day 1] instead of this i'm trying to do it as dynamically&lt;BR /&gt;&lt;BR /&gt;i=1,val=""&lt;BR /&gt;loop( i&amp;lt;32)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;val = [data.Day &lt;I&gt;]&lt;BR /&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; //some business logic&lt;BR /&gt;&amp;nbsp; &amp;nbsp; i=i+1&lt;BR /&gt;end loop&lt;BR /&gt;&lt;BR /&gt;In BP how do we concatenate the data items.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sai Krishna Somisetty&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/I&gt;</description>
    <pubDate>Wed, 16 Sep 2020 13:53:00 GMT</pubDate>
    <dc:creator>Sai_KrishnaSomi</dc:creator>
    <dc:date>2020-09-16T13:53:00Z</dc:date>
    <item>
      <title>concatenate collection Data item and data item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55045#M9453</link>
      <description>Hello community,&lt;BR /&gt;&lt;BR /&gt;I have an excel header as Day 1,Day 2,Day 3,.........,Day 31&amp;nbsp;&lt;BR /&gt;i have read the excel and stored as collection "data"&lt;BR /&gt;&lt;BR /&gt;in order to read the values of excel column, i'm using [data.Day 1] instead of this i'm trying to do it as dynamically&lt;BR /&gt;&lt;BR /&gt;i=1,val=""&lt;BR /&gt;loop( i&amp;lt;32)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;val = [data.Day &lt;I&gt;]&lt;BR /&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt;&amp;nbsp; &amp;nbsp; //some business logic&lt;BR /&gt;&amp;nbsp; &amp;nbsp; i=i+1&lt;BR /&gt;end loop&lt;BR /&gt;&lt;BR /&gt;In BP how do we concatenate the data items.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sai Krishna Somisetty&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 16 Sep 2020 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55045#M9453</guid>
      <dc:creator>Sai_KrishnaSomi</dc:creator>
      <dc:date>2020-09-16T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: concatenate collection Data item and data item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55046#M9454</link>
      <description>Hi &lt;SPAN&gt;Sai Krishna ,&lt;BR /&gt;&lt;BR /&gt;How many rows of data do you have? One of the options could be to use the Transpose Collection action in Utility Collection and then use the BluePrism loop to extract or concatenate the data items using calculation stage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2020 15:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55046#M9454</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-09-16T15:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: concatenate collection Data item and data item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55047#M9455</link>
      <description>good idea shashank but can we get the no.of columns and name of each column from excel i.e.,&lt;BR /&gt;&lt;BR /&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; Student1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;student2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; student3...................&lt;BR /&gt;day 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Present&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Absent&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Absent...................&lt;BR /&gt;day 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;absent&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;present&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;absent............&lt;BR /&gt;......&lt;BR /&gt;........&lt;BR /&gt;&lt;BR /&gt;Students may change from class to class, how can we calculate number of present and absent days of each student?&lt;BR /&gt;&lt;BR /&gt;hope you understand the problem.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sai Krishna Somisetty&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2020 07:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55047#M9455</guid>
      <dc:creator>Sai_KrishnaSomi</dc:creator>
      <dc:date>2020-09-17T07:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: concatenate collection Data item and data item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55048#M9456</link>
      <description>&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Sai Krishna ,&lt;BR /&gt;&lt;BR /&gt;1. Get collection fields action will give you the list of students. (You can delete the first row from this if required)&lt;BR /&gt;2. Use a loop&amp;nbsp; with list of students collection&lt;BR /&gt;3. Within the loop add a filter collection. Here the input parameter will be your main collection and a filter expression to filter out present/absent. The output will be a collection&lt;BR /&gt;4. Use row count on output collection of Step 3 to get the desired count&lt;BR /&gt;&lt;BR /&gt;Note that Step 3,4 are within a loop. You can form a separate collection to save the results for all students&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55048#M9456</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-09-17T08:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: concatenate collection Data item and data item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55049#M9457</link>
      <description>Use the Read Collection Field action in the Utility - Collection Manipulation object. You'll need to keep track of the row index manually, but it will allow you to specify a dynamic value for the field name, which in your case would be &lt;CODE&gt;"Day " &amp;amp; &lt;I&gt;&lt;/I&gt;&lt;/CODE&gt;&lt;I&gt;.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Thu, 17 Sep 2020 13:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55049#M9457</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-09-17T13:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: concatenate collection Data item and data item</title>
      <link>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55050#M9458</link>
      <description>Thanks nicholas it's worked&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sai Krishna Somisetty&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2020 13:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/concatenate-collection-Data-item-and-data-item/m-p/55050#M9458</guid>
      <dc:creator>Sai_KrishnaSomi</dc:creator>
      <dc:date>2020-09-18T13:40:00Z</dc:date>
    </item>
  </channel>
</rss>

