cloud-foundation-fabric/examples/data-solutions/gcs-to-bq-with-dataflow/scripts/person_details_generator
Julio Castillo 8df9ef9035 New folder structure 2022-01-11 11:53:19 +01:00
..
LICENSE New folder structure 2022-01-11 11:53:19 +01:00
README.md New folder structure 2022-01-11 11:53:19 +01:00
REQUIREMENTS.txt New folder structure 2022-01-11 11:53:19 +01:00
person_details_generator.py New folder structure 2022-01-11 11:53:19 +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