Forum Discussion
abeckerpharm
4 years agoNew Member
import data into model based on value in existing table
I'm trying to import data into a table only if it matches the primary key from an existing table. Cannot get import to work. Trying to do it with a table join. Don't know if thats the best way with M...
amitchandak
4 years agoSuper User
abeckerpharm , After you import the table, do an inner join merge with another table. That should help