cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
CB00523
Level II

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 XIII

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

Recommended Articles