Hi Team,
I trying to replicate the data from Source Database tables to Destination Database tables.
I have scenario like, I want to replicate the data from a table to some other table in destination. For example I want to replicate table_abc data to table_xyz in destination. But I couldn't able to achieve this through Aibyte.
Please find the screen shot for your reference,
Here, I want to replicate the soruce data from src_user_temp and src_user_attribute_temp to some other table like dm_user_temp and dm_user_attribute_temp tables in destination.
But the problem is it's created new tables in destination and insert the data from source.
So, team please tell me how to handle my scenario.