All pseudonymized data are of data type TEXT. This means the data must have the data type TEXT in PPM, including data that was, for example, of data type NUMERICAL before pseudonymization.
Therefore, you must ensure that the values are assigned to PPM text attributes during XML import and are only used for text dimensions.
The length of the pseudonymized value (cipherLength) depends on the length of the value before pseudonymization (clearLength).
You must create dimensions in which pseudonymized data are to be stored with a dimension length of 1000. Unencrypted plain text data must not exceed 200 characters, otherwise the pseudonymization algorithm may generate values longer than 1000. This would make conversion back into plain text impossible.
The PPM import logs an error message for every dimension value which is too long.