Generate 20 rows of sample test data for a CSV file where each row contains the following fields:
First Name
Last Name
Street Address
City
State
Zip
Donation Amount
Donation Date
Each row should be a different person. The people should be named after characters from The Simpsons. The Donation Amount field should be a random value between $5 and $100. The Donation Date field should be a random date between 1/1/2005 and 12/31/2015.
.csv
Generate 20 rows of sample test data for a CSV file where each row contains the following fields:
First Name Last Name Street Address City State Zip Donation Amount Donation Date
Each row should be a different person. The people should be named after characters from The Simpsons. The Donation Amount field should be a random value between $5 and $100. The Donation Date field should be a random date between 1/1/2005 and 12/31/2015.