Forum Discussion

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Vishal4u ,

    I think you can refer to the following steps to check it out.

    1. Choose which data stream you're checking for existence in the Right stream dropdown.

    2. Specify whether you're looking for the data to exist or not exist in the Exist type setting.

    Load data with computed hash values into a database table.

    1. Extract new data and compute hashes.

    2. Join new data with existing data based on key columns to compare hashes.

    3. Identify new or changed records (where new hash != existing hash).

     

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • Vishal4u's avatar
      Vishal4u
      New Member

      Sounds interesting, but my question was from a azure data factory?