Hello People,
What i am trying is when uploading a csv file via hot folder, calling a translator which returns a string value. Now translator returns value and impex gets creted which try to insert data in table. When impex runs it gives following error.
java.lang.String cannot be cast to de.hybris.platform.core.PK
Table in which i am trying to insert is a relationship table and columns are SOURCEPK and TARGETPK from 2 different table.
is there any way i can change type to PK while returning from translator ?
Thanks !