-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
If I do:
{
"TableSchema": "<redacted>",
"TableName": "<redacted>",
"ColumnName": "<redacted>",
"DataType": "text",
...
"IsNullable": true,
"Processors": [
{
"Name": "RandomDigits",
"Max": 4,
"Min": 2,
"Variance": 0,
"Comment": ""
}
]
},
Then Gonymizer randomises the digits in the relevant column, but does not seem to apply Min
and Max
in any way. I've had a quick scan of the code, and can't see anywhere those parameters are being applied, but I'm also not a Go expert 😄
Thanks.
Metadata
Metadata
Assignees
Labels
No labels