Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Team, @richard Hall @Shicong Hong @Fred Trebuchet
I have data coming like this. Could you give a solution to solve it. ?
AT DAY-1, I load the data into target. IT's a delta process
BOTH ARE SAME CUSTOMER, BUT HAVE NO IDENTITY TO FIND THEY ARE SAME.
AT DAY N, THE CUSTOMER IS SAYING - DAY-2 RECORD IS GOOD ONE. HOW CAN I KEEP A FLAG "AS THE DAY 1 DATA AS OLD CUSTOMER ID", AND "DAY-2 DATA AS NEW CUSTOMER ID".
THANKS IN ADVANCE.
Hello, try this steps.
By implementing this approach, you can distinguish between the DAY-1 and DAY-2 data and assign appropriate flags or identifiers to indicate whether the customer is considered old or new. Home Bargains Portal
Hi
If you can't modify the table, create a new table to store the customer id and add a new flag field? Then, whenever you load the data into target in ETL job, synchronize the related data in this identity table.
Regards
Shong
Hello, try this steps.
By implementing this approach, you can distinguish between the DAY-1 and DAY-2 data and assign appropriate flags or identifiers to indicate whether the customer is considered old or new. Home Bargains Portal