I was replacing the positive integer with negative integer by using data cleansing algorithm.
This was working correctly in Oracle DB but same algorithm throwing error in postgres DB.
below is the error screenshot.
2019/12/16 06:58:10 - Get All Lookups Values.0 - A String type was specified for field [Col0_lkUpKey], but a [class java.lang.Long] type was returned as a result of formula [release_id]Can some one suggest me the possible resolution here:In Oracle I was using data type as Varchar for the particular field while in Postgres DB I was using data type as int.
That is the only difference I understood.
My data cleansing file looks like:
1=-1
2=-2
3=-3
4=-4
.
.
some 1 lakh rows .
------------------------------
indrajeet yadav
Delphix Community Members
------------------------------