Skip to content

uuid

Generate a UUID for a field.

Parameters

Name Type Description
field string Destination field name for the UUID
value string Seed value used to generate the UUID
namespace string UUID namespace (optional)

Example

    - uuid:
        field: id
        value: "{{row.name}}"