public enum DataType
{
Residential,
Business,
Mixed
}
Different types of data can be processed in different ways. Selecting the appropriate data type for a
file format ensures that the correct set of data cleansing services are applied in the right way.
When the Mixed option is selected, each record is processed separately against both the residential and business cleansing services.
This is particularly useful when an apparently business file is cleansed, but it contains a large number of home businesses which in
fact are only matched against residential records, e.g. a business is using a residential phone number or is found to move when the
proprietor moves house.