The URL (Gravatar image) generator retrieves a Gravatar image url based on an email address import urllib, hashlib.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
URL (Gravatar img) | http://www.gravatar.com/avatar/6ffc45896e63ba040e769b8b9d150107?s=40&d=http%3A%2F%2Fwww.example.com%2Fdefault.jpg ; … | character varying character text |
Default |
The generator can be assigned to a column whose name is ‘gravatar’, regardless of the table name.
The generator produces data based on an IronPython script. Since it is built on the Python generator, see Python generator to customize settings and understand the correct usage of syntax.