- OutputColumns
- [Ignored with Inplace ('true'), otherwise optional.] Specifies the name for the output columns. An output_column cannot exceed 128 characters.
- Accumulate
- Specifies the names of the input table columns to copy to the output table.
- String
- [Required when str_operator needs string argument, ignored otherwise.] Specifies the string argument for str_operator:
str_operator string STRINGCON String to concatenate to value. STRINGINDEX String for which to return index of its first character in value. STRINGLIKE Pattern that describes string to find in value. STRINGPAD String with which to pad value. STRINGTRIM String to trim from value. - StringLength
- [Required when str_operator needs length argument, ignored otherwise.] Specifies the length argument for str_operator:
str_operator length GETNCHARS Number of characters to return from value. STRINGPAD Length to which to pad value. SUBSTRING Substring length. - OperatingSide
- Applies only when str_operator is GETNCHARS, STRINGPAD, or STRINGTRIM. Specifies side of value on which to apply str_operator.
- IsCaseSpecific
- Applies only when str_operator is STRINGINDEX or STRINGLIKE. Specify whether search for string is case-specific.
- EscapeString
- Applies only when str_operator is STRINGLIKE. Specify the escape characters.
- IgnoreTrailingBlank
- Applies only when str_operator is STRINGLIKE. Specify whether to ignore trailing space characters.
- StartIndex
- Applies only when str_operator is SUBSTRING. Specify the index of the character at which the substring starts.
- InPlace
- Specifies whether the output columns have the same names as the target columns.