The Product Quantity generator creates numerical values representing the quantity of a specific product. These values can be used for inventory management, sales transactions, or stock tracking. The generated quantities may represent units available, units sold, or other relevant measurements of product stock.
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 |
---|---|---|---|
Quantity | 9, 24, 89, 35, … | decimal bigint integer smallint |
Default |
The generator can be assigned to a column whose name is ‘Quantity’, ‘Qty’, or ‘amount’, 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.