Text Pattern

This function generates a value based on a custom text pattern, using both alphabetical and non-alphanumeric characters

Faker Configuration

  • Pattern: Enter the pattern to generate the data. Patterns can include various placeholders:

Character
Description
Examples

l

Lower-case letter

anjb

L

Upper-case letter

ANJB

n

Number

1324

s

Special Character

-#*@

_

space character (underscore)

*

Any character

aB9+

\

Escape character

  • Add Suffix: Enter any additional suffix to append to the generated data (optional).

  • Replace only if Non-Null: Check this box to ensure that the faker only replaces non-null values in the column. If unchecked, it will replace all values, including nulls.

Example Configuration

A pattern like Ll*_n-##nn leads to these results

Last updated

Was this helpful?