Is there a way we could apply the change detection but reading dynamically each orgine and revised input , because we have a large number of table to check
Thanks
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Sure, just make sure that the "Update detection key attributes" contain something that allows the transformer to know which Original feature is to be compared to each Revised feature to avoid comparing across tables. If you're comparing two different databases with the same schema, this could e.g. be table name.
Sure, just make sure that the "Update detection key attributes" contain something that allows the transformer to know which Original feature is to be compared to each Revised feature to avoid comparing across tables. If you're comparing two different databases with the same schema, this could e.g. be table name.