VerityDotNet 1.0
C# library for Verity data profiling, quality control, remediation
Public Member Functions | Public Attributes | List of all members
VerityDotNet.RefineryObjects Class Reference

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< Transformtransforms
 List of Transforms.
 
List< Lookup.LookUpDictlookupDicts
 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.
 

Detailed Description

Container for objects needed during Refine methods.


The documentation for this class was generated from the following file: