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
  • 3535 Lost Anchor Grounds, Bumblebee, Wisconsin, 53241-0441, US, (608) 723-0547
  • 1994 Middle Abbey, Cozy Nook, Michigan, 48162-1457, US, (517) 855-0693
  • 2512 Sleepy Mall , Wickchoupai, North Dakota, 58314-2483, US, (701) 029-1952
  • 4227 Dusty Street, Rago, North Dakota, 58029-7809, US, (701) 730-1366
  • 5728 Quaking Hills Front, Alkehatchee, Wisconsin, 54533-9901, US, (262) 917-6215

Insert SQL Set

Query String: Select all
  • INSERT INTO `addresses` (`street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('3535 Lost Anchor Grounds', 'Bumblebee', 'Wisconsin', '53241-0441', 'US', '(608) 723-0547'),
  • ('1994 Middle Abbey', 'Cozy Nook', 'Michigan', '48162-1457', 'US', '(517) 855-0693'),
  • ('2512 Sleepy Mall ', 'Wickchoupai', 'North Dakota', '58314-2483', 'US', '(701) 029-1952'),
  • ('4227 Dusty Street', 'Rago', 'North Dakota', '58029-7809', 'US', '(701) 730-1366'),
  • ('5728 Quaking Hills Front', 'Alkehatchee', 'Wisconsin', '54533-9901', 'US', '(262) 917-6215');

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