cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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