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

Ключ

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

...

Replace text Version 1 (Python)

...

Action group:

...

Office

Описание

Действие заменяет все вхождения строки в документе другой строкой

Иконка действия

Image Removed

Настройки

...

Description

The action replaces all occurrences of a string in the document with another string

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextContext for working with a documentRobin.OpenTextDo c
Yes
ReplaceThe text to be replaced

Свойство

Описание

Тип

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

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

Параметры

Контекст

Контекст для работы с документом

Robin.OpenTextDoc

Да

Заменить

Текст, который необходимо заменить
Robin.String
Да

Yes

На

Новое значение для текста, который необходимо заменить
OnThe new value for the text to be replacedRobin.String
Да

Yes

Заменить совпадение

При выборе соответствующего значения будут заменены все совпадения или только первое
Replace matchSelecting the appropriate value will replace all matches or just the first oneRobin.String

Да

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

Отсутствуют

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

Задача: существует файл test.docx со списком имен.

Image Removed

Необходимо открыть документ и заменить имя Мария на имя Ольга. Далее, сохранить документ и закрыть. 

Решение: воспользоваться действием "Открыть", "Заменить текст", "Сохранить", "Закрыть". 

Реализация:

...


Yes

Special conditions of use

None.

Example of use

Task 

There is a file test.docx with a list of names.

Image Added

It is necessary to open the document and replace the name Maria with the name Olga. Next, save the document and close it. 

Solution

Use the "Open", "Replace text", "Save", "Close" actions.

Implementation

  1. Assemble a robot scheme consisting of the actions: "Open", "Replace text", "Save", "Close". 
  2. Set the "Open" action parameter. 
    In the "Path to file" field specify the path to the file test.docx
    Image Added
  3. Set the parameters for the "Replace text" action: 
    In the "Context" field, specify the context created in step 1
    In the "Replace" field specify the value to be replaced.
    In the "On" field specify the new value.
    In the "Replace match" field, specify the first match. 
    Image Added
  4. Move the "Save" action to the workspace and set its parameter.
    In the context field specify the context of the open document.
    Image Added
  5. Move the "Close" action to the workspace and set its parameter.
    Image Added

  6. Click "Start" in the top panel.

Result

The program robot completed successfully.

The required text in the document is replaced. The file is saved and closed

...

Результат:

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