Full File Processing

The Full File processing follows these steps:

  1. Processing Full File

    • Each entry in the Full File is processed one by one:

    • If the entry exists in the database and matches, no action is taken.

    • If the entry exists in the database but differs, the database record is updated.

    • If the entry does not exist in the database, it is added as a new record.

  2. Post-Processing Cleanup After processing the Full File, a post-processing hook removes all database records that are not present in the Full File. This ensures that the database remains fully synchronized with the latest Full File contents.

    NOTE

    Delta file processing is done based on the "change type" flags that are provided by respective industry data source. Details of delta file processing can be found on corresponding industry source specific documents.