Added Template Expression to 'Add field from calculation'

This commit is contained in:
rmawatson
2025-07-24 01:16:24 +00:00
parent 8311379ff7
commit e5db6687bf
8 changed files with 137 additions and 14 deletions
@@ -578,7 +578,6 @@ Use this transformation to customize the output of a string field. This transfor
- **Kebab case** - Formats all characters in the string in lowercase and uses dashes instead of spaces between words.
- **Trim** - Removes all leading and trailing spaces from the string.
- **Substring** - Returns a substring of the string, using the specified start and end positions.
- **Affix** - Add a prefix or suffix string to the string.
This transformation provides a convenient way to standardize and tailor the presentation of string data for better visualization and analysis.