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
  • 2605 Golden Impasse, Honohina, Hawaii, 96819-6344, US, (808) 420-2670
  • 8142 Quiet Square, Lazy Mountain, Hawaii, 96768-5250, US, (808) 867-2316
  • 4144 Burning Ramp, Goldbadge, Ohio, 43018-0184, US, (513) 738-6998
  • 3693 Dusty Arbor, Hill Number 2, Georgia, 39862-1999, US, (912) 559-4268
  • 8640 Hazy Diversion, Kentucky, Hawaii, 96856-8857, US, (808) 078-0659

Insert SQL Set

Query String: Select all
  • INSERT INTO `addresses` (`street`, `city`, `region`, `code`, `country`, `phone` ) VALUES
  • ('2605 Golden Impasse', 'Honohina', 'Hawaii', '96819-6344', 'US', '(808) 420-2670'),
  • ('8142 Quiet Square', 'Lazy Mountain', 'Hawaii', '96768-5250', 'US', '(808) 867-2316'),
  • ('4144 Burning Ramp', 'Goldbadge', 'Ohio', '43018-0184', 'US', '(513) 738-6998'),
  • ('3693 Dusty Arbor', 'Hill Number 2', 'Georgia', '39862-1999', 'US', '(912) 559-4268'),
  • ('8640 Hazy Diversion', 'Kentucky', 'Hawaii', '96856-8857', 'US', '(808) 078-0659');

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