<?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 Excel: Copy value from mainframe and spread them among several cells in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Excel-Copy-value-from-mainframe-and-spread-them-among-several/m-p/63152#M16140</link>
    <description>Dear all,

Based on my mainframe list I have a « text » data. 
When I paste this data, it is spread in only one cell.
I want to dispatch the mainframe data list in several cells and not only one.
So I paste the mainframe data in one Excel cell (1) and then use the action €œget worksheet range as a collection€&amp;#157; to create a collection (2).
With this collection now, when a write the collection I can finally have my data dispatch among several cells.
But now I face a new issue. Quotation marks has been put at the beginning and end of my data (3). 
Please check screenshot attached 

Could you please help me: 
Either to find a way to past directly the "text data" in several cells"
Or: "find a way to remove the quotation marks from the collection. I was not able to use the expression "replace"

As error I get : 
 Failed to evaluate expression 'Replace([Data]; """"; "")' 
Replace function requires 3 arguments of types: (text,text,text)

Thanks a lot for your help, it's quiet critical, I spend too much hours on this without find anything .

Kind Regards</description>
    <pubDate>Mon, 04 Jul 2016 20:56:00 GMT</pubDate>
    <dc:creator>samuel_a_thomas</dc:creator>
    <dc:date>2016-07-04T20:56:00Z</dc:date>
    <item>
      <title>Excel: Copy value from mainframe and spread them among several cells</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Copy-value-from-mainframe-and-spread-them-among-several/m-p/63152#M16140</link>
      <description>Dear all,

Based on my mainframe list I have a « text » data. 
When I paste this data, it is spread in only one cell.
I want to dispatch the mainframe data list in several cells and not only one.
So I paste the mainframe data in one Excel cell (1) and then use the action €œget worksheet range as a collection€&amp;#157; to create a collection (2).
With this collection now, when a write the collection I can finally have my data dispatch among several cells.
But now I face a new issue. Quotation marks has been put at the beginning and end of my data (3). 
Please check screenshot attached 

Could you please help me: 
Either to find a way to past directly the "text data" in several cells"
Or: "find a way to remove the quotation marks from the collection. I was not able to use the expression "replace"

As error I get : 
 Failed to evaluate expression 'Replace([Data]; """"; "")' 
Replace function requires 3 arguments of types: (text,text,text)

Thanks a lot for your help, it's quiet critical, I spend too much hours on this without find anything .

Kind Regards</description>
      <pubDate>Mon, 04 Jul 2016 20:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Copy-value-from-mainframe-and-spread-them-among-several/m-p/63152#M16140</guid>
      <dc:creator>samuel_a_thomas</dc:creator>
      <dc:date>2016-07-04T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Hi Samuel - I think you'll</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Excel-Copy-value-from-mainframe-and-spread-them-among-several/m-p/63153#M16141</link>
      <description>Hi Samuel - I think you'll find it easier to read from the mainframe into a collection, then write that collection into Excel. The syntax of your Replace expression looks like it needs correction - use commas not semi-colons, ie Replace([Data], """""""", """"). You could remove the quotes after you read from the app and before you add the data to the collection, or loop through the collection before going to Excel and apply the Replace function to all the values.</description>
      <pubDate>Wed, 06 Jul 2016 14:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Excel-Copy-value-from-mainframe-and-spread-them-among-several/m-p/63153#M16141</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2016-07-06T14:30:00Z</dc:date>
    </item>
  </channel>
</rss>

