Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

"Before load" logic to ensure data quality in CMDB

Anish Reghu
Kilo Sage

Dear experts,

 

What is the "before load" logic to ensure data quality in CMDB. I read this in NowCreate. It says:

 

If you have already implemented it within your organization, consider starting with a stabilized CMDB.

 

Re-architect existing integrations

  1. Leverage IRE for CI matching to ensure alignment with Discovery
  2. Replace all delete actions with lifecycle state changes
  3. Review consumption of CMDB relationship types
  4. Implement "before load" logic to ensure data quality.

Kindly guide.

 

Regards,

Anish

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron
Mega Patron

It would refer to your transform maps where you do any kind of validation to identify duplicates etc.

-Anurag

View solution in original post

4 REPLIES 4

Anurag Tripathi
Mega Patron
Mega Patron

It would refer to your transform maps where you do any kind of validation to identify duplicates etc.

-Anurag

So, in turn it suggests to have all the required "before load" transform scripts in place to avoid duplicate CIs into the CMDB. Did I understand that correct?

That is my understanding. Any logic that needs to run before actual data load to correct and improve data quality

-Anurag

Partially, in most of the cases you may find that the data present at source is not clean. In cmdb we do transforms before sending to target tables. That helps to do the sanity check even before data is been loaded. While loading the data IRE Take care of duplication issue.