cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
natalie_
Level V

Unzipping Files in JMP

I am just wondering if you can use JMP to unzip files.  I find some sample code on a SAS blog (Using FILENAME ZIP to unzip and read data files in SAS - The SAS Dummy).  Can I use this (or something likes this) with JMP 12?

1 ACCEPTED SOLUTION

Accepted Solutions
Craige_Hales
Super User

Re: Unzipping Files in JMP

3 REPLIES 3
Craige_Hales
Super User

Re: Unzipping Files in JMP

yes.  See ZipArchive in the scripting index.

10875_pastedImage_0.png

Craige
natalie_
Level V

Re: Unzipping Files in JMP

Hi!  Sorry for the huge delay responding to this post.  I am finally back at this problem.  I really don't understand how to use these functions in the Zip Archive to unzip.

I have a directory of many folders which need to be unzipped (150).  The start of each folder name will be a device name followed by an underscore then the date (ie.  Device #150_2016_20_07.zip).  I would like to get the device name left of the underscore and make that a folder (done), and then extract all the contents to the new folder.  That's where my problem is and I am having troubles understanding how to follow that blog I posted above with JSL...

Craige_Hales
Super User

Re: Unzipping Files in JMP

Recommended Articles