In this case, when importing the CV table, what do you mean by using the external ID for finding the record?
Do you mean that in the bootstrap process for CV, we make a query to identify the 'People' record and use it's identifier in the CV table? If yes, would that not lead to performance issues for larger data sets.
Paulo Ramos wrote:
Hi Goncalo Machado,
Add one attribute in table, for example People_ID, rename the excel attribute ids(people ids) to People_ID and add attribute in excel IDs in first. now import, In this way table auto incremental id will bind with IDs and People id will bind with People_ID. make sure the attributes name are same in excel and your table.
Thanks
Rajendra Singh