Real-Time Data Cleansing Algorithm

The algorithm is as follows:

  1. Load the vendor library.

  2. Call sdq_init_connector.

  3. Call sdq_set_global_parameter.

  4. Call sdq_init_session.

  5. Call sdq_set_parameter (RECORD_TYPE – Account/Business Address/Contact/List Mgmt Prospective Contact).

  6. Query the Siebel database to get the Driver Record.

  7. Call sdq_datacleanse. This function sends the driver record as XML and the output from the function will have the cleansed driver record.

  8. Save the record into the Siebel repository.

  9. Call sdq_close_session while logging out of current session

  10. Call sdq_close_connector.