CONT_ID is primary key is different so we can see how to handle. We will put in a new thread.
For the rest of the IDs is it generating fine? Also you can do bulk updates for all columns. That is you can specify for multiple columns at once. On this page in docs: Single Table Metadata API | Synthetic Data Vault
There is a function called update_columns_metadata that you can use to bulk update.
Hi @ashok.kumar.muthimen if multiple columns regex format need to specified, you can use the metadata.update_columns functionality and pass a dictionary. The documentation is here and we can provide a code snippet if necessary.
For ID columns (that are not primary key), for security reasons, SDV enterprise automatically identifies them as possible PII and creates “sdv-xxxx” type IDs.
Team desired that the ID format be preserved, for example one column has: USMMBIxxxxxxxxxxxx. This can be done by updating the metadata with regex format.
If multiple columns need to be updated, that could be done via using the metadata.update_columns functionality supported here.
This will preserve format, but would generate in sequence still, that is,