Hi @epicvu and @Srini jumping in here –
If you are creating data from scratch, then I believe you’re using the DayZSynthesizer? While DayZ does not support constraints, you should be able to achieve this in other ways:
- For numerical data, use add_numerical_bounds to set a lower and upper bound that are 9-digits long.
- For categorical data, use set_category_values to provide a list of all possible valid values
- For other types of data (such as
text) we don’t yet provide a deep integration with Faker. However, I have a filed a feature request for it here and have provided a workaround in that thread.
Does that answer your question?