Files
hunfabric/data-solutions/gcs-to-bq-with-dataflow/scripts/person_details_generator
2021-02-15 09:38:10 +01:00
..
2020-06-30 18:08:35 +02:00
2020-06-30 16:46:47 +02:00
2020-06-30 16:46:47 +02:00

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