Hi there, I am doing a database migration using talend for a school project. I was wondering if there is a way to confirm data integrity from the old DB and the new DB using Talend. Thanks, Bb
I was wondering if there is a way to confirm data integrity from the old DB and the new DB using Talend.
There is a global variable: NB_LINE on all the DB components, with it, you can know the number of rows got from the old DB or inserted into the new DB.
Best regards