<?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: Excel with Complex Structure in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75632#M28237</link>
    <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="df671715-a3f4-41af-a0a0-8c00eea8fcc2" data-tag-text="@Manish Kumar" href="https://community.blueprism.com/network/profile?UserKey=df671715-a3f4-41af-a0a0-8c00eea8fcc2" data-itemmentionkey="aac0408f-02a9-4424-960e-b09a5a2b73e8"&gt;@Manish Kumar&lt;/A&gt;​ , &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="69adf8e4-982b-429e-800e-de15478853c6"&gt;@Michael ONeil&lt;/A&gt;&lt;BR /&gt;Thanks for your responses. I'm trying to follow the procedure you mentioned and following these steps mentioned for renaming the Columns --&amp;gt; "&lt;A href="https://stackoverflow.com/questions/50253464/rename-collection-fields-in-blueprism" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/50253464/rename-collection-fields-in-blueprism&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;But Number of columns present in my Input Excel is &lt;STRONG&gt;140+&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;1) So should I be creating another Collection with the same number of Columns inorder to rename it?&lt;BR /&gt;2) Is there any way to copy only the necessary Column from one Excel/Collection and keep in another Collection/Excel? ​&lt;BR /&gt;&lt;BR /&gt;Kindly provide me the necessary answers.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Jun 2021 13:14:00 GMT</pubDate>
    <dc:creator>RahulRamesh</dc:creator>
    <dc:date>2021-06-22T13:14:00Z</dc:date>
    <item>
      <title>Excel with Complex Structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75629#M28234</link>
      <description>Hello,&lt;BR /&gt;I have a Usecase to Take values from certain columns of one complex Excel to Another excel. When try moving into the collection it is not identifying certain Columns as the Excel structure is like the below.
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27937.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28065i543AD66428B8A7F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="27937.png" alt="27937.png" /&gt;&lt;/span&gt;Couldn't get the headers of the Excel when try working with Excel neither as Collection.&lt;BR /&gt;Don't think getting the values of the column through the column position is a good approach.&lt;BR /&gt;&lt;BR /&gt;Please provide any solution for this to fetch the values based upon the column names.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2021 11:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75629#M28234</guid>
      <dc:creator>RahulRamesh</dc:creator>
      <dc:date>2021-06-21T11:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel with Complex Structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75630#M28235</link>
      <description>Hi Rahul,&lt;BR /&gt;&lt;BR /&gt;I believe you must be knowing how many columns need to extract.&amp;nbsp;&lt;BR /&gt;Try using: Get Worksheet Range as Collection and specify Start Cell as A14 (from your picture shared) and End cell as last Column-Row. Set Header As False.&lt;BR /&gt;Once data is fetched into collection, it will add auto create columns as Column1,Column2 .. so on.&lt;BR /&gt;&lt;BR /&gt;Later you can use Utility - Collection Manipulation --&amp;gt;Rename Collection Fields&amp;nbsp;&lt;BR /&gt;Now you have collection with headers, you can keep which ever column you want/remove.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2021 13:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75630#M28235</guid>
      <dc:creator>mkumar407</dc:creator>
      <dc:date>2021-06-21T13:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel with Complex Structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75631#M28236</link>
      <description>Hi Rahul&lt;BR /&gt;&lt;BR /&gt;You may not be getting the column headers as it looks like a lot of the rows where the column headers are, are merged cells and it might be causing an issue in identifying the text in these. As &lt;A class="user-content-mention" data-sign="@" data-contactkey="1d66b27d-3e88-466e-a252-8f783858943c" data-tag-text="@Kumar Manish" href="https://community.blueprism.com/network/profile?UserKey=1d66b27d-3e88-466e-a252-8f783858943c" data-itemmentionkey="2a3d61bf-83ca-4e9c-8189-c2168dd0ab97"&gt;@Kumar Manish&lt;/A&gt; has suggested use the lower rows as the start point and have BP enter the headers you want after you have the data.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jun 2021 09:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75631#M28236</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-06-22T09:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel with Complex Structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75632#M28237</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="df671715-a3f4-41af-a0a0-8c00eea8fcc2" data-tag-text="@Manish Kumar" href="https://community.blueprism.com/network/profile?UserKey=df671715-a3f4-41af-a0a0-8c00eea8fcc2" data-itemmentionkey="aac0408f-02a9-4424-960e-b09a5a2b73e8"&gt;@Manish Kumar&lt;/A&gt;​ , &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="69adf8e4-982b-429e-800e-de15478853c6"&gt;@Michael ONeil&lt;/A&gt;&lt;BR /&gt;Thanks for your responses. I'm trying to follow the procedure you mentioned and following these steps mentioned for renaming the Columns --&amp;gt; "&lt;A href="https://stackoverflow.com/questions/50253464/rename-collection-fields-in-blueprism" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/50253464/rename-collection-fields-in-blueprism&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;But Number of columns present in my Input Excel is &lt;STRONG&gt;140+&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;1) So should I be creating another Collection with the same number of Columns inorder to rename it?&lt;BR /&gt;2) Is there any way to copy only the necessary Column from one Excel/Collection and keep in another Collection/Excel? ​&lt;BR /&gt;&lt;BR /&gt;Kindly provide me the necessary answers.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rahul Ramesh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jun 2021 13:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75632#M28237</guid>
      <dc:creator>RahulRamesh</dc:creator>
      <dc:date>2021-06-22T13:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Excel with Complex Structure</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75633#M28238</link>
      <description>Hey Rahul,&lt;BR /&gt;&lt;BR /&gt;To Answer:&lt;BR /&gt;&lt;SPAN&gt;1) So should I be creating another Collection with the same number of Columns inorder to rename it?&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp; -- Yes, that is standard procedure which we follow&lt;BR /&gt;&lt;SPAN&gt;2) Is there any way to copy only the necessary Column from one Excel/Collection and keep in another Collection/Excel?&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp;-- Yes, this is possible as well. For necessary columns, you must be knowing which column to copy to new collection.. Create New Collection of needed columns with headers. Loop Original collection and Use Multi Cal stage to copy only selected data to new Collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jun 2021 13:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-with-Complex-Structure/m-p/75633#M28238</guid>
      <dc:creator>mkumar407</dc:creator>
      <dc:date>2021-06-22T13:43:00Z</dc:date>
    </item>
  </channel>
</rss>

