<?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: Converting Txt file into Excel in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101494#M48451</link>
    <description>Is the txt file actually a CSV? If so, there is an &lt;STRONG&gt;Import CSV&lt;/STRONG&gt; action on the Excel VBO. &lt;BR /&gt;&lt;BR /&gt;If not, the question becomes what is your expectation for what the txt file contents will look like in Excel. It's pretty easy to just read the contents of a text file and then insert the entire contents into a cell in a worksheet.&lt;BR /&gt;&lt;BR /&gt;You could also look at reading the contents of the txt file, push that data into a BP Collection (ex. line by line) and then use the &lt;STRONG&gt;Write Collection&lt;/STRONG&gt; action on the Excel VBO to write the contents of the Collection into a worksheet.&lt;BR /&gt;&lt;BR /&gt;I'm sure there are various other methods.&lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
    <pubDate>Fri, 22 Oct 2021 14:27:41 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2021-10-22T14:27:41Z</dc:date>
    <item>
      <title>Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101492#M48449</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;How can we convert the txt file into an Excel file?</description>
      <pubDate>Fri, 22 Oct 2021 10:44:49 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101492#M48449</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-10-22T10:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101493#M48450</link>
      <description>Hi Murali, Fine, it's been a while since I came here, but have you considered importing the TXT into the excel file?&lt;BR /&gt;Link Guide:&lt;A href="https://support.microsoft.com/en-us/office/import-or-export-text-txt-or-csv-files-5250ac4c-663c-47ce-937b-339e391393ba" target="_blank" rel="noopener"&gt;Import or export text (.txt or .csv) files (microsoft.com)&lt;/A&gt;,let me check if i have something ready for this &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;#Edit&amp;nbsp;&lt;BR /&gt;&lt;A href="https://jsfiddle.net/hwgar81c/" target="_blank" rel="noopener"&gt;JSFiddle - Code Playground&lt;/A&gt;&lt;BR /&gt;Just download and save as .bpobject​​</description>
      <pubDate>Fri, 22 Oct 2021 12:47:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101493#M48450</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-10-22T12:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101494#M48451</link>
      <description>Is the txt file actually a CSV? If so, there is an &lt;STRONG&gt;Import CSV&lt;/STRONG&gt; action on the Excel VBO. &lt;BR /&gt;&lt;BR /&gt;If not, the question becomes what is your expectation for what the txt file contents will look like in Excel. It's pretty easy to just read the contents of a text file and then insert the entire contents into a cell in a worksheet.&lt;BR /&gt;&lt;BR /&gt;You could also look at reading the contents of the txt file, push that data into a BP Collection (ex. line by line) and then use the &lt;STRONG&gt;Write Collection&lt;/STRONG&gt; action on the Excel VBO to write the contents of the Collection into a worksheet.&lt;BR /&gt;&lt;BR /&gt;I'm sure there are various other methods.&lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
      <pubDate>Fri, 22 Oct 2021 14:27:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101494#M48451</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-10-22T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101495#M48452</link>
      <description>Thanks Emerson for your reply, I was looking if there is any inbuilt solution for that.</description>
      <pubDate>Wed, 27 Oct 2021 14:03:17 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101495#M48452</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-10-27T14:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101496#M48453</link>
      <description>HI &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;It's not CSV, instead its DAT file​.&lt;BR /&gt;&lt;BR /&gt;On the process flow, we download it from an external source, and later we need to convert it to excel for further operations.&lt;BR /&gt;&lt;BR /&gt;For now we are doing it like- Open the DAT file with notepad &amp;gt;&amp;gt;Copy complete&amp;gt;&amp;gt;Paste it on a new Excel Wokbook&amp;gt;&amp;gt; Convert text to Columns (to populate correct data in all columns )</description>
      <pubDate>Wed, 27 Oct 2021 14:03:48 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101496#M48453</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-10-27T14:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101497#M48454</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1164"&gt;@krishna.kodimurali9&lt;/a&gt;&lt;BR /&gt;Someone helped me before with this which is simply changing filetype , not sure if this helps you but worth a try :&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dim objFile As New System.IO.FileInfo("path\filename.dat")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objFile.MoveTo("path\filename.xls")&lt;/SPAN&gt;&lt;BR /&gt;​</description>
      <pubDate>Sat, 30 Oct 2021 05:51:58 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101497#M48454</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-10-30T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101498#M48455</link>
      <description>Is the txt file actually a CSV?&lt;BR /&gt;&lt;BR /&gt;If so, there is an Import CSV action on the Excel VBO.&lt;BR /&gt;&lt;BR /&gt;If not, the question becomes what is your expectation for what the txt file contents will look like in Excel.&lt;BR /&gt;&lt;BR /&gt;It's pretty easy to just read the contents of a text file and then insert the entire contents into a cell in a worksheet.&lt;BR /&gt;&lt;BR /&gt;You could also look at reading the contents of the txt file,&lt;BR /&gt;&lt;BR /&gt;push that data into a BP Collection (ex. line by line) and then use the Write Collection action on the Excel VBO to write the contents of the Collection into a worksheet.&lt;BR /&gt;&lt;BR /&gt;I'm sure there are various other methods.&lt;BR /&gt;......................................................&lt;BR /&gt;&lt;A href="https://www.ornamentcentral.com/" target="_blank" rel="noopener"&gt;Ornament Central&lt;/A&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:14:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101498#M48455</guid>
      <dc:creator>richieadam</dc:creator>
      <dc:date>2021-11-02T17:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Txt file into Excel</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101499#M48456</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This can be done with the excel utility as you would do with any excel file. If you create an instance then use open workbook and set the filename to be your text file e.g. "C:\Users\miconeil\Documents\mytextfile.dat" and the file will open in excel then just use the excel utility to save the file as an excel file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 03 Nov 2021 10:54:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Converting-Txt-file-into-Excel/m-p/101499#M48456</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-11-03T10:54:56Z</dc:date>
    </item>
  </channel>
</rss>

