Random Double (RandomDoubleGenerator)
Link object structure
{
"schema": "string",
"table": "test",
"column": "number-column",
"path": "string", //JSON fields only
"dataType": "string", //MongoDB, Amazon DynamoDB, and JSON fields only
"metadata": {
"presetId": "string",
"generatorId": "RandomDoubleGenerator",
"min": double,
"max": double,
"encryptionProcessor": "x-on", //To use configured Structural data encryption
"customValueProcessor": "string" //If custom value processor applied
}
}Example replacement
Last updated
Was this helpful?