Base64 Encode
Encodes fields using base64
This transformation encodes fields using base64 in place.
Settings:
| Setting | Description |
|---|---|
| Fields | Field name(s) or JSON dot-notation to a field or fields |
Behavior:
- If the fields don't exist or isn't convertible to string, it's treated as empty.
- The result is written back to the same field as a base64-encoded string.
Updated 5 months ago