-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Hash transformer implementation.
* New `Hash` transformer uses `sha1` hash by default. * Added parameter `function` that can provide a choice of possible hash algorithms `md5, sha1, sha256, sha512`. * Added `max_length` parameter allowing to truncate hash tail higher than provided length. The default value is `0` - meaning "do not truncate" * Fixed metadata enrichment for validation warnings caused by `RawValueValidator` Additional changes: * Added Error severity for Cmd parameter validator Closes #8
- Loading branch information
Showing
4 changed files
with
294 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.