The P.O. Box generator creates data representing Post Office Box addresses. These are usually used for mail delivery services and consist of a number or alphanumeric code associated with a specific P.O. Box within a postal facility.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
PO Box | PO Box 8844, P.O. Box 71, … | character character varying text |
Default |
The generator can be assigned to a column that starts with ‘PO’ and then goes ‘Box’, preceded or followed by any or no characters, regardless of the table name.
The generator produces data based on a regular expression. Since it is built on the RegExp generator, see Regular Expression generator to customize settings and understand the correct usage of syntax.