cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
CB00523
Level I

Method to update a data table from a csv file

Using the Excel import tool you can set-up a JMP Data Table with embedded scripts that you can update from the source file as extra information is added (i.e. refresh the data while keeping the embedded table scripts).

 

Are there any inbuild ways akin to "Update Table(1)" to achieve this?

 

 

 

2 REPLIES 2
jthi
Super User

Re: Method to update a data table from a csv file

I don't think any JMP's "auto-scripted" methods are able to do this but you can create a script to do it. Depending on your data you could maybe use open + concatenate + select duplicates + delete or possibly open + join.

-Jarmo
hogi
Level XII

Re: Method to update a data table from a csv file

Recommended Articles