GoldenGate - Filtering data to different target systems.
The source system is A, and the table being replicated has a destination column that will be populated with either B or C.
I have configured two pump processes, one sends data to B and the other pump sends data to C. There is a filter on each pump that specifies:
TABLE schema.test_table, FILTER(@STREQ(destination,"B")); -- to send B related data only, and ignore destination C.
I have found that updates are not successfully filtered when a row is updated that has an initial value that is not B or C: