IBAN (IbanGenerator)
Link object structure
{
"schema": "string",
"table": "string",
"column": "string",
"path": "string", //JSON fields only
"dataType": "string", //MongoDB, Amazon DynamoDB, and JSON fields only
"metadata": {
"presetId": "string",
"generatorId": "IbanGenerator",
"encryptionProcessor": "x-on", //To use configured Structural data encryption
"customValueProcessor": "string" //If custom value processor applied
"preserveCountryCode": boolean,
"preserveBankCode": boolean, // If true, then preserveCountryCode is automatically true
"isConsistent": boolean
}
}Example replacement
Last updated
Was this helpful?