cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

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

How to script to import multiple html file using jmp

1 ACCEPTED SOLUTION

Accepted Solutions
cwillden
Super User (Alumni)

Re: How to script to import multiple html file using jmp

You're going to have to be more specific

-- Cameron Willden

View solution in original post

3 REPLIES 3
cwillden
Super User (Alumni)

Re: How to script to import multiple html file using jmp

You're going to have to be more specific

-- Cameron Willden
txnelson
Super User

Re: How to script to import multiple html file using jmp

Here is a script to open an HTML table from an HTML page.  You just have to repeat this code, or put it in a loop to open multiple HTML files.

 

Interactively, I am not aware of a method for import more than one file at a time.

Jim
soma
Level I

Re: How to script to import multiple html file using jmp

Thank u!

Recommended Articles