cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • We’re improving the Learn JMP page, and want your feedback! Take the survey
  • JMP monthly Newswire gives user tips and learning events. Subscribe
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