Update Analyse "Modify String Values" authored by Samuel Melm's avatar Samuel Melm
...@@ -6,17 +6,16 @@ Modify string includes all scenarios that are applied to a string column and tra ...@@ -6,17 +6,16 @@ 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 - Trim strings: remove whitespaces (and tabs) from the front and back of the string.
- Use missing or mismatched value presets - Use missing or mismatched value presets
- Remove a specific sub-string
- Replace double spaces
- Break out CamelCase - Break out CamelCase
- Reduce strings by words - Reduce strings by words
- Other String Cleanup Transformations
- Trim whitespace from text - Replace double spaces
- Remove whitespace - Remove whitespace
- Remove symbols - Remove symbols
- Remove accents - Remove accents
- Remove a specific sub-string (all or first)
- Trim quotes - Trim quotes
- Pad Values - Pad Values
- Add prefix or suffix to strings - Add prefix or suffix to strings
... ...
......