LogoLogo
Release notesDocs homeFabricateTonic.ai
  • Tonic Fabricate User Guide
  • Fabricate workflow
  • Tutorial videos
  • Fabricate account
    • Getting started with Fabricate
    • Fabricate license plans
    • Managing your Fabricate account and profile
    • Managing users in your account
  • Databases
    • Supported database types
    • Creating and managing databases
  • Backing up and restoring the database definition
  • Configuring database variables
  • Exporting data from a database
  • Tables and columns
    • Managing database tables
      • Configuring table settings
      • Adding a table to a database
      • Removing a table from a database
      • Attaching static data to a table
      • Regenerating table data
  • Managing table columns
    • Adding and removing columns
    • Configuring a column
    • Generator reference
      • Calculated or related values
      • Unstructured Data
      • Data type and specific values
      • Names and other identifying information
      • Telephone numbers and email addresses
      • Geographic locations
      • Air travel
      • Natural science
      • Networks and files
      • Banking and finance
      • Dates and times
      • Vehicles
      • Companies and products
      • Healthcare and health insurance
      • Languages
      • Movies
      • Education
    • Fabricate custom SQLite functions
  • Views
    • Creating and managing views
    • Views reference
  • Workspaces
    • About workspaces
  • Creating and managing workspaces
  • Database mock API
    • About mock APIs
    • Defining a mock API
    • Creating and querying database snapshots
  • Mock API reference
  • Fabricate API and CLI
    • Managing Fabricate API keys
    • Daily limits on generated data
    • Using the Fabricate API
      • Authentication for the API
      • Data model
        • Database attributes
        • Entity (table) attributes
        • Constraint attributes
        • Column attributes
          • General column configuration
          • Calculated or related values
          • Unstructured Data
          • Data type and specific values
          • Names and other identifying information
          • Telephone numbers and email addresses
          • Geographic locations
          • Air travel
          • Natural science
          • Networks and files
          • Banking and finance
          • Dates and times
          • Vehicles
          • Companies and products
          • Healthcare and health insurance
          • Languages
          • Movies
          • Education
      • Managing databases from the API
      • Generating data from the API
    • Using the Fabricate CLI
      • Setting up CLI access
      • Using the CLI to load data
  • Self-hosted Fabricate
    • Fabricate architecture
    • Setting up the Fabricate components
    • Limiting login attempts
    • Starting a Fabricate instance
    • Upgrading a Fabricate instance
Powered by GitBook
On this page
  • City (Global)
  • City (US)
  • Country (Global)
  • Country (US)
  • Country Code (Global, 3 Character)
  • Country Code (Global)
  • Country Code (US)
  • Full Address (Global)
  • Full Address (US)
  • Latitude (Global)
  • Latitude (US)
  • Longitude (Global)
  • Longitude (US)
  • Postal Code (Global)
  • Postal Code (US)
  • State / Province (Global)
  • State / Province (US)
  • State Abbreviation (Global)
  • State Abbreviation (US)
  • Street Address (Global)
  • Street Address (US)
Export as PDF
  1. Fabricate API and CLI
  2. Using the Fabricate API
  3. Data model
  4. Column attributes

Geographic locations

The following generators produce values related to geographic locations.

Fabricate automatically correlates location values. For example, in a given record, the value in a city column is a city located in the state column.

Note that other generators specific to air travel, healthcare, and finance also produce some geographic values. For example, there are generators that produce city where a bank, airport, or hospital is located.

For more information about these generators and how to configure them in the application, go to Geographic locations in the generator reference.

City (Global)

Populates the column with the name of a city from anywhere in the world.

Uses the General column configuration.

City (US)

Populates the column with the name of a city from within the United States.

Uses the General column configuration.

Country (Global)

Populates the column with the name of a country from anywhere in the world.

Uses the General column configuration.

Country (US)

Populates the column with the United States.

Uses the General column configuration.

Country Code (Global, 3 Character)

Populates the column with a 3-character country code for a country from anywhere in the world. For example, FRA, ESP, USA.

Uses the General column configuration.

Country Code (Global)

Populates the column with a 2-character country code for a country from anywhere in the world. For example, FR, ES, US.

Uses the General column configuration.

Country Code (US)

Populates the column with the 2-character country code for the United States - US.

Uses the General column configuration.

Full Address (Global)

Populates the column with a full mailing address from anywhere in the world.

Uses the General column configuration.

Full Address (US)

Populates the column with a full mailing address from within the United States.

Uses the General column configuration.

Latitude (Global)

Populates the column with a latitude value from anywhere in the world.

Uses the General column configuration.

Latitude (US)

Populates the column with a latitude value from within the United States.

Uses the General column configuration.

Longitude (Global)

Populates the column with a longitude value from anywhere in the world.

Uses the General column configuration.

Longitude (US)

Populates the column with a longitude value from within the United States.

Uses the General column configuration.

Postal Code (Global)

Populates the column with a postal code from anywhere in the world.

Uses the General column configuration.

Postal Code (US)

Populates the column with a 5-digit postal code from within the United States.

Uses the General column configuration.

State / Province (Global)

Populates the column with the name of a state or province from any country in the world. For example, Normandy or Ontario.

Uses the General column configuration.

State / Province (US)

Populates the column with the name of a state in the United States. For example, Montana or New York.

Uses the General column configuration.

State Abbreviation (Global)

Populates the column with the postal abbreviation of a state or province from anywhere in the world. For example, NOR or ONT.

Uses the General column configuration.

State Abbreviation (US)

Populates the column with the postal abbreviation of a state in the United States. For example, MN or NY.

Uses the General column configuration.

Street Address (Global)

Populates the column with a street address from anywhere in the world. For example, 10 Rue Morgue.

Uses the General column configuration.

Street Address (US)

Populates the column with a street address from within the United States. For example, 15 Main Street.

Uses the General column configuration.

Last updated 4 days ago