XML Mask (XmlMaskGenerator)
Link object structure
{
"schema": "string",
"table": "string",
"column": "string",
"dataType": "string", //MongoDB only
"metadata": {
"generatorId": "XmlMaskGenerator",
"customValueProcessor": "string", //If custom value processor applied
"pathExpression": "string",
"subGeneratorMetadata": {
"presetId": "string",
"generatorId": "string",
//Metadata for the selected sub-generator
"customValueProcessor": "string" //If custom value processor applied to the sub-generator
}
}
}Example replacement
Last updated
Was this helpful?