Release Notes
Product Description
CipherTrust Batch Data Transformation (BDT) is a command line utility that is used to transform (encrypt/tokenize) data in files and databases. It is a policy-based tool and can efficiently transform bulk data, and can also be used for rekey operations.
Release Description
This release includes bug fixes and security activities. From this release onward, the unescapeInput
attribute has been removed, however, it doesn't impact the existing functionality. Please refer to CSV properties section.
Resolved Issues
Reference | Description |
---|---|
CADP-21329 | If input data contains delimiter, qualifier, or backslash ("\") characters and is transformed to CSV format using an FPE algorithm. In such a scenario, a backslash character gets prepend to all the delimiters, qualifiers, and backslash("\") characters. |
CADP-22684 | No validation happens for the tokenTemplate and tokenGroup parameters. BDT throws a null pointer exception when these parameters are not provided. |
Known Issues
Reference | Description |
---|---|
CADP-13218 | Following error message appears continuously on console while performing transformation on empty table in DB2:Note: The user needs to abort manually using Ctrl+C option. |
CADP-14217 | If the destination table contains identity column of type ALWAYS, transformation fails. This is a limitation from Oracle and DB2 databases that you cannot insert explicit value in identity column of type ALWAYS. Following are the workarounds to perform transformation: Oracle: Alter table and modify identity column type ALWAYS to BY DEFAULT. DB2: Alter table to drop identity property from column. Alter table to add identity property of type BY DEFAULT.
|
CADP-20695 | After configuring the policy file for two tables and setting srcColumnAction to remove , if the transformation fails for any of these tables, the source column will not be removed. |