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
akeno211
Level I

How do I pull data from multiple CSV files?

I have some CSV files with identical headers. Is there a fast way to add the data from the newer files into the JMP data set? (Faster than opening the file + copy + paste?) Something which I could save the script and just click the button every time there's a new file? 

2 REPLIES 2
SamGardner
Level VII

Re: How do I pull data from multiple CSV files?

Try the Multiple File Import (MFI).  On Windows it is available under File > Import Multiple Files, on MacOS is available under File > Open Multiple.  It will save a script to the data table that is generated with the MFI that you could then copy and re-use, and you can also save a script to a script window from the MFI dialog.

txnelson
Super User

Re: How do I pull data from multiple CSV files?

You can use Multiple File Import for this.  Here is the entry from the Scripting Index on how to use it

txnelson_0-1674505802568.png

 

Jim

Recommended Articles