Capitalize

Convert a string to its capitalized equivalent

This transformation converts field names, their values, or both to capital case (first letter uppercase). You can specify * for the field to apply recursively to the entire document.

Settings:

SettingDescription
FieldsField names, JSON dot-notation to a field or fields, or * to apply globally
Capitalize modeCapitalize the first character of the field name or field value (or both)

Behavior:

If Fields is *:

Capitalize modeBehavior
Field NameRename just that key to capital case
Field ValueRecursively rename all keys
BothPerform both above

If Fields is a key or dotted path:

Capitalize modeBehavior
Field NameRename just that key to capital case
Field ValueRename just that value to capital case
BothPerform both above (value first, then key)