Excel Importer - Synchronize only existing objects Bug

0
Hi all, I have an excel importer that quite simply updates existing objects in a entity (called: Revenue). One single object of the Revenue entity points to a single object in another entity (called: Country). To uniquely identify the Revenue object I need to point to the associated Country object and to the attribute Revenue.Year . When I run this excel import I get the message “The import is finished. 0 records have been imported.”, this tells me that nothing was updated.  Can you spot where the problem might exist? Here is a print screen of the excel template:
asked
1 answers
0

Hi,

Have you generalized the FileDocument object ?

And also make sure give name of the template in the import template settings

answered