Problem with csv and connector
I have CSV file. The data in the file changes every day. When cireson import connector create object cost center, in csv file there is an entry in the field. But when connector update this object in csv file there is no entry in the field and in the object cost center old entry remains. I need that old data delete.
this is part of my csv file
OLD CSV
alex.alex,jack.jack,-1,C:\ProgramData\Cireson.Costcenters.Import\project.txt
Updated CSV
alex.alex,,-1,C:\ProgramData\Cireson.Costcenters.Import\project.txt
This man is project manager and cost center(project) related with manager through relationship. I need when in csv no manager , that manager who is in reletionship is delete. How I can do this?
Answers
@Roman_Nepomniashchii - Are you using a Combination Class with your connector that has the relationship you're trying to set? And If so, do you have it mapped in the connector?