<?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: Removing Character Conflicts in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76943#M29323</link>
    <description>Hi Claire - are you getting the data from Surface Automation, where visually some characters in some fonts are identical. Lower L and upper i are often identical in appearance. The code you have looks like something to clean up such data, &lt;SPAN style="text-decoration: underline;"&gt;but&lt;/SPAN&gt;&amp;nbsp;you have to think before using it, because the result may be just as wrong. For example, if you know the fiel can only contain letters, the when Surface Automation reads C1aire it must really be Claire. Or, you may decide that a capital letter cannot exist in the middle of a word, so CIaire (upper i instead of lower L) must be Claire. You have to be sure the logic is correct before attempting to fix, and if the logic is not sound, then applying a fix is a risky guess.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jul 2019 17:08:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2019-07-16T17:08:00Z</dc:date>
    <item>
      <title>Removing Character Conflicts</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76940#M29320</link>
      <description>​Hi,&lt;BR /&gt;I am using data that can be text or numbers, but contains character conflicts for capital i, lower case l and 1s. How is best to fix this? Is it code stages such as Unclean = Regex.Replace(Clean, "(\b)l([A-Z]+)(\b), "$1I$2$3")? I have not used code stages before so unsure how best to incorporate code&amp;nbsp;stages such as this. Any guidance would be appreciated! &lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Claire Louise Laggan&lt;BR /&gt;Costing Manager&lt;BR /&gt;Arup&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jul 2019 08:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76940#M29320</guid>
      <dc:creator>Claire_LouiseLa</dc:creator>
      <dc:date>2019-07-10T08:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Removing Character Conflicts</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76941#M29321</link>
      <description>What are you trying to accomplish with the replace? I'm not sure what you mean by character conflicts.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jul 2019 13:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76941#M29321</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-07-12T13:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Removing Character Conflicts</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76942#M29322</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What I understand is that implementing code solutions with code stage other than using standard stages provided by Blue Prism.&lt;BR /&gt;Here's the "Extending Automations using the .NET Framework":&amp;nbsp;&lt;A href="https://portal.blueprism.com/documents/standard?title=extending+Automation&amp;amp;category=All&amp;amp;lang=1382" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/documents/standard?title=extending+Automation&amp;amp;category=All&amp;amp;lang=1382&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tetsuji Junicho&lt;BR /&gt;Manager of RPA Practice Grp.&lt;BR /&gt;Accenture Japan&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2019 14:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76942#M29322</guid>
      <dc:creator>tjunicho</dc:creator>
      <dc:date>2019-07-16T14:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Removing Character Conflicts</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76943#M29323</link>
      <description>Hi Claire - are you getting the data from Surface Automation, where visually some characters in some fonts are identical. Lower L and upper i are often identical in appearance. The code you have looks like something to clean up such data, &lt;SPAN style="text-decoration: underline;"&gt;but&lt;/SPAN&gt;&amp;nbsp;you have to think before using it, because the result may be just as wrong. For example, if you know the fiel can only contain letters, the when Surface Automation reads C1aire it must really be Claire. Or, you may decide that a capital letter cannot exist in the middle of a word, so CIaire (upper i instead of lower L) must be Claire. You have to be sure the logic is correct before attempting to fix, and if the logic is not sound, then applying a fix is a risky guess.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2019 17:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Removing-Character-Conflicts/m-p/76943#M29323</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2019-07-16T17:08:00Z</dc:date>
    </item>
  </channel>
</rss>

