
Gets the number of lines of text. The number of lines that do not count the trailing newline codes can…

Creates a QR Code using the Image-Chart QRCode web service generation. It is possible to encode any string data to…

Converts an Email string to USER data. If the address is not registered as a user address, an error will…

Starts a conversation with the OpenAI API (ChatGPT). The MODEL used is “gpt-4” by default (configurable). A response (COMPLETION) to…

Starts a conversation with the OpenAI API (ChatGPT). The model ID used is “gpt-3.5-turbo”. A response (COMPLETION) to an instruction…

Duplicates File-type data. All files stored in Data Item A1 (Original Files) will be copied over to Data Item B1…

Extracts and deletes all duplicate rows. In forward order mode, the first row is retained; in reverse order mode, the…

Calculates the duration between Datetime-A and Datetime-B; like elapsed days (e.g. “1.38 d”), hours (e.g. “33.33 h”), minutes (e.g. “2000.00…

Converts strings such as “2022-12-31” or “2022-12-31 00:00” to Datetime (or Date) data. Also supports strings like “2022/12/31” and “19700101”.…

Duplicates File-type data to other File-type Data Items. All files stored in File-type Data Item A is copied over to…

Replaces uppercase letters in the text with corresponding lowercase letters. An input of “ABC”, “Abc”, “abc” will all be output…

Replaces lowercase letters in the text with corresponding uppercase letters. An input of “ABC”, “Abc”, “abc” will all be output…

Posts a message in a Google Chat Space. Bold decoration (with asterisks) and Inline-code decoration (with backticks) are also applied…

Detects numbers with more than three digits in the text and adds thousand separators to each number. A comma, dot,…

Extracts one line of a multi-line string and sets that line in single-line String-type Data Item. The Line ID mut…

Extracts one line randomly from the multi-line string and sets that line in singleline string data. For example, it can…

Extracts one line from the multi-line string in order using a round robin method and sets that line in single-line…

Sums the values in the numeric column in the TSV. If the numeric field contains commas, they will be removed…

Searches a multiple-line string with any search text. Only lines that exactly matches the search text are output.

The selection result is set to a Select-type Data Item by an arbitrary string. EL expressions can also be used…

Gets weekend Sundays of any date. If Sunday is specified, that day itself will be returned. If you want to…