<?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: Convert Excel or csv files to ASCII format in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87222#M37962</link>
    <description>&lt;SPAN _mstmutation="1" style=""&gt;Hi, Arun Kumar, yes, you can! &lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Aug 2022 16:35:00 GMT</pubDate>
    <dc:creator>EmersonF</dc:creator>
    <dc:date>2022-08-11T16:35:00Z</dc:date>
    <item>
      <title>Convert Excel or csv files to ASCII format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87219#M37959</link>
      <description>HI&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need to convert excel/csv files to ASCII format. Is there a way to do so using Blueprism&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sudersan Rao S&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 14:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87219#M37959</guid>
      <dc:creator>Sudersan_RaoS</dc:creator>
      <dc:date>2022-08-11T14:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Excel or csv files to ASCII format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87220#M37960</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="bc36676f-9e2d-4159-ad26-1caab7e42ca7" data-tag-text="@Sudersan Rao S" href="https://community.blueprism.com/network/profile?UserKey=bc36676f-9e2d-4159-ad26-1caab7e42ca7" data-itemmentionkey="13b9a457-776f-4fb7-8a77-6732ba773b0f"&gt;@Sudersan Rao S&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;You only can change the format to CSV files. Excel file are not formatted as such because it is not a plain text file.&lt;BR /&gt;&lt;BR /&gt;To change this you can use some code, cause I think there is no specific VBO for this.&lt;BR /&gt;&lt;BR /&gt;I modify a little bit the VBO "Utility - File Management" to add new action called "Change encoding to Ascii". You only need to give as input parameter the file path.&lt;BR /&gt;&lt;BR /&gt;The code behind is simple:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE&gt;Dim text = File.ReadAllText(strFileName, Encoding.Default)&lt;BR /&gt;&lt;BR /&gt;File.WriteAllText(strFileName, text, Encoding.ASCII)&lt;/PRE&gt;
&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87220#M37960</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-08-11T15:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Excel or csv files to ASCII format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87221#M37961</link>
      <description>Hi &lt;SPAN&gt;Pablo Sarabia,&lt;BR /&gt;&lt;BR /&gt;Can we do the same for .txt files?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;------------------------------&lt;BR /&gt;Arun Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 15:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87221#M37961</guid>
      <dc:creator>arunmahe</dc:creator>
      <dc:date>2022-08-11T15:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Convert Excel or csv files to ASCII format</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87222#M37962</link>
      <description>&lt;SPAN _mstmutation="1" style=""&gt;Hi, Arun Kumar, yes, you can! &lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 16:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Convert-Excel-or-csv-files-to-ASCII-format/m-p/87222#M37962</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2022-08-11T16:35:00Z</dc:date>
    </item>
  </channel>
</rss>

