Merge String List by Line step
- 20 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Merge String List by Line step
- Updated on 20 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | --- |
Modified in Version | --- |
Location | Data > Text |
The Merge String List by Line step combines two String Lists. Each item in one list is merged with an item in the second list at the same position and is separated by a specified separator character.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
List One | The first list of Strings to be merged. | List of String |
List Two | The second list of Strings to be merged. | List of String |
Separator | Specifies the separator character | String |
Outputs
Property | Description | Data Type |
---|---|---|
Outputs | The combined list of strings | List of Strings |
Related Information
Forum Posts:
Merge HTML Text
Merge Lists Into Data Grid
Was this article helpful?