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. ET 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.
Update the open source table script to multiple file import
Mauro_Gerber
Level IV

When importing non-jsl file like a .txt or .csv file a "source" table script is automatically added but with a fix file path.

To make it more dynamic, the script replaces the path with a multiple file import functionality.

All the files get concatenated automatically with an additional column containing the file name.

 

There is an option to save it as a new table script or as a stand-alone file.

 

It contains this core functions:

- select open tables

- select table script

- save a string as a table script

 

This solution was used for selecting the table:

https://community.jmp.com/t5/Discussions/Interactive-Data-Table-selector/td-p/18714

 

 

 

 

 

Recommended Articles