<?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 Put text into columns based on a delimiter in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Put-text-into-columns-based-on-a-delimiter/m-p/73212#M25817</link>
    <description>Hi,&amp;nbsp;

I am trying to pass some data that I have either in a Collection or a Data Item that is separated by a "^"

I was using the the "Split Text" Action but it does not work for me, because it puts the separated text in new rows and I want it in new columns. Is there a way to do this. This would as if you would be doing it in Excel in the "Text to Columns" buttom. Thanks!</description>
    <pubDate>Tue, 27 Feb 2018 21:45:00 GMT</pubDate>
    <dc:creator>EdritFranquiz</dc:creator>
    <dc:date>2018-02-27T21:45:00Z</dc:date>
    <item>
      <title>Put text into columns based on a delimiter</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Put-text-into-columns-based-on-a-delimiter/m-p/73212#M25817</link>
      <description>Hi,&amp;nbsp;

I am trying to pass some data that I have either in a Collection or a Data Item that is separated by a "^"

I was using the the "Split Text" Action but it does not work for me, because it puts the separated text in new rows and I want it in new columns. Is there a way to do this. This would as if you would be doing it in Excel in the "Text to Columns" buttom. Thanks!</description>
      <pubDate>Tue, 27 Feb 2018 21:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Put-text-into-columns-based-on-a-delimiter/m-p/73212#M25817</guid>
      <dc:creator>EdritFranquiz</dc:creator>
      <dc:date>2018-02-27T21:45:00Z</dc:date>
    </item>
    <item>
      <title>Try This …</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Put-text-into-columns-based-on-a-delimiter/m-p/73213#M25818</link>
      <description>Try This&amp;nbsp;
Dim RR As Object
Dim excel As Object
Try
RR = GetWorksheet(Handle, WorkBookName, WorkSheetName)
RR.Activate()
excel = RR.Application
RR.UsedRange.Select()
excel.Selection.TextToColumns (DataType:=1, ConsecutiveDelimiter:=True,Other:=True,OtherChar:=Delimiter)
Success = True
Catch e As Exception
Success = False
Message = e.Message
End Try</description>
      <pubDate>Fri, 23 Mar 2018 11:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Put-text-into-columns-based-on-a-delimiter/m-p/73213#M25818</guid>
      <dc:creator>RakeshReddy</dc:creator>
      <dc:date>2018-03-23T11:02:00Z</dc:date>
    </item>
  </channel>
</rss>

