Skip to main content
Capitalises the first letter of a text value and leaves the rest of the value exactly as it is. Use this to tidy up labels, names, or short descriptions that should start with a capital, for example turning “wool scarf” into “Wool scarf”. Only the very first character is changed, so the other words in the value keep their original casing.

Fields

This mapper has no settings. It always capitalises the first letter of the value.

Sample data

FieldValue
(none)capitalises the first letter
Input:
{ "name": "wool scarf" }
Output:
{ "name": "Wool scarf" }