Is it possible to check the primary key for a set of records that was added using CMS import? The import is creating new nodes instead of updating current ones and I feel it's because the primary key has a small change like spelling or an extra space.
Check primary key for record set
Hi,
Is it possible to check the primary key for a set of records that was added using CMS import? The import is creating new nodes instead of updating current ones and I feel it's because the primary key has a small change like spelling or an extra space.
Thanks,
Amir
Hi Amir,
Yes, check the CMSImport relation table. dataSourceKey is what you need. data is stored as [DataAdapter][Primary key name][Primary key value]
Hope this helps,
Richard
is working on a reply...