-
New Feature Request
-
Resolution: Unresolved
-
Minor
-
3.4.0alpha1
-
None
Add item preprocesing strcut function to extract a field from delimiter separated string data:
strcut(<field number>, <delimiter>[,<escape character>])
<field number> - the field to extract
<delimiter> - the delimiter string (supporting \s, \t, \n, \r notation)
<escape character> - an optional escape character