<?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 Collection as CSV without header in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96721#M44906</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, I can see where opening the workbook/CSV with one VBO and then trying to save it with another would cause an issue as the later VBO wouldn't have a link to the specific instance unless you tried attaching to it.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​</description>
    <pubDate>Tue, 22 Nov 2022 14:06:41 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-11-22T14:06:41Z</dc:date>
    <item>
      <title>Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96717#M44902</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;i tried to insert my collection into Excel. The Problem is that the collection contains 3k rows and 82 columns and the process tooked too long. So i solved it with "Get Collection as CSV" -&amp;gt; "Write Text File" -&amp;gt; "Import CSV" what tooks like 1 Second.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35150.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35214iB4AA57A645219C20/image-size/large?v=v2&amp;amp;px=999" role="button" title="35150.png" alt="35150.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The Problem is, that i have to delete the old Header from the the Textdata "Collection CSV as Text" or insert the Collection without the header. I tried to replace "Column ([0-99]+)" with "" an then Trim the start but that does not work.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35151.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35215iA8F61496873D665D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35151.png" alt="35151.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Otherwhise the CSV has a row too many.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35152.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35210i1892A97DE49F3ED9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35152.png" alt="35152.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I hope you can help me.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 15:22:37 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96717#M44902</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-21T15:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96718#M44903</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Which action did you use to write the collection to Excel originally? Was it &lt;EM&gt;&lt;STRONG&gt;Write Collection&lt;/STRONG&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;STRONG&gt;Write Collection (Fast)&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt; &lt;/STRONG&gt;on the Excel VBO?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;UPDATED&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;You could edit the Excel VBO's &lt;EM&gt;&lt;STRONG&gt;Import CSV&lt;/STRONG&gt;&lt;/EM&gt; action so that it starts parsing the text file on row #2 instead of #1 (which is the header row). To do that, open the Code stage within the VBO and edit the following item:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35119.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35184i6BAAAF84532F6988/image-size/large?v=v2&amp;amp;px=999" role="button" title="35119.png" alt="35119.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Change the value to 2. That should skip the header row in your CSV. Just be aware that this will also impact any other CSV that you import using that action too. You could make it more flexible by creating an optional input parameter of type Flag. Give it a name like &lt;STRONG&gt;Include Header Row&lt;/STRONG&gt; or something. Set the default value to True, and then adjust the code in the Code stage to set the value of &lt;STRONG&gt;.TextFileStartRow&lt;/STRONG&gt; to either 1 (if flag is True) or 2 (if the flag is False).&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric​​​</description>
      <pubDate>Mon, 21 Nov 2022 16:18:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96718#M44903</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-21T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96719#M44904</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I dont know why i haven't seen the Fast Verison of the VBO..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both of your solutions work perfect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As usual thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 09:08:07 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96719#M44904</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T09:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96720#M44905</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;my problem now is that the CSV Data ist getting corrupted when saved. Numbers like 19,54 are now 1954 etc.&lt;BR /&gt;&lt;BR /&gt;To solve this im made a copy of the VBO and put the save function on another site so the different Excel VBOs dont create an Error.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35120.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35182iFDCA78545C2082D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35120.png" alt="35120.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35121.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35186i98158DFA8568DC2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35121.png" alt="35121.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I changed the Fileformat to 6 and 62&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35122.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35188i130E1F281F605E85/image-size/large?v=v2&amp;amp;px=999" role="button" title="35122.png" alt="35122.png" /&gt;&lt;/span&gt;&lt;BR /&gt;But now im getting the following Error:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35123.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35183i30DECA082BDDA93B/image-size/large?v=v2&amp;amp;px=999" role="button" title="35123.png" alt="35123.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I think this i because i opened the Data with the normal VBO and trying to save it with the new one.&lt;BR /&gt;​</description>
      <pubDate>Tue, 22 Nov 2022 13:33:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96720#M44905</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T13:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96721#M44906</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Yes, I can see where opening the workbook/CSV with one VBO and then trying to save it with another would cause an issue as the later VBO wouldn't have a link to the specific instance unless you tried attaching to it.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​</description>
      <pubDate>Tue, 22 Nov 2022 14:06:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96721#M44906</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-22T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96722#M44907</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;is there any way to save the opened CSV without getting a Data corruption​? I mean, i have to use "Save workbook as" or am i wrong?&lt;/P&gt;
&lt;P&gt;I dont want to make duplicates in the Main VBOs.&lt;BR /&gt;Also if i want to attach it i would need to use the Application Modeller just to save it. That feels a little bit strange..&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 14:10:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96722#M44907</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96723#M44908</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​Let me make sure I'm following you. You have data in a Blue Prism Collection that you're loading into Microsoft Excel but then you want to save the file as a .CSV instead of a .XLSX, correct? Part of the problem here may be that if you have embedded commas in your data and then try to write that data to a .CSV file (which is comma-delimited by default) it could confuse Excel.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 22 Nov 2022 14:25:46 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96723#M44908</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-22T14:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96724#M44909</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; its pretty complicated. &lt;BR /&gt;&lt;BR /&gt;Why i open the CVS data, wich i am working with,​ the data looks a normal Excel. Why BP opens it, it looks like a typical CSV and so i cant really work with it. To solve that, i correct the CSV data in which you helped me like one week ago (Encoding was ANSI Latin, dont know why)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35130.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35199i41ACBB0A1BE37A7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="35130.png" alt="35130.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Through this convertig i dont need to save the data as xlsx and let it be CSV.</description>
      <pubDate>Tue, 22 Nov 2022 14:49:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96724#M44909</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T14:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96725#M44910</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;While working with it, i get the values in a collection, add some values and finaly i insert the collection back in the Data and want to save it as CSV. But when i do that, the numbers etc. are getting corrupten through the "Save wokbook as" function. Even when i save it in a new workbook.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35131.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35195iF54396F6F83D37E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="35131.png" alt="35131.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35132.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35193iC7438C358ECF683F/image-size/large?v=v2&amp;amp;px=999" role="button" title="35132.png" alt="35132.png" /&gt;&lt;/span&gt;&lt;BR /&gt;i changed the Main VBOs just for testing and 62 isnt working at all&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35133.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35194iB6301214F10067CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="35133.png" alt="35133.png" /&gt;&lt;/span&gt;&lt;BR /&gt;File Format 6 is working but the number values are also in a wrong Format (Last Row)&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35134.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35223i99A5C294C7A6BBEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="35134.png" alt="35134.png" /&gt;&lt;/span&gt;​&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35135.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35198i0DA02B27C6AB4668/image-size/large?v=v2&amp;amp;px=999" role="button" title="35135.png" alt="35135.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Nov 2022 14:49:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96725#M44910</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96726#M44911</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Ok, so this is a case of using commas as the delimiter as well as having them included in the data I assume based on your locale. There is an input parameter in the &lt;EM&gt;&lt;STRONG&gt;Import CSV&lt;/STRONG&gt;&lt;/EM&gt; action called&amp;nbsp;&lt;STRONG&gt;Source Text Qualifier&lt;/STRONG&gt;. The idea is that if you have data in the CSV that includes the delimiter value in it, that data should be enclosed in something. In your case, it looks like you have those fields enclosed in double quotes. If that is correct, go ahead and set the value of &lt;STRONG&gt;Source Text Qualifier&lt;/STRONG&gt; equal to " (a single double quote) and see how that works for you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​</description>
      <pubDate>Tue, 22 Nov 2022 15:02:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96726#M44911</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-22T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96727#M44912</link>
      <description>Probably Write Collection fast i causing the Problem. Even if i convert the CSV in XLSX and the just use the "Save Workbook" Function, the numbers are not right. The Document is not corruptet, but the numbers are.&lt;BR /&gt;&lt;BR /&gt;Collection: &lt;span class="lia-inline-image-display-wrapper" image-alt="35136.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35197i2E3F1DCCBF533261/image-size/large?v=v2&amp;amp;px=999" role="button" title="35136.png" alt="35136.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Excel: &lt;span class="lia-inline-image-display-wrapper" image-alt="35137.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35196iAAFFC63EEBD192F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="35137.png" alt="35137.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 22 Nov 2022 15:03:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96727#M44912</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T15:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96728#M44913</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; i know what you mean. The first step, the converting, works perfect with the numbers. BUT when i want to insert the new Collection with "Write Collection fast" the new input values from the collection are getting corrupted.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35138.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35202iAC96292EB523613E/image-size/large?v=v2&amp;amp;px=999" role="button" title="35138.png" alt="35138.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35139.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35201iD6AC8099689C3DFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="35139.png" alt="35139.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Even before "saving as"​.&lt;BR /&gt;I just cant use the Function "Write collection fast" to insert the Collection..&lt;BR /&gt;&lt;BR /&gt;Also tryed the Write collection fast function with a complete new Workbook but its still the same. It looks, that the Function isnt working properly.&lt;BR /&gt;&lt;BR /&gt;I noticed that the other importet numbers are correct.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35140.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35200iA0C05566A9A6C122/image-size/large?v=v2&amp;amp;px=999" role="button" title="35140.png" alt="35140.png" /&gt;&lt;/span&gt;&lt;BR /&gt;It looks that the 5 numbers after the comma (195,27274) are causing the Problem</description>
      <pubDate>Tue, 22 Nov 2022 15:49:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96728#M44913</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-22T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96729#M44914</link>
      <description>&lt;P&gt;I think i found the Problem.&lt;BR /&gt;&lt;BR /&gt;My Get Worksheet as Collections sets alle Columns to Datatype Text, so i had to convert my number values to text to insert it into the collection.&lt;BR /&gt;&lt;BR /&gt;I tryed write collection fast with number and text and as you can see, the text value ist not right.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35141.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35203iD9081092F8C54E9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="35141.png" alt="35141.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35142.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35204i9F5F35DF1070028E/image-size/large?v=v2&amp;amp;px=999" role="button" title="35142.png" alt="35142.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I will Copy my Collection in a second one, where the Data types are correct. A little bit annoying cause of the 82 columns but it will help,&lt;BR /&gt;&lt;BR /&gt;Is there a way to get a collection without each field being a text? I added the collecton without the header and set the number fields to Data Type Number in the Excel data. But Columns are still Text&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35143.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35205i3B9531E3C8C17244/image-size/large?v=v2&amp;amp;px=999" role="button" title="35143.png" alt="35143.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35144.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35206iD62E9042926F6004/image-size/large?v=v2&amp;amp;px=999" role="button" title="35144.png" alt="35144.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35145.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35207iE28DF93C9A8B4AFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="35145.png" alt="35145.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35146.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35209i7D60C83B40C4B0D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35146.png" alt="35146.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 11:45:46 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96729#M44914</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-23T11:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96730#M44915</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/25851"&gt;@NiklasFranke&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Are you using the latest version of the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo" target="_blank" rel="noopener"&gt;MS Excel VBO&lt;/A&gt; from the Digital Exchange? I was taking a look at the definition of the &lt;EM&gt;&lt;STRONG&gt;Get Worksheet as Collection...&lt;/STRONG&gt;&lt;/EM&gt; actions. It looks like the &lt;EM&gt;&lt;STRONG&gt;Fast&lt;/STRONG&gt;&lt;/EM&gt; action was deprecated and simply redirects the request to the &lt;EM&gt;&lt;STRONG&gt;Get Worksheet as Collection&lt;/STRONG&gt;&lt;/EM&gt; action. &lt;BR /&gt;&lt;BR /&gt;In looking through the code I can see that the DataTable (i.e. Collection) that's created in the code is defining each column as Text. I think that's because it's possible for cells in the same Excel column to actually have different data types/formats. However, we can't do that with a DataTable, so we settled on making everything Text. I'm just not sure why it's dropping the formatting of your data.&lt;BR /&gt;&lt;BR /&gt;One thing you can try, is making a small change the function in the Global Code that's populating the DataTable. Pictured below is the code of the &lt;EM&gt;&lt;STRONG&gt;GetWorkSheetUsedRangeAsDataTable&lt;/STRONG&gt;&lt;/EM&gt; function.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35147.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35213i3E31868C0786DEC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="35147.png" alt="35147.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Try changing the highlighted line to this:&lt;BR /&gt;
&lt;PRE class="language-vbnet"&gt;&lt;CODE&gt;Dim value = range(i, j).Text​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Eric&lt;/P&gt;
&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;
​</description>
      <pubDate>Wed, 23 Nov 2022 15:08:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96730#M44915</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-23T15:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get Collection as CSV without header</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96731#M44916</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I upated the Version from 10 to 10.0.2 but i that were just chanings for the Import CSV VBO which was btw. super super helpfull for me. Now i can easely change the Encoding in the VBO. Before i had to duplicate the main VBO and change the code, thanks for that,&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35149.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35212i24DE9AA41E017B73/image-size/large?v=v2&amp;amp;px=999" role="button" title="35149.png" alt="35149.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;I dont want to change the Global code, bcause of my Coworkers but my Soulution with the second predefined Collection worked for me.&lt;BR /&gt;&lt;BR /&gt;Thank you again for all the help!</description>
      <pubDate>Thu, 24 Nov 2022 14:00:45 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-as-CSV-without-header/m-p/96731#M44916</guid>
      <dc:creator>NiklasFranke</dc:creator>
      <dc:date>2022-11-24T14:00:45Z</dc:date>
    </item>
  </channel>
</rss>

