<?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 P.s.: I found that the data in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94085#M43494</link>
    <description>P.s.: I found that the data in the title row or 'A' row of the excel has multi-line text and it didn't accept it once I made it a single line text. The code stage accepted it. But is there I way where I can eliminate the newline character when I'm exporting data from collections to excel?</description>
    <pubDate>Tue, 06 Sep 2016 15:01:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-06T15:01:00Z</dc:date>
    <item>
      <title>Error when fetching data from MS Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94084#M43493</link>
      <description>Him

I tried to get the data from an excel using MS Excel VBO and it throwed "Internal : Could not execute code stage because exception thrown by code stage: Cannot find column 1." error when I called 'Get Excel as Collection(Fast)'. PFA of the flow I created. I tried with another excel sheet and it worked flawlessly but particularly for this excel its throwing this error</description>
      <pubDate>Tue, 06 Sep 2016 13:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94084#M43493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-06T13:46:00Z</dc:date>
    </item>
    <item>
      <title>P.s.: I found that the data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94085#M43494</link>
      <description>P.s.: I found that the data in the title row or 'A' row of the excel has multi-line text and it didn't accept it once I made it a single line text. The code stage accepted it. But is there I way where I can eliminate the newline character when I'm exporting data from collections to excel?</description>
      <pubDate>Tue, 06 Sep 2016 15:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94085#M43494</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-06T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Vijay</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94086#M43495</link>
      <description>Vijay
You should be able to do a 'find and replace'. I think the character code for a carriage return is 10. 
Perhaps try something like the below in a code stage:
Replace(MyRange, Chr(10), """")
Let me know if you need a complete code stage, but certainly try to build one using the above snippet. 
-Tom</description>
      <pubDate>Tue, 06 Sep 2016 16:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94086#M43495</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-09-06T16:27:00Z</dc:date>
    </item>
    <item>
      <title>Thanks a lot Tom! That helped</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94087#M43496</link>
      <description>Thanks a lot Tom! That helped me indeed.</description>
      <pubDate>Wed, 07 Sep 2016 13:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94087#M43496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-07T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Hi Tom, would you be able to</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94088#M43497</link>
      <description>Hi Tom, would you be able to supply me with a complete code stage please? I have attempted to build my own but to no avail. Thanks.</description>
      <pubDate>Mon, 10 Jul 2017 21:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-when-fetching-data-from-MS-Excel/m-p/94088#M43497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-10T21:18:00Z</dc:date>
    </item>
  </channel>
</rss>

