Hi All,
When we do Data Migration using old Data Migration tool, we create legacy data file structure based on the Migration job we write.
For example assume we need to migrate Customers.
In the csv file we define headers as CUSTOMER_ID, NAME,CUSTOMER_CATEGORY,DEFAULT_LANGUAGE etc. based on the DM job column order and then fill data in csv file accordingly.
Based on new tool ‘Data Migration Manager’ documentation, it looks like we do not need to do this anymore. Instead we can export legacy data into csv files as it is in the legacy system and then import them into IFS Data Migration manager. After the import it looks like we can map legacy data into target tables as we require.
We can also use dblink in order to map legacy data tables into target tables as well.
Could someone explain and confirm if my understanding is correct?