Generating mock email addresses based on first & last names Use Formula-Based Synthetic Data Generation to create consistent mock email addresses from the first and last name. Use Calculated Columns to define the generation rules. Apply a formula that concatenates the FIRSTNAME and LASTNAME columns and appends a mock email domain to produce a realistic synthetic email address.
Generating first & last names based on gender Use Formula-Based Synthetic Data Generation to create male or female first names based on the gender column. Use Calculated Columns to define the rules for name generation within the dataset. Apply an IF-statement formula to assign a male or female first name depending on the value in the gender column.