Action group: Tables
This action is used to count the number of rows in the selected table.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data table | The table in which to count the rows. | Robin.DataTable | Yes | |
Skip header | If the value is «true», then the first row of the table is skipped when counting. | Robin.Boolean | true | No |
Skip empty rows | If the value is «true», the action will only count completed rows. | Robin.Boolean | true | No |
Results | ||||
Result | Number of rows in the table. | Robin.Numeric |
None.
There is a table in CSV format
It is necessary to calculate the number of rows in the table without taking into account the table header.
Use "Get table from CSV", "Count rows" actions.
The program robot completed successfully.
The number of rows in the table is obtained.