cloud-foundation-fabric/data-solutions/gcs-to-bq-with-dataflow/scripts/person_details_generator
Julio Castillo 1e11c670f5 Update copyright to 2021 2021-02-15 09:38:10 +01:00
..
LICENSE Add License 2020-06-30 18:08:35 +02:00
README.md Rename folder example. 2020-06-30 16:46:47 +02:00
REQUIREMENTS.txt Rename folder example. 2020-06-30 16:46:47 +02:00
person_details_generator.py Update copyright to 2021 2021-02-15 09:38:10 +01:00

README.md

Create random Person PII data

In this example you can find a Python script to generate Person PII data in a CSV file format.

To know how to use the script run:

python3 person_details_generator.py --help

Example

To create a file 'person.csv' with 10000 of random person details data you can run:

python3 person_details_generator.py \
--count 10000 \
--output person.csv