
Gets the string for the day of the week. The notation of the day is set in the config such…

Switches the row and column indices of the rectangle TSV. The output matrix (Transposed Matrix) is obtained by changing cell(x,y)…

Verifies that the cells are in a matrix format. If the number of cell values are different for each row,…

Extracts the specified range of rows. The range is specified by Begin Index and End Index. The index is zero-based…

Removes all blank rows. Line breaks at the end of the text (including TSV and CSV) are also removed. If…

Converts a CSV string to a TSV string. The TSV is output as the simplest tab-delimited string. If the field…

Gets the number of characters in the text. Consecutive blanks (including tabs and double-byte spaces) are counted as one character.…

Determines whether a Corporate-Number string is valid. If valid, OK is logged. If invalid, the processing is abended to control…

Extracts the value of the specified parameter from the serialized query-string (e.g. “a=123&b=456”) and stores it as workflow data

Calculates the MD5 digest. The MD5 hash algorithm is applied against the source data to generate a unique 128-bit hash…

Determines whether a My-Number string is valid. If valid, OK is logged. If invalid, the processing is abended to control…

Gets the number of words in the text. Words separated by spaces (including tabs, double-byte spaces, and line breaks) are…

Filters multiple-line string with any search text. Only lines that contain the search text are output. If you want an…

Filters TSV string with any search text. Only lines that contain the search text in the specified column are output.…

Replaces all full-width numbers with half-width numbers. Numbers from “0” to “9” are to be replaced. Symbols and letters are…

Replaces all half-width numbers with full-width numbers. Numbers from “0” to “9” are to be replaced. Symbols and letters are…

Generates a random number. When a token reaches this automated step, a numerical value within the specified range is generated…

Generates a random string. When a token reaches this automated step, a string of the specified length is generated each…

Duplicates File-type data. All files stored in File-type Data Item A will be copied over to File-type Data Item B.

Deletes data of any data type. By overwriting with a null value, all input values in the data item will…