<?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 Get Collection from Excel - Characters are imported as question marks in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-from-Excel-Characters-are-imported-as-question/m-p/87053#M37814</link>
    <description>​Dear BP Community&lt;BR /&gt;&lt;BR /&gt;Our Business teams are using RPA to create documents and emails for our internal clients.&amp;nbsp;The inputs for this documents are read from several excel spread sheets and the input&amp;nbsp;includes also special characters e.g. ą , ć. After the migration to Blue Prism 6 and Win10, we noted that few of the special characters, which were display in BPv5/Win7 correctly are imported as questions marks to the collections and documents/emails.&lt;BR /&gt;&lt;BR /&gt;Attached you can find my input file (Special CharactersCSV.xlsx) in&amp;nbsp;"Column B" are the used characters and an screen shot from my collection (left Win10 and right Win7) as output. I&amp;nbsp;get the collection with the BP BO&amp;nbsp;"MS Excel VBO - Get Worksheet As Collection".&lt;BR /&gt;&lt;BR /&gt;Maybe someone of you can test on their system, if you are facing the similar issue with BPv6 on Win10? Or someone had this situation in the past too and can give me an advice, how I can solve it.&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards&lt;BR /&gt;Andre&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andre KÃ¶pplin&lt;BR /&gt;Senior Business Process Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Jul 2019 07:19:00 GMT</pubDate>
    <dc:creator>AndreKöpplin</dc:creator>
    <dc:date>2019-07-26T07:19:00Z</dc:date>
    <item>
      <title>Get Collection from Excel - Characters are imported as question marks</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-from-Excel-Characters-are-imported-as-question/m-p/87053#M37814</link>
      <description>​Dear BP Community&lt;BR /&gt;&lt;BR /&gt;Our Business teams are using RPA to create documents and emails for our internal clients.&amp;nbsp;The inputs for this documents are read from several excel spread sheets and the input&amp;nbsp;includes also special characters e.g. ą , ć. After the migration to Blue Prism 6 and Win10, we noted that few of the special characters, which were display in BPv5/Win7 correctly are imported as questions marks to the collections and documents/emails.&lt;BR /&gt;&lt;BR /&gt;Attached you can find my input file (Special CharactersCSV.xlsx) in&amp;nbsp;"Column B" are the used characters and an screen shot from my collection (left Win10 and right Win7) as output. I&amp;nbsp;get the collection with the BP BO&amp;nbsp;"MS Excel VBO - Get Worksheet As Collection".&lt;BR /&gt;&lt;BR /&gt;Maybe someone of you can test on their system, if you are facing the similar issue with BPv6 on Win10? Or someone had this situation in the past too and can give me an advice, how I can solve it.&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards&lt;BR /&gt;Andre&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andre KÃ¶pplin&lt;BR /&gt;Senior Business Process Analyst&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2019 07:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-from-Excel-Characters-are-imported-as-question/m-p/87053#M37814</guid>
      <dc:creator>AndreKöpplin</dc:creator>
      <dc:date>2019-07-26T07:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get Collection from Excel - Characters are imported as question marks</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-Collection-from-Excel-Characters-are-imported-as-question/m-p/87054#M37815</link>
      <description>Hi Andre,&lt;BR /&gt;&lt;BR /&gt;Fault lies in Excel VBO most probably. We had the same issue. Action "Get Worksheet As Collection" had this line in code stage:&lt;BR /&gt;&lt;BR /&gt;Dim data As String = Clipboard.GetDataObject().GetData(&lt;STRONG&gt;DataFormats.Text&lt;/STRONG&gt;, True)&lt;BR /&gt;&lt;BR /&gt;While it should be:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Dim data As String = Clipboard.GetDataObject().GetData(&lt;STRONG&gt;DataFormats.UnicodeText&lt;/STRONG&gt;, True)&lt;BR /&gt;&lt;BR /&gt;For us it worked. You should correct it in all actions in Excel VBO that uses this part of the code.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Michal&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michal Szumski&lt;BR /&gt;RPA developer&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2019 12:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-Collection-from-Excel-Characters-are-imported-as-question/m-p/87054#M37815</guid>
      <dc:creator>MichalSzumski</dc:creator>
      <dc:date>2019-07-26T12:01:00Z</dc:date>
    </item>
  </channel>
</rss>

