<?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: Read Outlook MSG file into SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691142#M210316</link>
    <description>&lt;P&gt;You need to download the Outlook messages as .txt files and not .msg files. You can't just rename an .msg file as .txt and expect it to behave as .txt, because .msg has its own encoding rules and is not a simple flat file like a .txt file.&lt;BR /&gt;If you can't create the .txt files from scratch, you can download and use a utility such as &lt;A href="https://wiki.sabayon.org/index.php?title=HOWTO:_Read_Microsoft_Outlook_.MSG_files_in_Linux%20" target="_self"&gt;this one&lt;/A&gt; to read the .msg files.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 05:46:13 GMT</pubDate>
    <dc:creator>vellad</dc:creator>
    <dc:date>2020-10-13T05:46:13Z</dc:date>
    <item>
      <title>Read Outlook MSG file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691139#M210313</link>
      <description>&lt;P&gt;Hi, I'm trying to read in MSG file into SAS but wasn't able to do so.&lt;/P&gt;&lt;P&gt;Then I tried using LINUX command, I got it to convert to txt file but it wasn't readable by SAS. I used code like:&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;x "cd /source/data/";&lt;/P&gt;&lt;P&gt;&amp;nbsp;x "rename .msg .txt *.msg";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can anyone help me in trying to read the Outlook MSG file from SAS? I'm ok with converting the msg file too into txt file but it should be SAS Readable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 05:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691139#M210313</guid>
      <dc:creator>Ja5ya</dc:creator>
      <dc:date>2020-10-13T05:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read Outlook MSG file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691142#M210316</link>
      <description>&lt;P&gt;You need to download the Outlook messages as .txt files and not .msg files. You can't just rename an .msg file as .txt and expect it to behave as .txt, because .msg has its own encoding rules and is not a simple flat file like a .txt file.&lt;BR /&gt;If you can't create the .txt files from scratch, you can download and use a utility such as &lt;A href="https://wiki.sabayon.org/index.php?title=HOWTO:_Read_Microsoft_Outlook_.MSG_files_in_Linux%20" target="_self"&gt;this one&lt;/A&gt; to read the .msg files.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 05:46:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691142#M210316</guid>
      <dc:creator>vellad</dc:creator>
      <dc:date>2020-10-13T05:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read Outlook MSG file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691164#M210325</link>
      <description>&lt;P&gt;Hi Ja5ya,&lt;BR /&gt;You can use this python tool also to extract txt from msg file.&lt;BR /&gt;&lt;A href="https://github.com/TeamMsgExtractor/msg-extractor" target="_blank"&gt;https://github.com/TeamMsgExtractor/msg-extractor&lt;/A&gt;&lt;BR /&gt;Hope this help.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:10:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/691164#M210325</guid>
      <dc:creator>KS4NCS</dc:creator>
      <dc:date>2020-10-13T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Read Outlook MSG file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/692059#M210735</link>
      <description>Thanks. I'm looking into it.</description>
      <pubDate>Fri, 16 Oct 2020 07:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/692059#M210735</guid>
      <dc:creator>Ja5ya</dc:creator>
      <dc:date>2020-10-16T07:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read Outlook MSG file into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/692326#M210894</link>
      <description>&lt;P&gt;As a test, you can do a "File Save As" on an Outlook message you have opened.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 23:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Read-Outlook-MSG-file-into-SAS/m-p/692326#M210894</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-10-17T23:19:30Z</dc:date>
    </item>
  </channel>
</rss>

