CSV Mask (CsvMaskGenerator)
Link object structure
{
"schema": "string",
"table": "string",
"column": "string",
"metadata": {
"generatorId": "CsvMaskGenerator",
"presetId": "CsvMaskGenerator",
"customValueProcessor": "string", //If custom value processor applied to the generator
"pathExpression": "string",
"delimiter": "string",
"isDefaultGenerator": boolean,
"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?