Hello,
I'm importing users from a csv file into the UNSAccountB table. The file format is:
user,group,...
jdoe, groupA,..
jdoe,groupB,..
marry, groupA
....
I'm using a SynchronizationEditor project to perform this import but it is failing since jdoe came two in the file, complaining about dupes. Can anyone guide me how to handle these dupes in the sync project?
Thanks.