Activity overview
Latest activity by jputnam
maintain key values
So i have multiple tables that have foreign keys. Let's say for example, there's an ID field and 2 tables with a 1:N relationship on that ID. I need to take that data in and replace the IDs, but i ...
generate data based on substring of current data
I want to anonymize an ID field, but not completely randomize. For instance, there are multiple rows in the table for the same person ID, and also records in another table that should be keyed toge...