Background
For a database work that I am doing, I continue to look for sample data.
Googled for test data.
Sample Data
Data Design Group, Inc
ConvertCSV.COM
Person
Keywords
- URL
- Generate Data
- Keywords
- Keyword
Link
- Keyword
- Columns
- First Name
- first
- Last Name
- last
- Middle Initial
- mi
- Name
- name
- Birthday
- birthday
- date
- Gender
- M for Male
- F for Female
- Street
- Street
- Address
- City
- city
- Province
- Province ( Canadian Province )
- State
- State
- Postal Code
- Postal ( Canadian Postal )
- Zip Code
- Zip
- 5 digit US zip code
- zip9
- 9 digit US zip code in 99999-9999 format
- Zip
- Phone Number
- Phone
- Email Address
- Currency
- dollar
- Credit Card Number
- ccnumber
- First Name
Test Data
Preparation
Outline
- Keyword
- In the keywords, please enter which columns you will like to generate
- i.e first, last, email, address, street, city state, zip, data
- In the keywords, please enter which columns you will like to generate
- Name
- Match keywords in the Names entry field
- Output Format
- Choices
- CSV
- JSON
- HTML
- Choices
- Number of Records
- Indicate Number of records to create
- One can indicate any number between 1 and 100,000
- Header for CSV
- Please indicate header for CSV files
- Single file header line that will contain the names of the columns
- Please indicate header for CSV files
Source Code Control
GitLab
- Snippet
- Link
https://gitlab.com/-/snippets/2505056 - Files
- Table DDL
- SQL Server
- convertcsv.person.sql
- SQL Server
- Table DML
- SQL Server
- convertcsv.person.data.add.sql
- SQL Server
- Data Files
- person.csv
- Table DDL
- Link