<?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 Remove &amp;quot;Enter&amp;quot; in read text in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Remove-quot-Enter-quot-in-read-text/m-p/78707#M30704</link>
    <description>Hi,

I'm new in this forum.

I have some data that I have read from a website. Data is located in a Data Item. My problem is that the data have "Enter". eg.
"
  industry Code


  0122542255 Construction industry "

I would like my data to stand like this i my Data Item:
"Industry Code 0122542255 Construction industry"

I can not really figure out what function can help me with this.

Hope there is one here that can help.

Thanks in advance</description>
    <pubDate>Wed, 05 Jul 2017 23:19:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-05T23:19:00Z</dc:date>
    <item>
      <title>Remove "Enter" in read text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Remove-quot-Enter-quot-in-read-text/m-p/78707#M30704</link>
      <description>Hi,

I'm new in this forum.

I have some data that I have read from a website. Data is located in a Data Item. My problem is that the data have "Enter". eg.
"
  industry Code


  0122542255 Construction industry "

I would like my data to stand like this i my Data Item:
"Industry Code 0122542255 Construction industry"

I can not really figure out what function can help me with this.

Hope there is one here that can help.

Thanks in advance</description>
      <pubDate>Wed, 05 Jul 2017 23:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Remove-quot-Enter-quot-in-read-text/m-p/78707#M30704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T23:19:00Z</dc:date>
    </item>
    <item>
      <title>Alternatively use the Chr</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Remove-quot-Enter-quot-in-read-text/m-p/78708#M30705</link>
      <description>Alternatively use the Chr function for CR and LF
Replace(Replace([Your Text], Chr(10), "" ""), Chr(13), """")</description>
      <pubDate>Thu, 06 Jul 2017 17:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Remove-quot-Enter-quot-in-read-text/m-p/78708#M30705</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2017-07-06T17:26:00Z</dc:date>
    </item>
  </channel>
</rss>

