<?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: .jt to .sas7bdat conversion in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479892#M123935</link>
    <description>&lt;P&gt;Yes, very similar to CAD. The .jt file allows you to view a 3D image of an engineered part, and the metadata within the file used to construct that 3D image is what I need to extract and get into SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's got to be a way to extract it into something SAS can read in via DATA step (or special procedure). My hunch is XML, which is straightforward enough with SAS's XML Mapper tool, but getting from .jt to .xml, or, more generally, .jt to &amp;lt;X&amp;gt; is where I'm currently at.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the feedback.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jul 2018 14:39:04 GMT</pubDate>
    <dc:creator>cousineddie</dc:creator>
    <dc:date>2018-07-20T14:39:04Z</dc:date>
    <item>
      <title>.jt to .sas7bdat conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479866#M123924</link>
      <description>&lt;P&gt;Has anyone worked through converting a .jt file to a SAS data set? I need to transfer the metadata stored on the .jt file into SAS, or into some format (txt, xml, csv, etc.) that can be easily read in by SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have experience with this, please share, as I'm looking to implement it as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have both Base SAS and EG. Version 9.4_M5 from proc product_status output. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479866#M123924</guid>
      <dc:creator>cousineddie</dc:creator>
      <dc:date>2018-07-20T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: .jt to .sas7bdat conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479882#M123931</link>
      <description>Is this CAD metadata?&lt;BR /&gt;Don't think that there exist any standard way of importing this to SAS. I would look for a way to export this from your source in a readable format.</description>
      <pubDate>Fri, 20 Jul 2018 14:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479882#M123931</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-07-20T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: .jt to .sas7bdat conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479892#M123935</link>
      <description>&lt;P&gt;Yes, very similar to CAD. The .jt file allows you to view a 3D image of an engineered part, and the metadata within the file used to construct that 3D image is what I need to extract and get into SAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's got to be a way to extract it into something SAS can read in via DATA step (or special procedure). My hunch is XML, which is straightforward enough with SAS's XML Mapper tool, but getting from .jt to .xml, or, more generally, .jt to &amp;lt;X&amp;gt; is where I'm currently at.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the feedback.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 14:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479892#M123935</guid>
      <dc:creator>cousineddie</dc:creator>
      <dc:date>2018-07-20T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: .jt to .sas7bdat conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479931#M123953</link>
      <description>&lt;P&gt;Things to try then, you may already have done some of these:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. change extension to text and see what shows up in a text editor.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's plain text readable it's likely parseable with some elbow grease.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Try a viewer and see if it has an export option:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.plm.automation.siemens.com/en/products/teamcenter/plm-platform-capabilities/visualization/jt2go/index.shtml" target="_blank"&gt;https://www.plm.automation.siemens.com/en/products/teamcenter/plm-platform-capabilities/visualization/jt2go/index.shtml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.Go back to source application and export in a different format&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Determine file structure and reverse engineer it, which is probably a lot of work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222141"&gt;@cousineddie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes, very similar to CAD. The .jt file allows you to view a 3D image of an engineered part, and the metadata within the file used to construct that 3D image is what I need to extract and get into SAS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's got to be a way to extract it into something SAS can read in via DATA step (or special procedure). My hunch is XML, which is straightforward enough with SAS's XML Mapper tool, but getting from .jt to .xml, or, more generally, .jt to &amp;lt;X&amp;gt; is where I'm currently at.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate the feedback.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 16:05:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/jt-to-sas7bdat-conversion/m-p/479931#M123953</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-20T16:05:20Z</dc:date>
    </item>
  </channel>
</rss>

