Skip to content
Update Analyse "Modify String Values" authored by Samuel Melm's avatar Samuel Melm
...@@ -6,10 +6,10 @@ Modify string includes all scenarios that are applied to a string column and tra ...@@ -6,10 +6,10 @@ Modify string includes all scenarios that are applied to a string column and tra
Trifacta lists the following sub-scenarios: 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
- Use missing or mismatched value presets - Define and enforce formats (e.g. url/zip code) and replace wrong values with defaults
- Break out CamelCase - Break out CamelCase
- Remove last/first word(s) - Remove first/last word(s)
- Replace double spaces - Replace double spaces
- Remove whitespace - Remove whitespace
- Remove symbols - Remove symbols
... ...
......