Timestamp Shift (TimestampShiftGenerator)
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": "TimestampShiftGenerator",
"dateFormat": "enum", //For text source fields
"unixTimestampFormat": "enum", //For integer source fields
"datePart": "enum",
"minShiftValue": numeric,
"maxShiftValue": numeric,
"isConsistent": boolean,
"consistencyColumn": "string",
"encryptionProcessor": "x-on", //To use configured Structural data encryption
"customValueProcessor": "string" //If custom value processor applied
}
}Example replacement
Last updated
Was this helpful?