on ‎2018 Mar 13 6:04 AM
Hello Hybris Experts,
Could you help me to REMOVE particular data in a column using impEx scripts.
Many Thanks in Advance
BR R venkata karthik
Request clarification before answering.
Hi Karthik,
The Remove impex syntax is similar to UPDATE syntax:
REMOVE User;uid[unique=true];name;customerID;
;ahertz;Anja Hertz;;
In REMOVE mode, the hybris ImpEx extension tries to find an existing item using the key attributes. If such an item exists, it is deleted, otherwise a log message of level warning is printed to the log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.