5 Steps for Automated Cleansing and Data QC
- Check the variables that we need to do cleansing whether there is any relation to another variable or not.
- When we have the variables from first step, we will search for the possible error.
- We will bring those errors to build the data quality rules to mark the missing.
- Transfer the data quality rules that we built into script in order to let the program SAS replace the values from 3rd step
- Examine the accuracy of the cleaned data with our data quality rules.

