Random Timestamp (RandomTimestampGenerator)
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": "RandomTimestampGenerator",
"dateTimeFormat": "enum", //For text columns
"unixTimestampFormat": "enum" // For integer columns
"minDate": "timestamp", //For formats with dates
"maxDate": "timestamp", //For formats with dates
"minTime": "timestamp" //For time-only formats
"maxTime": "timestamp" //For time-only formats,
"encryptionProcessor": "x-on", //To use configured Structural data encryption
"customValueProcessor": "string" //If custom value processor is applied
}
}Example replacements
Last updated
Was this helpful?