<?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 XPT to Excel Convertor using Perl in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411067#M2485</link>
    <description>&lt;P&gt;Need to convert XPT file to Excel using Perl.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 06:36:39 GMT</pubDate>
    <dc:creator>SaumyaPandey</dc:creator>
    <dc:date>2017-11-07T06:36:39Z</dc:date>
    <item>
      <title>XPT to Excel Convertor using Perl</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411067#M2485</link>
      <description>&lt;P&gt;Need to convert XPT file to Excel using Perl.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 06:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411067#M2485</guid>
      <dc:creator>SaumyaPandey</dc:creator>
      <dc:date>2017-11-07T06:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: XPT to Excel Convertor using Perl</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411074#M2486</link>
      <description>&lt;P&gt;If you need help with perl, ask in a perl-specific forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For dealing with SAS transport formats, you need SAS and the XPORT library engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information and reference, look here: &lt;A href="https://www.loc.gov/preservation/digital/formats/fdd/fdd000464.shtml" target="_blank"&gt;https://www.loc.gov/preservation/digital/formats/fdd/fdd000464.shtml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 07:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411074#M2486</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-07T07:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: XPT to Excel Convertor using Perl</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411105#M2487</link>
      <description>&lt;P&gt;I need to unscrew this door, with a banana!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you see the point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perl is a method of processing string data.&amp;nbsp; XPT is a now open binary file source.&amp;nbsp; &amp;nbsp;You need to be able to process the binary file and convert it into a usable format.&amp;nbsp; The simplest method of doing this is to use SAS base and the libname xpt engine, then you can dump the output into a CSV file - as you wouldn't want to go from one dreadful proprietary binary format to another one would you?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Convert-XPT-to-SAS-Datasets/td-p/97872" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Convert-XPT-to-SAS-Datasets/td-p/97872&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 09:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411105#M2487</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-07T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: XPT to Excel Convertor using Perl</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411108#M2488</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;&amp;nbsp;I am getting your point but there is a requirement needed to make a xpt to excel convertor using Perl.Is it possible?&lt;/P&gt;&lt;P&gt;I have seen libraries in R and Python that can do that,is there any module in Perl for the same?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411108#M2488</guid>
      <dc:creator>SaumyaPandey</dc:creator>
      <dc:date>2017-11-07T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: XPT to Excel Convertor using Perl</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411109#M2489</link>
      <description>&lt;P&gt;I don't know, this is a SAS forum?&lt;/P&gt;
&lt;P&gt;Try:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.perl.org/community.html" target="_blank"&gt;https://www.perl.org/community.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do note however that XPT is ancient, and open source now.&amp;nbsp; If anything, people are moving away from that format.&amp;nbsp; Here is the technical layout of the file:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/techsup/technote/ts140.pdf" target="_blank"&gt;https://support.sas.com/techsup/technote/ts140.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 10:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411109#M2489</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-07T10:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: XPT to Excel Convertor using Perl</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411131#M2490</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/176084"&gt;@SaumyaPandey&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;... requirement needed to make a xpt to excel convertor using Perl.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The XPT format is well documented, so if you have that requirement, roll your own module. That's the nice thing with open source. And let your customer pay fully for the development.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise follow Maxim 14 and use the right tool, which is SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 11:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/XPT-to-Excel-Convertor-using-Perl/m-p/411131#M2490</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-07T11:47:15Z</dc:date>
    </item>
  </channel>
</rss>

