Can we have a rows filter where we can use column with value so that we can only filter and replicate only few rows from source to destination?
EX: where status=’A’
So, here we want to replicate rows only matching status which is ‘A’, and remaining rows should not be replicate from source to destination.
Source Status column Values:
A
I
C
But Destination we should have only status ‘A’.
A