Hello!
I'm trying to create data entity for table which primary index is PersonId, accordingly data entity and staging table primary index contains PersonId
My question: is it possible to fill PersonId from number sequence if the field in excel(or other type of DS) is empty, if not the use the value from file. Is it even possible.
I tried to use initValue()
tried insertEntityDataSource(), mapEntityToDataSource() (not present, already deleted them), but nothing works, it doesn't even hit those methods, because it don't get past staging table. Getting the error: data violates integrity contstraints.
Do I need to make some changes to staging table too? I'm really stuck, can't figure it out. Don't know if it even possible.
Can you please suggest me something, point me in right direction.
Kind Regards,
Maris