The Integrated Circuit Card ID (ICCID) generator creates valid ICCIDs, which are unique identifiers assigned to SIM (Subscriber Identity Module) cards or other integrated circuit cards used in telecommunications.
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 |
---|---|---|---|
ICCID | 8938605388545996967, … | character varying character text bigint decimal |
Default |
The generator can be assigned to a column whose name is ‘ICCID’, regardless of the table name.
The generator produces data based on an IronPython script. Since it is built on the Python generator, see Python generator to customize settings and understand the correct usage of syntax.