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

Ключ

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

...

Extract bank data Version 1 (Net)

Группа Group "ROBIN AI", подгруппа subgroup "NER (PREFERENTUM)"

...

Description

The action extracts the bank details from the text. You can extract the following data: INN, KPP, account number, BIK

...

Action icon

Image Modified

...

Parameters and their settings

Property

Description

Type

Filling example
Mandatory field
Parameters
Text

Text for analysis

String

Банковские реквизиты заказчика:
Наименование банка: "Уралсиб"
ИНН: 12312334567890
КПП: 780401341
БИК: 044520287
Корреспондентский счёт: 30101810112340000787
Расчётный счёт: 57897341469252786222

Yes
Results
Result
Collection of extracted dataCollection

...



Special conditions of use

If the same entity appears several times in the text, it will be written once in the resulting array.

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

Задача

Example of use

Task

There is a textИмеется текст :

"Расчетный счет организации ООО "Ромашка":

...

Телефон/e-mail +7 (4912) 21-66-99
Zvezdaooo@mail.ru"

Требуется извлечь из текста банковские данные и вывести их в диалоговое окно.

Решение

Воспользоваться действиями "Извлечь банковские данные", "Сообщение" и "Получить значение по индексу". 

Реализация

...

You need to extract bank data from text and display it in a dialog box.

Solution

Use the actions “Extract bank data”, “Message” and “Get value by index”. 

Implementation

  1. Create a variable “Collection” into which the result of the “Extract bank data” action will be written. 
    Image Added

  2. Drag the “Extract bank data” action to the workspace.
    Image Added


  3. Fill in the “Text” parameter of the “Extract bank data” action.Image Added
  4. Add the variable “Collection” to the result.
    Image Added

  5. Drag the “Get value by index” action to the workspace.
    Image Added

  6. Set the parameters of the “Get value by index” action.
    Image Added

  7. Drag and drop the “Message” action to the workspace.Image Added

  8. Set the parameters of the “Message” action.
    In the “Message text” field add the result of the “Get value by index” action.
    Image Added

  9. Click on the “Start” button in the top panel.  

Result

The program robot has completed successfully. The required value is displayed in the dialog box.

Image Added

Image Added

Результат

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

Image Removed

Image Removed