VerityDotNet 1.0
C# library for Verity data profiling, quality control, remediation
|
Container for objects needed during Refine methods. More...
Public Member Functions | |
RefineryObjects () | |
Constructor. | |
Public Attributes | |
bool | doNormalize |
bool whether to do normalizing operations | |
string | delimOut |
Character name to use as delimiter in output records. If not specified then set to source record delimiter. | |
string | delimCharOut |
Character name to use as delimiter in output records. If not specified then set to source record delimiter. | |
string | embedDelim |
Character to use to replace a delimiter that is embedded in a field value. | |
List< Transform > | transforms |
List of Transforms. | |
List< Lookup.LookUpDict > | lookupDicts |
List of LookUpDicts. | |
Dictionary< string, int > | hashLookUpDicts |
Dictionary of LookUpDict title to array index. | |
Dictionary< int, int > | hashOutFieldToTransform |
Dictionary of output field array index to transform array index. | |
Dictionary< int, int > | hashOutToSrcFields |
Dictionary of output field array index to correlated source field array index. | |
Container for objects needed during Refine methods.