Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Analyse "Modify String Values"
authored
Apr 28, 2021
by
Samuel Melm
Show whitespace changes
Inline
Side-by-side
Analyse-"Modify-String-Values".md
View page @
8ae8b052
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
...
...
...
...