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