<?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: Import CSV object with Semicolon delimiter (MS Excel VBO) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52489#M7360</link>
    <description>Hey,&lt;BR /&gt;&lt;BR /&gt;Could you explain where will I find these "read all text from file'' and "get csv as collection" objects and what will the flow be like?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kashish Jain&lt;BR /&gt;Application Engineer&lt;BR /&gt;Schneider Electric&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Apr 2020 06:27:00 GMT</pubDate>
    <dc:creator>KashishJain</dc:creator>
    <dc:date>2020-04-30T06:27:00Z</dc:date>
    <item>
      <title>Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52485#M7356</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media"&gt;&lt;/DIV&gt;
I am using MS Excel VBO - Import CSV Action to get csv into excel. The CSV has semicolon separated values so i changed the the code to this :&lt;BR /&gt;
&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="16674.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16829iC661EF4FB985465B/image-size/large?v=v2&amp;amp;px=999" role="button" title="16674.png" alt="16674.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16675.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16834i8BCB1A7C871BD4F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="16675.png" alt="16675.png" /&gt;&lt;/span&gt;&lt;BR /&gt;There are no errors in the object but when I run the code it says :&amp;nbsp;&lt;STRONG&gt;The given key was not present in the dictionary&amp;nbsp;&lt;/STRONG&gt;and fails.&lt;BR /&gt;&lt;BR /&gt;Can anybody help me with this ? Or have any other solution for this ?&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kashish Jain&lt;BR /&gt;RPA Developer&lt;BR /&gt;Schneider Electric&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Apr 2020 09:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52485#M7356</guid>
      <dc:creator>KashishJain</dc:creator>
      <dc:date>2020-04-29T09:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52486#M7357</link>
      <description>It mostly means it couldn't find the handle if no instance is created, where are you creating instance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 04:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52486#M7357</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-04-30T04:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52487#M7358</link>
      <description>Hi Kashish,&lt;BR /&gt;&lt;BR /&gt;I don't think you have to change code.&lt;BR /&gt;Just read your csv file to data item(text) using "read all text from file", replace semicolon to comma, and use "get csv as collection" action&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mitsuko &lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 05:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52487#M7358</guid>
      <dc:creator>sumire</dc:creator>
      <dc:date>2020-04-30T05:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52488#M7359</link>
      <description>Hi Gopal,&lt;BR /&gt;&lt;BR /&gt;The Instance is being created in the process using create instance from MS Excel VBO and then passed onto this action as a parameter.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kashish Jain&lt;BR /&gt;Application Engineer&lt;BR /&gt;Schneider Electric&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 06:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52488#M7359</guid>
      <dc:creator>KashishJain</dc:creator>
      <dc:date>2020-04-30T06:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52489#M7360</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;Could you explain where will I find these "read all text from file'' and "get csv as collection" objects and what will the flow be like?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kashish Jain&lt;BR /&gt;Application Engineer&lt;BR /&gt;Schneider Electric&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 06:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52489#M7360</guid>
      <dc:creator>KashishJain</dc:creator>
      <dc:date>2020-04-30T06:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52490#M7361</link>
      <description>From screenshot I can see you have created a different object and the instance is not present in dictionary of this object. Copy this page to the MS Excel VBO and then run.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 06:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52490#M7361</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-04-30T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52491#M7362</link>
      <description>"read all text from file" is in utility-file management&lt;BR /&gt;"get csv as collection" is in utility-strings&lt;BR /&gt;&lt;BR /&gt;flow is:&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="16648.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16802i025B3C5B866896BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="16648.png" alt="16648.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
and calculate stage is Replace([Text],";",",")&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mitsuko &lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 07:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52491#M7362</guid>
      <dc:creator>sumire</dc:creator>
      <dc:date>2020-04-30T07:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52492#M7363</link>
      <description>So after changing the text from ";" to "," do we not have to save it or something ?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kashish Jain&lt;BR /&gt;Application Engineer&lt;BR /&gt;Schneider Electric&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52492#M7363</guid>
      <dc:creator>KashishJain</dc:creator>
      <dc:date>2020-04-30T09:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52493#M7364</link>
      <description>Using Replace will not work in all cases. Depending on the text, it could either create extra fields, or change the value of a field which contains a quoted semi-colon. In the Utility - Strings object, there is an action for Get Delimited Text As Collection, which allows you to specify the delimiter to use. So you'd keep the Read All File From Text, but replace the next two stages with Get Delimited Text As Collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 15:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52493#M7364</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-04-30T15:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52494#M7365</link>
      <description>At that point, you have the semi-colon delimited CSV file loaded as a collection. If you wanted to save the file with the updated delimiter,&amp;nbsp;you could use Get Collection As CSV to convert the collection into a comma delimited CSV, then write that to the file. Alternatively, you could launch Excel and write the collection into a worksheet directly.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Apr 2020 15:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52494#M7365</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-04-30T15:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52495#M7366</link>
      <description>Hey Mitsuko,&lt;BR /&gt;&lt;BR /&gt;This worked for me. Thanks for the support &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kashish Jain&lt;BR /&gt;Application Engineer&lt;BR /&gt;Schneider Electric&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 May 2020 06:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52495#M7366</guid>
      <dc:creator>KashishJain</dc:creator>
      <dc:date>2020-05-05T06:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Import CSV object with Semicolon delimiter (MS Excel VBO)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52496#M7367</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/49048"&gt;@KashishJain&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;How did you make it work? did you save or target the text replaced? I tried both and its not working​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rage Liberato&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Sep 2020 05:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Import-CSV-object-with-Semicolon-delimiter-MS-Excel-VBO/m-p/52496#M7367</guid>
      <dc:creator>RageLiberato</dc:creator>
      <dc:date>2020-09-11T05:57:00Z</dc:date>
    </item>
  </channel>
</rss>

