TSV CSV

Add-ons

#TSV-String: Add Thousands Separators

Formats the specified range of columns from START index to END index of the TSV (END not included). The index starts from “0”. Negative index counts back from the end. If START is omitted “from the beginning”, and if END is omitted “to the end”.

Add-ons

#TSV-String: Extract Range Columns

Extracts the specified range of columns from START index to END index of the TSV (END not included). The index starts from “0”. Negative index counts back from the end. If START is omitted “from the beginning”, and if END is omitted “to the end”.

Add-ons

#TSV-String: Basic Math on Numeric Strings

Adds the calc result as a new column. The result of binary calculations such as “adding column A and column B” or “multiplying column C by 1.1” are added to the end of each TSV row. Subtraction, division, remainder, and exponentiation also supported.

Add-ons

TSV String: Extract Cells

Extracts the values of specified cells in A1 notation. The extracted string can be stored not only in the STRING type data but also in the NUMERIC type, DATE type, DATETIME type, SELECT type, USER type, and ORG type data if the format allows.

BPMN Icons

Update CSV Data

CSV/TSV data entered as String-type (multiple lines) is treated as an RDB table, and the data is manipulated by queries (SQL). The results of the query are saved in the specified String-type (multiple lines) Data Item. Two data can also be combined.

Add-ons

Singleline CSV String, Extract Cell

Extracts the cell value of the specified ID, starting from zero. The extracted cell string can be stored not only in the String-type data but also in the Numeric-type, Date-type, Datetime-type, Select-type, User-type, and Org-type data.

Files, Duplicate
Add-ons

Files, Duplicate

Duplicates File-type data. All files stored in Data Item A1 (Original Files) will be copied over to Data Item B1 (Clone Files). Also possible to change the file name or Content-Type. If the same Data Item is specified as A1 and B1, overwritten.

TSV String, Filter by Keywords
Add-ons

TSV String, Filter by Keywords

Filters TSV text to column-matched lines only. The match condition can be either “equals”, “contains”, “begins with”, or “ends with”. A case-insensitive filter can also be specified. It is also possible to separately store the excluded rows (filtered rows).

Scroll to Top