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
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