Credit Card Issue Number generator

Last modified: April 3, 2025

The Credit Card Issue Number generator creates the issue number associated with a credit card.

Generator properties

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
Credit Card Issue Number 5, 2, 7, 1, 4, … character varyingcharactertextbigintdecimalsmallintinteger Default

Matching rules

The generator can be assigned to a column that matches any of the following rules:

  • The column name starts with ‘CC’ and ends with ‘issue’, with any or no characters in between, regardless of the table name.
  • The column name starts with ‘Credit’, then goes ‘Card’, preceded or followed by any or no characters, and ends with ‘Issue’, regardless of the table name.
  • The column name starts with ‘Card’, then goes ‘Issue’, preceded or followed by any or no characters, and ends with ‘Num’, regardless of the table name.
  • The column name contains ‘Issue’, preceded or followed by any or no characters, and ends with ‘Num’, and it belongs to a table whose name starts with ‘Credit’ followed by ‘Card’, with any or no characters before or after.

Configure additional options

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.

Preview of the column data generated by the Credit Card Issue Number generator

Credit Card Issue Number generator