merge_string_fields class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Assembles a set of string fields into a unique one.
available inputs: string_fields1 (StringField), string_fields2 (StringField)
available outputs: string_field (StringField)
Example
op = merge_string_fields()
op = merge_string_fields(string_fields1=my_string_fields1,string_fields2=my_string_fields2)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
string_fields1
Either a a vector of string fields to merge or string fields from pin 0 to ...
Type: LinkableInput
string_fields2
Either a a vector of string fields to merge or string fields from pin 0 to ...
Type: LinkableInput
Outputs
string_field
Type: LinkableOutput
Constructors
Constructor
merge_string_fields()
Constructor
merge_string_fields(string_fields1, string_fields2, config)
Parameters:
string_fields1(object)string_fields2(object)config(OperatorConfig)
Constructor
merge_string_fields(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig