Hi foundryqa,
Here's a couple of options seeing as it's possible you're pulling in data from a flat table with no unique record id:
Rather than linking, you might consider to import the table and using either a saved import specification which would add a unique ID, or a group of queries and some code to fish through this incoming data, compare it to perhaps some existing, then append unique records to another table already defined in your Db.
As above, what's the objective? If your unique ID is there to relate 'one' to many elsewhere in your Db, then you may have to look at another field or fields to define the record as unique. This is where queries or code can come in rather handy.
Perhaps you could paste in a couple of 'typical' records that you're linking to, here, to study where the 'uniqueness' is?
Ideas?
Gord
gord@ghubbell.com