cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.

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