I am trying to install the IPAddress generator. So I copied IPAddress.dll into
C:\Program Files\Red Gate\SQL Data Generator 1\Generators
and then created ip.xml and put that into
C:\Program Files\Red Gate\SQL Data Generator 1\Config
and here is how my xml looks
<?xml version="1.0" encoding="iso-8859-1"?>
<generators>
<generator
type="IPAddress.dll"
name="IPAddress"
description="127.0.0.1, ..."
category="Personal">
<matches field=".*IP.*" score="100" minlen="14"/>
<type type="string"/>
</generator>
</generators>
But this still does not show up in the data generator
C:\Program Files\Red Gate\SQL Data Generator 1\Generators
and then created ip.xml and put that into
C:\Program Files\Red Gate\SQL Data Generator 1\Config
and here is how my xml looks
<?xml version="1.0" encoding="iso-8859-1"?>
<generators>
<generator
type="IPAddress.dll"
name="IPAddress"
description="127.0.0.1, ..."
category="Personal">
<matches field=".*IP.*" score="100" minlen="14"/>
<type type="string"/>
</generator>
</generators>
But this still does not show up in the data generator