Update Analyse "Modify String Values" authored by Samuel Melm's avatar Samuel Melm
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Modify string includes all scenarios that are applied to a string column and transform it but preserve its type of string. Modify string includes all scenarios that are applied to a string column and transform it but preserve its type of string.
Trifacta lists the following sub-scenarios: Trifacta lists the following sub-scenarios:
- Convert colums to one string column (printf)
- Clean Strings - Clean Strings
- Trim strings - Trim strings
- Use missing or mismatched value presets - Use missing or mismatched value presets
...@@ -28,6 +28,8 @@ Trifacta lists the following sub-scenarios: ...@@ -28,6 +28,8 @@ Trifacta lists the following sub-scenarios:
- Manage Sub-Strings - Manage Sub-Strings
- Compare Strings - Compare Strings
Excluded from this analysis:
- Convert colums to one string column (aka printf), because it does not modify strings.
## Scenario and user-visible elements ## Scenario and user-visible elements
- Fill out - Fill out
... ...
......