Extract the first part of a field up to the first occurance of a particular character. Useful for extracting the first name in a field.
',' fstrip NAME
',' fstrip 'Smith, John'
SingleChar fstrip TextField
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
SingleChar | Text | Constant | No |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextField | Text | Field, Constant | No |
Type: Text
First part of names.