User Info Generator

Canadian Address Generator

May 4th, 2016

Generate a list of fake Canadian addresses with the street, city, region, country, postal codes and phone.

Canadian Address Attributes


Data Set

Data: Select all
  • 4343 Indian Cider Circle, Village Two, Prince Edward Island, C5F-8V3, CA, (902) 764-5933
  • 9584 Tawny Willow Farm, Secret Town, North Dakota, 58039-1463, US, (701) 011-1515
  • 6343 Easy Pioneer Campus, Plush, Arizona, 85985-4640, US, (480) 493-8580
  • 1582 Emerald Forest Port, Progresso, New Mexico, 88130-7049, US, (505) 019-5535
  • 3035 Iron Barn Village, Thirtynine, North Dakota, 58198-5232, US, (701) 246-4599

Insert SQL Set

Query String: Select all
  • INSERT INTO `addresses` (`street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('4343 Indian Cider Circle', 'Village Two', 'Prince Edward Island', 'C5F-8V3', 'CA', '(902) 764-5933'),
  • ('9584 Tawny Willow Farm', 'Secret Town', 'North Dakota', '58039-1463', 'US', '(701) 011-1515'),
  • ('6343 Easy Pioneer Campus', 'Plush', 'Arizona', '85985-4640', 'US', '(480) 493-8580'),
  • ('1582 Emerald Forest Port', 'Progresso', 'New Mexico', '88130-7049', 'US', '(505) 019-5535'),
  • ('3035 Iron Barn Village', 'Thirtynine', 'North Dakota', '58198-5232', 'US', '(701) 246-4599');

SQL Create Table

SQL Create: Select all
  • CREATE TABLE `addresses` (
  •   `id` int(11) NOT NULL AUTO_INCREMENT,
  •   `street` varchar(255) NOT NULL,
  •   `city` varchar(255) NOT NULL,
  •   `region` varchar(255) NOT NULL,
  •   `country` varchar(255) NOT NULL,
  •   `code` varchar(255) NOT NULL,
  •   `phone` varchar(255) NOT NULL,
  •   PRIMARY KEY (`id`)
  • ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Testimonials

"Incredible, usually for testing we have to obfuscate live user data, but with your data I was able to create a 1,000 users in only a few minutes."

Russ McEwan, Denver, CO

"Thanks this is exactly what I was looking for when I needed a lot of users created as test data."

Timothy Hardy, Chicago, IL

"So glad I stumbled on this site. Now I would not be able to do my job without these helpful generators. Thanks."

S. Rosario, Maryland