Date Truncation (DateTruncationGenerator)
The Date Truncation generator truncates a date value or a timestamp to a specific part. For a date or a timestamp, you can truncate to the year, month, or day. For a timestamp, you can also truncate to the hour, minute, or second.
Link object structure
The Date Truncation generator does not support linking or consistency. You cannot configure differential privacy.
The metadata
object is populated from the DateTruncationMetadata
object. The generator-specific configuration includes the part of the datetime value to truncate to, and whether to change all dates that are more than 90 years before the generation date to a date exactly 90 years before the generation date.
Example replacement
In the following example replacement for the Date Truncation generator, the values are truncated to the year. Date values that are older than 90 years before the generation date are not changed.
Last updated