TSV String; Add Static Value to All Lines
Adds the new string cell to the end of all rows. If there are space characters or line feed characters at the beginning and end of the TSV, they will be deleted beforehand. If the number of tab separators does not match, an error will occur.
Download
- Tsv-String-Add-Static-Value-to-All-Lines-2021.xml
- 2021-07-13 (C) Questetra, Inc. (MIT License)
- Tsv-String-Add-Static-Value-to-All-Lines-2023.xml
- 2023-08-21 (C) Questetra, Inc. (MIT License)
- for “GraalJS standard (engine-type 3)” on v15.0 or above
- When deleting only newline characters at both ends of a string.
- //const inputTsv = (engine.findDataByNumber( dataIdA ) + “”).trim();
- const inputTsv = (engine.findDataByNumber( dataIdA ) + “”).replace(/^[\n]*/, “”).replace(/[\n]*$/, “”);
- Tsv-String-Add-Static-Value-to-All-Lines-202107.xml
- 2021-07-13 (C) Questetra, Inc. (MIT License)
- Tsv-String-Add-Static-Value-to-All-Lines-202308.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.
Capture

