cancel
Showing results for 
Search instead for 
Did you mean: 

Impex mode

former_member645853
Participant
455

Does the exists some mode ( [mode=append] ) which allow to insert item at the beginning of the list ?
Not recreate it and insert everything from scratch, since we don't know what changes already exists in test(prod) environments.

View Entire Topic
a_e_dubey
Active Participant
0 Kudos

Hi roman_lototskyi

Yes [mode=append] exist in SAP Commerce to add specific value mentioned in row to existing values. So if attribute may contain more than values. you can use this mode and new value will be added to existing values.

See sample example:

INSERT_UPDATE Employee;uid[unique=true];name;groups(uid)[mode=append];
;RegistrationApprover;Registration Approver;testUserGroup;

So to RegistrationApprover new group will be added into existing groups.

phoude
Participant
0 Kudos
The question was about adding items at the beginning of the list. Is there a "prepend" mode?