<?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 Problems in LoadTextFile in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109575#M3457</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm having trouble translating an .xlsx file into text using the LoadTextFile function. I also tried using the "Read All Text from File" task in the "File Management" object.&lt;BR /&gt;What I get is 17753 characters but if I try to retrieve the "Current Value" I only get "PK&amp;#3;&amp;#4;&amp;#20;".&lt;BR /&gt;Instead for an eml file I get this for example&lt;BR /&gt;"Received: from exc16tmpmr18.sede.corp.sanpaoloimi.com (10.49.75.7) by&lt;BR /&gt;And&lt;BR /&gt;...&lt;BR /&gt;PR85MB0251NAMP_--"&lt;BR /&gt;Can you give me support?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 15:12:52 GMT</pubDate>
    <dc:creator>dbellazzi</dc:creator>
    <dc:date>2024-04-16T15:12:52Z</dc:date>
    <item>
      <title>Problems in LoadTextFile</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109575#M3457</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm having trouble translating an .xlsx file into text using the LoadTextFile function. I also tried using the "Read All Text from File" task in the "File Management" object.&lt;BR /&gt;What I get is 17753 characters but if I try to retrieve the "Current Value" I only get "PK&amp;#3;&amp;#4;&amp;#20;".&lt;BR /&gt;Instead for an eml file I get this for example&lt;BR /&gt;"Received: from exc16tmpmr18.sede.corp.sanpaoloimi.com (10.49.75.7) by&lt;BR /&gt;And&lt;BR /&gt;...&lt;BR /&gt;PR85MB0251NAMP_--"&lt;BR /&gt;Can you give me support?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 15:12:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109575#M3457</guid>
      <dc:creator>dbellazzi</dc:creator>
      <dc:date>2024-04-16T15:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in LoadTextFile</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109583#M3458</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont recall I tried to convert xlsx file to text file.&lt;BR /&gt;&lt;BR /&gt;If&amp;nbsp; you encountered the issue with conversion, I probably would suggest to convert in to csv and then to text file&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.blueprism.com/t5/Product-Forum/Converting-Excel-file-to-Csv-file/td-p/62584" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/Converting-Excel-file-to-Csv-file/td-p/62584&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 17:26:26 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109583#M3458</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2024-04-16T17:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in LoadTextFile</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109591#M3459</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/13981"&gt;@dbellazzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both the LoadTextFile function and the "Read All Text from File" actions are for reading files that are in a text format.&lt;/P&gt;&lt;P&gt;A ".xlsx" file is essentually a ZIP compressed file that contains all the data from the workbook. That is why you are getting a ZIP file signature of "PK" (Phil Katz the co-creator of the ZIP format) and all the compressed binary data put in the data item. The "Multiline Edit" dialog is encountering a control character that is cutting off the display of the data.&lt;BR /&gt;&lt;BR /&gt;An EML file is always a text file that uses Base64 to store binary data within it so it would never encounter control characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 20:16:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109591#M3459</guid>
      <dc:creator>MichealCharron</dc:creator>
      <dc:date>2024-04-16T20:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in LoadTextFile</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109592#M3460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/548"&gt;@MichealCharron&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;That is very good info. Thanks for sharing.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 20:31:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109592#M3460</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2024-04-16T20:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in LoadTextFile</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109606#M3461</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/13981"&gt;@dbellazzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I have use in the past to "convert" an xlsx file into a txt file is the following secuence of steps;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;MS Excel VBO:Create Instance&lt;/LI&gt;&lt;LI&gt;MS Excel VBO:Open Workbook&lt;/LI&gt;&lt;LI&gt;MS Excel VBO:Select (Give the range of the table, i.e. "A1;Z100")&lt;/LI&gt;&lt;LI&gt;MS Excel VBO:Copy&lt;/LI&gt;&lt;LI&gt;Utility - Environment: Get Clipboard or use a Calc stage with GetClipboard() function, save the data in a text dataitem.&lt;/LI&gt;&lt;LI&gt;Utility - File Management:Write text file (sending data item text that previously got the clipboard)&lt;/LI&gt;&lt;LI&gt;Utility - Environment:Clear Clipboard&lt;/LI&gt;&lt;LI&gt;MS Excel VBO:Close Instance&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Not sure if this is the correct approach in your case but perhaps help you in some way.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 01:46:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Problems-in-LoadTextFile/m-p/109606#M3461</guid>
      <dc:creator>Daniel_Sanhueza</dc:creator>
      <dc:date>2024-04-17T01:46:11Z</dc:date>
    </item>
  </channel>
</rss>

