История страницы
...
Count rows Version 3 (Python)
...
Action group:
...
Tables
Описание
Данное действие предназначено для подсчета количества строк в выбранной таблице.
Настройки
...
Description
This action is used to count the number of rows in the selected table.
Action icon
Settings of parameters
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 |
Особые условия использования
Отсутствуют.
Пример использования
Задача: имеется таблица в формате CSV
Необходимо посчитать количество строк в таблице без учета шапки таблицы.
Решение: воспользоваться действиями "Получить таблицу из CSV", "Посчитать количество строк".
Реализация:
...
Special conditions of use
None.
Example of use
Task
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.
Solution
Use "Get table from CSV", "Count rows" actions.
Implementation
- Assemble a robot consisting of actions:
- Set the parameters for the "Get table from CSV" action.
- Set the parameters for the "Count rows" action.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The number of rows in the table is obtained.
...
Результат:
Программный робот отработал успешно. Получено количество строк в таблице.