Skip to main content

Generates pipe delimited test data

Project description

This testdatagen.nameandaddr module generates pipe (’|’) delimited test data with the following fields - firstname, lastname, email, streetAddress, ZipCode, City, State, StateAbrv, County, Latitude, Longitude

The intention of this module is to provide a simple way to quickly generate person test data.

Usage :

from testdatagen import nameandaddr
nameandaddr.nameaddr(filename, recordcount)

example : nameandaddr.nameaddr('persons.csv', 300)

This example will create  a file named 'persons.csv' in the  directory where this program is located.
The file 'persons.csv' will have 300 lines.
It is recommended that you provide a fuly qualified file name (i.e. /path/filename)

It needs the included csv files to generate the test data. These files are listed below -

testdata_dn.csv
testdata_fn.csv
testdata_ln.csv
testdata_st.csv
us_postal_codes.csv

Of the above csv files, the first four are created using faker module. The last file is publicly available information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testdatagen-0.1.19.tar.gz (1.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page