ColumnSplitSetting
Properties
| Name | Type | Definition |
|---|---|---|
| SplitIntoWords | SplitIntoWords | split string into words |
| SplitEmailAddressIntoAccountDomainAndZone | bool | self-explanatory |
| SplitNameAndEmailAddress | bool | self-explanatory |
| SplitTelephoneIntoInternationalCodeAndPhoneNumber | bool | self-explanatory |
| SplitDatetime | bool | self-explanatory |
| SplitNameAndEmailAddress | bool | self-explanatory |
| SplitEmailAddressIntoAccountDomainAndZone | bool | self-explanatory |
| RegexCopy | string | Regular expression to extract substring from data |
| SplitSeparator | string | split string into words by specific char or string |
Updated over 4 years ago