Merging a List of Strings
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Merging a List of Strings
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Example Lab Article
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.
Overview
Example Lab Details | |
Version | 6.9.2 |
Root Folder | Example Lab - String List Merging |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to merge a list of strings into a single string.
Explanation
This project works by using a ForEach step to iterate through each entry of the list. Each item on the list is then merged individually using the merge plaintext input option for a Create Data step. That data is then output under the same name each time so each time the ForEach loop adds the next item to the Create Data step again the previous items will be added as well.
Reference Articles
Project Download
The examples attached were developed to be instructional and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact services@decisions.com. Import the project below to a Decisions environment on version 6.9.2 or later using our Importing/Exporting article.
Was this article helpful?