<?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: Busco solución - Datos de cada celda se juntan con &amp;quot;;&amp;quot; en una misma celda. in Comunidad Blue Prism en español</title>
    <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47212#M154</link>
    <description>Hola Michael.&lt;BR /&gt;&lt;BR /&gt;Muchas gracias por la respuesta &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Acabo de crear un nuevo objeto de VBO Excel con una nueva Action: Separar en Columnas (y copié todo lo que me dijiste).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tengo que poner algo en Input u output?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5465.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5651i9A182D361881EB6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="5465.png" alt="5465.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Está bien que coloque esa action ahí, post recolección de info?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5466.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5647i6BA2630119C54F4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="5466.png" alt="5466.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gracias.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Mariano Ruiz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Dec 2022 13:25:00 GMT</pubDate>
    <dc:creator>Daniel_MarianoR</dc:creator>
    <dc:date>2022-12-20T13:25:00Z</dc:date>
    <item>
      <title>Busco solución - Datos de cada celda se juntan con ";" en una misma celda.</title>
      <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47210#M152</link>
      <description>Estimados:&lt;BR /&gt;&lt;BR /&gt;Necesito guardar en una colección los datos de un archivo excel &lt;SPAN style="text-decoration: underline;"&gt;de forma correcta.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Este es el archivo cuando lo abro de manera manual:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5483.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5662i7E9F5991F2FDA520/image-size/large?v=v2&amp;amp;px=999" role="button" title="5483.png" alt="5483.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Y este es el archvo cuando lo abro con BP:&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5484.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5664i18855947039EF9D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="5484.png" alt="5484.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Como pueden ver, los datos de cada celda se juntan con ";" en una misma celda.&lt;BR /&gt;&lt;BR /&gt;¿Cómo puedo solucionar este problema?&lt;BR /&gt;&lt;BR /&gt;Gracias.&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Mariano Ruiz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2022 20:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47210#M152</guid>
      <dc:creator>Daniel_MarianoR</dc:creator>
      <dc:date>2022-12-19T20:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Busco solución - Datos de cada celda se juntan con ";" en una misma celda.</title>
      <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47211#M153</link>
      <description>&lt;DIV _msthash="211666" _msttexthash="106873"&gt;Hi Daniel&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="565812" _msttexthash="36270104"&gt;&lt;SPAN _mstmutation="1" _msthash="32050226" _msttexthash="32050226" style=""&gt;It looks like the text is being compressed to a single column delimited with a semi colon. There is an excel function text to columns that will resolve the issue but you need to create a new action in the excel VBO to do this. I've provided the code I use below&lt;/SPAN&gt;&lt;SPAN _mstmutation="1" _msthash="1434225" _msttexthash="1434225" style=""&gt; and a screenshot of the inputs, hope this helps.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="1079390" _msttexthash="296881"&gt;Dim wb, ws As Object&lt;/DIV&gt;
&lt;DIV _msthash="1395966" _msttexthash="733252"&gt;Dim excel, sheet, range As Object&lt;/DIV&gt;
&lt;DIV _msthash="1752400" _msttexthash="1635374"&gt;Dim matrix = New Integer (3, 1) {{1, 1}, {2, 1}, {3, 1}, {4, 1}}&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="2584842" _msttexthash="33657"&gt;Try&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="3576716" _msttexthash="1234805"&gt;wb = GetWorkbook(handle, Source_Workbook)&lt;/DIV&gt;
&lt;DIV _msthash="4132440" _msttexthash="2498925"&gt;ws = GetWorksheet(handle, Source_Workbook, Source_Worksheet)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="5363462" _msttexthash="188266"&gt;Wb. Activate()&lt;/DIV&gt;
&lt;DIV _msthash="6038760" _msttexthash="190034"&gt;Ws. Activate()&lt;/DIV&gt;
&lt;DIV _msthash="6753916" _msttexthash="435279"&gt;excel = ws. Application&lt;/DIV&gt;
&lt;DIV _msthash="7508930" _msttexthash="534547"&gt;sheet = excel. ActiveSheet&lt;/DIV&gt;
&lt;DIV _msthash="8303802" _msttexthash="684294"&gt;range = sheet. Range(CellRange)&lt;/DIV&gt;
&lt;DIV _msthash="9138532" _msttexthash="212381"&gt;range. Select()&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="10927566" _msttexthash="608556"&gt;Excel. DisplayAlerts = False&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="12876032" _msttexthash="4313166"&gt;Excel. Selection.TextToColumns (Destination:=sheet. Range(StartCell), DataType:=1, _&lt;/DIV&gt;
&lt;DIV _msthash="13910052" _msttexthash="3269058"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TextQualifier:=Qualifier, ConsecutiveDelimiter:=Delimiter, Tab:=Tab, _&lt;/DIV&gt;
&lt;DIV _msthash="14983930" _msttexthash="3488745"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Semicolon:=SemiColon, Comma:=Comma, Space:=Space, Other:=Other, OtherChar _&lt;/DIV&gt;
&lt;DIV _msthash="16097666" _msttexthash="876759"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; :=Split_Char, FieldInfo:=matrix, _&lt;/DIV&gt;
&lt;DIV _msthash="17251260" _msttexthash="676182"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TrailingMinusNumbers:=True)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="19678022" _msttexthash="196677"&gt;Success = True&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="22264216" _msttexthash="340223"&gt;Catch e As Exception&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN _mstmutation="1" _msthash="181653" _msttexthash="216645"&gt;Success = False&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN _mstmutation="1" _msthash="181652" _msttexthash="318383"&gt;Message = e.Message&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV _msthash="26442442" _msttexthash="95511"&gt;Finally&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN _mstmutation="1" _msthash="181651" _msttexthash="151827"&gt;wb = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN _mstmutation="1" _msthash="181650" _msttexthash="153595"&gt;ws = Nothing&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV _msthash="32571422" _msttexthash="75517"&gt;End Try&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5462.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5646iDB23268512A6B4BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="5462.png" alt="5462.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2022 21:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47211#M153</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2022-12-19T21:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Busco solución - Datos de cada celda se juntan con ";" en una misma celda.</title>
      <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47212#M154</link>
      <description>Hola Michael.&lt;BR /&gt;&lt;BR /&gt;Muchas gracias por la respuesta &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Acabo de crear un nuevo objeto de VBO Excel con una nueva Action: Separar en Columnas (y copié todo lo que me dijiste).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tengo que poner algo en Input u output?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5465.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5651i9A182D361881EB6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="5465.png" alt="5465.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Está bien que coloque esa action ahí, post recolección de info?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5466.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5647i6BA2630119C54F4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="5466.png" alt="5466.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gracias.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Mariano Ruiz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2022 13:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47212#M154</guid>
      <dc:creator>Daniel_MarianoR</dc:creator>
      <dc:date>2022-12-20T13:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Busco solución - Datos de cada celda se juntan con ";" en una misma celda.</title>
      <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47213#M155</link>
      <description>&lt;SPAN _mstmutation="1" _msthash="98176" _msttexthash="106873" style=""&gt;Hi Daniel&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN _mstmutation="1" _msthash="7644" _msttexthash="5228743" style=""&gt;&lt;SPAN _mstmutation="1" _msthash="3685604" _msttexthash="3685604" style=""&gt;The inputs for the action should match the inputs for the code stage you created.&lt;/SPAN&gt;&lt;SPAN _mstmutation="1" _msthash="354307902" _msttexthash="354307902" style=""&gt; This is where you pass in all the information required for the action to complete. In your case you need to provide the the handle, workbook, worksheet, cellrange (this is where the data is you need to split for example A1:A12), StartCell which should be the first row of the data range e.g. A1. The rest are mostly optional but you may want to set the Consecutive delimiter to false for Other set this as your delimiter ";". You should also provide the outputs for the code stage and action as Success and Message so you can check if there were any errors. If you are unsure about using this action you should try out the Text to Columns option within excel itself first to get a better understanding of the inputs of the vbo as this will match what excel does/requires. Also the split text to columns action should be before your Get worksheet as colleciton action.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Dec 2022 15:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47213#M155</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2022-12-20T15:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Busco solución - Datos de cada celda se juntan con ";" en una misma celda.</title>
      <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47214#M156</link>
      <description>&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;OK Michael.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;I try to solve this with all solutions provided.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;You comment that:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;"If you are unsure about using this action, you should first try the Text to Columns option within Excel to better understand the vbo inputs, as this will match what Excel does/requires."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;However, I don't see an Action called "Text to Columns" in the MS Excel VBO object. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;How do I get it?&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="5475.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/5659iB1A72C119BE4DACA/image-size/large?v=v2&amp;amp;px=999" role="button" title="5475.png" alt="5475.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d" jsname="txFAF" class="jCAhz ChMk0b" jscontroller="Gn4SMb"&gt;&lt;SPAN class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe; contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te; mouseover:E6Tfl,c2aHje" jsname="W297wb"&gt;Thanks again.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Mariano Ruiz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Dec 2022 17:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47214#M156</guid>
      <dc:creator>Daniel_MarianoR</dc:creator>
      <dc:date>2022-12-23T17:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Busco solución - Datos de cada celda se juntan con ";" en una misma celda.</title>
      <link>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47215#M157</link>
      <description>Hello Daniel&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Michael is trying to say that Open Excel on your system Manually and try to use text to column feature so that you will understand the Code shared above.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Dec 2022 08:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Comunidad-Blue-Prism-en-espa%C3%B1ol/Busco-soluci%C3%B3n-Datos-de-cada-celda-se-juntan-con-quot-quot-en/m-p/47215#M157</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-12-26T08:49:00Z</dc:date>
    </item>
  </channel>
</rss>

