| Package | Description |
|---|---|
| ch.brickwork.bsetl.sanitize |
| Constructor and Description |
|---|
DbSanitizer(SanitizerConfiguration sanitizerConfiguration)
If rows can't be identified; means you will
not be able to use contextual value sanitizers; if each row in your table has a unique
key (may be composed), it is preferrable to use DbSanitizer(config, function)
|
DbSanitizer(SanitizerConfiguration sanitizerConfiguration,
Function<Map<String,Object>,String> getIdFromMap)
If each of your rows can be identified with a unique identifier (may be composed), this
is the best constructor to use; if not, use the simple constructor.
|
Copyright © 2021. All rights reserved.