Name (NameGenerator)
The Name generator generates a random name string from a dictionary of first and last names.
Link object structure
The Name generator cannot be linked. It can be self-consistent, but not consistent with another column. You cannot configure differential privacy.
The metadata
object is populated from the NameClassifierMetadata
object, which includes:
The type of name value.
Whether to preserve the capitalization from the source value.
Example replacement
In the following example replacement for the Name generator, the name format is Last, First (Smith, John). Capitalization is preserved. Consistency is disabled.
Last updated