Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Count rows

...

Группа действий: Таблицы 

Данное действие предназначено для подсчета количества строк в выбранной таблице.

Image Removed

Настройки

Version 3 (Python)

Action group: Tables

...

Description

This action is used to count the number of rows in the selected table.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Data tableThe table in which to count the rows

Свойство

Описание

Тип

Пример заполнения

Обязательность заполнения поля

Параметры

Таблица

Таблица, в которой нужно посчитать строки
.Robin.DataTable

Да

Без учета шапки

Если значение "true", то первая строка таблицы пропускается при подсчете

Yes
Skip headerIf the value is «true», then the first row of the table is skipped when counting.Robin.Booleantrue

Нет

Пропустить пустые строки

Если значение "true", действие будет считать только заполненные строки
No
Skip empty rowsIf the value is «true», the action will only count completed rows.Robin.Booleantrue
Нет
No
Результаты
Results

Результат

Количество строк в таблице
ResultNumber of rows in the table.Robin.Numeric

Особые условия использования

Отсутствуют.

Пример использования 

Задача: имеется таблица в формате CSV Image Removed. Необходимо посчитать количество строк в таблице без учета шапки таблицы. 

Решение: воспользоваться действиями "Получить таблицу из CSV", "Посчитать количество строк". 

Реализация:

...



Special conditions of use

None.

Example of use 

Task

There is a table in CSV format 

 Image Added

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

  1. Assemble a robot consisting of actions:
    Image Added
  2. Set the parameters for the "Get table from CSV" action.
    Image Added
  3. Set the parameters for the "Count rows" action. 
    Image Added

  4. Click "Start" in the top panel.  

Result

The program robot completed successfully.

The number of rows in the table is obtained. 

Image Added

 

...

Результат:

Программный робот отработал успешно. Получено количество строк в таблице. 

Image Removed