BookmarkSubscribeRSS Feed
cousineddie
Fluorite | Level 6

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. 

 

If you have experience with this, please share, as I'm looking to implement it as well. 

 

I have both Base SAS and EG. Version 9.4_M5 from proc product_status output. Thanks.

 

 
3 REPLIES 3
LinusH
Tourmaline | Level 20
Is this CAD metadata?
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.
Data never sleeps
cousineddie
Fluorite | Level 6

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. 

 

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 <X> is where I'm currently at. 

 

Appreciate the feedback. 

Reeza
Super User

Things to try then, you may already have done some of these:

 

1. change extension to text and see what shows up in a text editor. 

If it's plain text readable it's likely parseable with some elbow grease. 

 

2. Try a viewer and see if it has an export option:

https://www.plm.automation.siemens.com/en/products/teamcenter/plm-platform-capabilities/visualizatio...

 

3.Go back to source application and export in a different format

 

4. Determine file structure and reverse engineer it, which is probably a lot of work. 

 


@cousineddie wrote:

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. 

 

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 <X> is where I'm currently at. 

 

Appreciate the feedback. 


 

 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 652 views
  • 0 likes
  • 3 in conversation