Skip to content
Update Analyse "Modify String Values" authored by Samuel Melm's avatar Samuel Melm
camelCase -> Camel Case
# [tri470]: Scenario for "Modify String Values"
## Description and example
......@@ -10,14 +8,14 @@ Trifacta lists the following sub-scenarios:
- Clean Strings
- Trim strings: remove whitespaces (and tabs) from the front and back of the string
- Define and enforce formats (e.g. url/zip code) and replace wrong values with defaults
- Break out CamelCase (REGEX)
- Remove first/last word(s) (REGEX)
- Remove all whitespace (REGEX)
- Replace double spaces (REGEX)
- Remove symbols (REGEX)
- Remove accents (REGEX)
- Break out CamelCase
- Remove first/last word(s)
- Remove all whitespace
- Replace double spaces
- Remove symbols
- Remove accents
- Remove a specific sub-string (all or first)
- Trim quotes (REGEX)
- Trim quotes
- Pad Values
- Add prefix or suffix to strings
- Standardize String Values
......
......