Text Handling Using Split String by New Line Step
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Text Handling Using Split String by New Line Step
- 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.14.0 |
Root Folder | Example Lab - Handling Text |
Modules | None |
Dependencies | None |
Let's say you have a large CSV file containing multiple reports, and you need to separate the reports programmatically. This project can show you how to do so.
Explanation
This project makes use of Split String By New Line and several other steps to convert a large string (CSV file contents) into a list of strings (each containing a report) and displays the reports.
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.14.0 or later using our Importing/Exporting article.
Was this article helpful?