Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEANeedlessly overcomplicated this one. I decided to randomly choose which set of masked names to use.
Used RandInt to assign random ID to original City and ClientName, then join with fixed City ID and ClientName ID from supplied table. Didn't create a seed to keep track the random replacement though, could be modified to output results join when run.