Scrambles selected data in a mapset. Useful for munging customer data before
giving it out for demos etc. Configuration is via the file
config/customer/misc/ScrambleData.xml, and looks something like the
following:
<?xml version='1.0' encoding='US-ASCII'?>
<naming>
<entry name='arc:consumer'>
<list>
<entry>
<value>Name</value>
</entry>
<entry>
<value>Phone</value>
</entry>
</list>
</entry>
</naming>
This example will scramble the Name and Phone fields in the arc:consumer data
type.
It tries to be smart about the format, mixing and matching first and last
names, and makes up sequenced phone numbers.