Best Practice
elstx
Posts: 25
Is there a best practice or recommended strategy for using the Toolkit to create a command line data compare exe in a situation where the compare rules may differ?
For example, as data is consolidated from a lower level database up to the enterprise database (which may include intermediate rollup databases) the rules of comparison change. Different columns are added at each level and different fields need to be excluded.
I'm trying to decide if I need multiple data compare exes or if it is possible/recommended to have one exe that can read an input (possibly a file or database) which details the comparison rules for that run.
Thanks.
For example, as data is consolidated from a lower level database up to the enterprise database (which may include intermediate rollup databases) the rules of comparison change. Different columns are added at each level and different fields need to be excluded.
I'm trying to decide if I need multiple data compare exes or if it is possible/recommended to have one exe that can read an input (possibly a file or database) which details the comparison rules for that run.
Thanks.
This discussion has been closed.
Comments
Sure, why not set up separate projects for each comparison and then conditionally load the projects from disk?