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

Ключ

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

...

Extract URI Version 1 (Net)

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

...

Description

The action returns a unified sequence of characters - URI (URL, EMail), ISBN, UDC, LBC, etc. from the text.
(URI is a unique sequence of characters that identifies an abstract or physical resource – more details)

...

Action icon

...

Settings

Property

Description

Type

Filling example
Mandatory field
Parameters
Text

Text for analysis

String

https://www.rpa-robin.ru/

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

The following text is availableИмеется следующий текст:

"ROBIN RPA - leading Russian RPA platform
Company's website: https://www.rpa-robin.ru/
."

Требуется вывести в диалоговое окно значение: It is required to output the value: "https://rpa-robin.ru" in the dialog box.

Решение

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

Реализация

...


Solution

Use the actions “ Extract URI”, “Message”, “Get value by index”. 

Implementation

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

  2. Drag and drop the “Extract URI” action to the workspace.
    Image Added

  3. Fill in the “Text” parameter of the “Extract URI” 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

Результат

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