Merging a List of Strings
  • 12 Mar 2021
  • 1 Minute to read
  • Dark
    Light

Merging a List of Strings

  • Dark
    Light

Article summary

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

Version6.9.2
Root FolderExample Lab - String List Merging
Modules None
DependenciesNone

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?