is it possible to do a conditional import on tables where the primary key won't match the incoming data.
e.g. an album table where the primary key won't match the photo Id, is there a way to check if the photo id exists before importing in order to prevent duplicates?