cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Impex query to REMOVE data in a column ?

former_member1354369
Participant
1,967

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

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.