Multiline String, Delete Empty Lines
Removes all blank rows. Line breaks at the end of the text (including TSV and CSV) are also removed. If there is even one single-byte space on the line, it will not be deleted.
Download
- Multiline-String-Delete-Empty-Lines-2021.xml
- 2021-08-27 (C) Questetra, Inc. (MIT License)
- Multiline-String-Delete-Empty-Lines-2023.xml
- 2023-08-21 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
The Add-on import feature is available with Professional edition.
Freely modifiable JavaScript (ECMAScript) code. No warranty of any kind.
Notes
- When the process reaches this automated task, the Text in the string data is automatically processed.
- TSV data, Access log, Email body, etc.
- {Number of lines} = {Number of line breaks} + 1
- All blank lines in the text are automatically removed.
- As well as blank lines in the middle of a multiline string, blank lines at the beginning and the end are also deleted.
Capture


Appendix
- The deleted row ID (starting with zero) is logged.
Pingback: Multiline String; Delete Footer Lines – Questetra Support
Pingback: Multiline String; Delete Header Lines – Questetra Support
Pingback: Singleline String, Set One Line from Multiline using Round-Robin – Questetra Support