<?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: Split multiline excel cell data in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61117#M14468</link>
    <description>&lt;P&gt;Unfortunately still have not figure it out. not sure why its not detecting that CRLF.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;K T&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Jan 2024 23:31:00 GMT</pubDate>
    <dc:creator>KT</dc:creator>
    <dc:date>2024-01-24T23:31:00Z</dc:date>
    <item>
      <title>Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61110#M14461</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have this excel cell data that is formatted below. I managed to get it inside a collection and was trying to use the Split utility function to split it. Used several delimiters already like \n, newline(), enter, chr(10) but i was not able to split it. Any other ideas?&lt;/P&gt;
&lt;P&gt;Sample data inside a single cell&lt;/P&gt;
&lt;P&gt;GroupRule1&lt;BR /&gt;GroupRule2&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;K T&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2024 02:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61110#M14461</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2024-01-19T02:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61111#M14462</link>
      <description>&lt;P&gt;You need to find out which characters are at the end of the line, and then do a replace. If you paste the text into a text editor like Notepad++ you might be able to see them. Maybe try CR and LF.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2024 09:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61111#M14462</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2024-01-19T09:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61112#M14463</link>
      <description>&lt;P&gt;You are right. I can see CRLF in notepad++. I am trying this approach as delimiter "\r\n" or even tried to replaced it but cannot make it to work. how does BP see CRLF?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;K T&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2024 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61112#M14463</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2024-01-19T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61113#M14464</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/8899"&gt;@KT&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Did you try the following?&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;Chr(13) &amp;amp; Chr(10)&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Micheal Charron&lt;BR /&gt;Senior Manager&lt;BR /&gt;RBC&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2024 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61113#M14464</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2024-01-19T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61114#M14465</link>
      <description>&lt;P&gt;I tried to use it this way "Chr(13) &amp;amp; Chr(10)" on both a Replace function and the Split Text utility. Both not working.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Below is how i see it on notepad++&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30632.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30757iEA9C58C56DF223A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="30632.png" alt="30632.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;K T&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2024 14:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61114#M14465</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2024-01-19T14:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61115#M14466</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/8899"&gt;@KT&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;That is weird that it is not working for you. I tried your example text and it worked fine, for me, with the "Split Text" action. This is how my text looks in Notepad++.&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30633.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30762i68BC75F454C0084E/image-size/large?v=v2&amp;amp;px=999" role="button" title="30633.png" alt="30633.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;If the text is always going to be rows of "GroupRule" with a number, you could always try the "Extract Regex All Matches" action in BP's "Utility - Strings" VBO.&amp;nbsp;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30634.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30763i12C0B617CC10E721/image-size/large?v=v2&amp;amp;px=999" role="button" title="30634.png" alt="30634.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;The above action gives you something like this:&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30635.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30764iD033F57A068874F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="30635.png" alt="30635.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Micheal Charron&lt;BR /&gt;Senior Manager&lt;BR /&gt;RBC&lt;BR /&gt;America/Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2024 15:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61115#M14466</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2024-01-19T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61116#M14467</link>
      <description>&lt;P&gt;You've probably solved this already, but the Chr functions are not to be enclosed in text quotes.&lt;/P&gt;
&lt;P&gt;Using the Split Text routine in the Strings VBO just put Chr(10) as the parameter&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30637.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30766i9E05E526D0C96B18/image-size/large?v=v2&amp;amp;px=999" role="button" title="30637.png" alt="30637.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Anton Hosang&lt;BR /&gt;Director&lt;BR /&gt;Omega RPA Ltd&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2024 22:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61116#M14467</guid>
      <dc:creator>Anton__Hosang</dc:creator>
      <dc:date>2024-01-24T22:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61117#M14468</link>
      <description>&lt;P&gt;Unfortunately still have not figure it out. not sure why its not detecting that CRLF.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;K T&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2024 23:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61117#M14468</guid>
      <dc:creator>KT</dc:creator>
      <dc:date>2024-01-24T23:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Split multiline excel cell data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61118#M14469</link>
      <description>&lt;P&gt;Try substituting another character for CRLF first, eg Replace(Replace([Text from Excel], Chr(10), ""), Chr(13), "#"), and then pass the result to the Split action, using the same split character, eg &lt;A data-tag-text="." data-sign="#" class="user-content-hashtag" href="https://community.blueprism.com/search?s=%23.&amp;amp;executesearch=true" data-tag-key="b0aa6805-d05e-4caa-bbac-018d403dafd8"&gt;#.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Obviously the assumption here is that # doe snot already exist in your cell text.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jan 2024 10:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Split-multiline-excel-cell-data/m-p/61118#M14469</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2024-01-25T10:50:00Z</dc:date>
    </item>
  </channel>
</rss>

