DataMiner
Description
The data miner collects all matching columns defined by the selection and exclude rules of the object container
and writes the result to the defined .mco report file.
The report can be used to find sensitive data.
If a column to be analyzed is not processable, it will be skipped. All other columns of the table will be processed.
Input parameters
| Parameter | Description |
|---|---|
objectContainerFile |
ObjectContainer file path |
matcherFile |
Matcher JSON file path |
url |
JDBC URL |
databaseType |
Database type |
user |
DB user |
password |
DB password |
useEncryptedPassword |
DB encrypted password |
reportFile |
File path for PDF report (ONLY OLD VERSIONS < XDM3!) |
outputFile |
File path to the |
sampleSize |
Size of result set |
propability |
The minimum threshold of occurrence for which a matcher will generate entries in the report e.g. |
fetchLobs |
true / false. False ignores large object columns |
columnExcludeRuleFile |
Exclude rules JSON file path |
columnSpecificationRuleFile |
Specifications JSON file path |
For collecting XML data from a Db2 LUW Database, where the STRING_UNITS parameter on the database is CODEUNITS16 or CODEUNITS32 instead of OCTETS,
it is necessary to set the value for the custom parameter luwStringUnits on the source connection to CODEUNITS16 or CODEUNITS32.
|