I want to do two types of duplicate checking
- If we already have loaded A file With That name previously.
For instance, file A is loaded into the target table, and subsequent run, if we receive the file A, this time sequence should be aborted because it's already loaded.
- If we have already loaded a with the identical records
For instance, file A is already in the target table, and next time we receive file B in this file B, those already loaded in the target with file A should not be loaded, and the job should be aborted
Can anyone help me with this scenario?
Thanks Venkat.