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
vishwasanj
Level V

Update or Match columns from 2 tables

Hi All,

 

I have 2 data tables, data.jmp and final.jmp 

 

I need to match 2 columns (lot name, wafer number) from data.jmp to 2 columns (LOT, WFR) from final.jmp. I need to create a new subset comparing these 2 tables and output as FINAL_UPDATED data table. 

 

Thank you for the help. 

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Update or Match columns from 2 tables

What I specified in my last response is exactly what you need to do to put the 2 data tables together, matching upon the 2 pairs of columns you indicated.  Below is the filled out dialog box from 

     Tables==>Join

that when executed creates the output table you described.  Attached is the new table created.

join.PNG

Jim

View solution in original post

6 REPLIES 6
txnelson
Super User

Re: Update or Match columns from 2 tables

Use the pull down menu item

     Tables==>Join

and you will be able to match the columns you need to match and it will generate a new data table

Jim
vishwasanj
Level V

Re: Update or Match columns from 2 tables

Thank you txnelson. Maybe I should have explained this more clearly. 

 

Attached are the tables. 

 

data. jmp represents the user input file through .json
 
Final_table is the final concatenated table.
 
 
I want to refine the Final_table according to what I have in the data.jmp table.
Now I want to make a new table Final_Updated by matching LotInfoes.LotName and LotInfoes.Wafers of data.jmp to Lot and wafers of Final_table.jmp (For example, I don't have wafer 1 in the both lots, so my updated table shouldn't have it)
 
Any suggestions would help me.
txnelson
Super User

Re: Update or Match columns from 2 tables

What I specified in my last response is exactly what you need to do to put the 2 data tables together, matching upon the 2 pairs of columns you indicated.  Below is the filled out dialog box from 

     Tables==>Join

that when executed creates the output table you described.  Attached is the new table created.

join.PNG

Jim
vishwasanj
Level V

Re: Update or Match columns from 2 tables

Thank you txnelson
ian_jmp
Level X

Re: Update or Match columns from 2 tables

In JMP 13 you might also find the virtual join useful.

vishwasanj
Level V

Re: Update or Match columns from 2 tables

Thank you for the idea Ian

Recommended Articles