
Converting Data with Integrity: Part 2
If intermediate validations built into the conversion pipeline help to ensure the preservation of data integrity, then how does one put together a pipeline?
If intermediate validations built into the conversion pipeline help to ensure the preservation of data integrity, then how does one put together a pipeline?
With each step of data conversion services, think about how to validate. If there is an operation that produces a non-deterministic result or if the validation requirements are overly complex, then break up the operation into smaller, more manageable parts. The conversion should implement intermediate validations.