What you would have to do to add a new data topic to the test data generation platform for generating birth dates?
Analyzing Data Records
Implement a new data topic that analyzes data records (CSV formed data). This can be done using the DataSampleParser::analyze_csv_data()function.
Improving Realisticity
The Test Data Generation library comes with a helpful feature to improve the realisticity of the generated data to be 80% realistic using the Levenshtein Distance . This can be done by calling the Profile::learn_from_entity() function.
This should be a separate RESTful endpoint that refactors the specified saved Profile based on the data that was provided for analysis.