История страницы
...
Write to text file Version 16 (Java)
Группа действий: Файловая система
Описание
Данное действие предназначено для записи данных в указанный файл.
Иконка
Параметры
Входные параметры
Файл Путь до файла, к которому будет применено действие.
Данные Данные, которые требуется записать.
Кодировка Кодировка, которая используется для записи текста.
Добавить Добавить текст в конец файла.
С новой строки Текст будет добавлен с новой строки.
Настройки
...
Путь до файла, к которому будет применено действие.
Не работает с форматами, открывающими текст в доп. программном обеспечении (.doc, .docx и др).
...
Кодировка, которая используется для записи текста.
Выпадающий список:
- UTF-8
- UTF-16
- Windows-1251
- KOI8-R
- OEM-855
- OEM-866
- ISO 8859-5
По умолчанию UTF-8
...
Добавить текст в конец файла.
Иначе текст будет заменен.
По умолчанию false.
...
Action group: File system
...
Description
This action is intended to write data to the specified file.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
File | Path to the file to which the action will be applied. Does not work with formats opening text in additional software (.doc, .docx, etc. ). | Robin.FilePath | Yes | |
Data | Data to be written. | Robin.Object | Yes | |
Encoding | Encoding used to write the text. Supported encodings are marked on the page https://docs.microsoft.com/en- us/dotnet/api/system.text.encoding?view=netcore-3.1 in the column titled «.NET Framework support». | Robin.String | No | |
Add | Boolean variable, optional. If the value of the variable is True, then the text will be appended to the end of the file. Otherwise, the text will be replaced. By default, the parameter is set to false.. | Robin.Boolean | true | No |
With new line | Boolean variable, optional. If the value of the variable is True, then the text will be added on a new line. By default, the parameter is set to false. | Robin.Boolean | true | No |
Special conditions of use
Only a text file can be written to.
Supported encodings are marked with check marks on the page
Текст будет добавлен с новой строки.
По умолчанию false.
Не играет решающей роли при значении false параметра "Добавить".
...
Особые условия использования
Запись возможна только в текстовый файл.
Поддерживаемые кодировки помечены галочками на странице https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding?view=netcore-3.1 в столбце с названием in the column labeled ".NET Framework support".
Пример использования
Задача
Существует пустой текстовый файл. Необходимо добавить в него текст.
Решение
...
Example of use
Task
There is an empty text file. It is necessary to add text to it.
Solution
Use the "Write to text file" action.
...
Implementation
- Перенести действие Move the "Write to text file" на рабочую областьaction to the workspace.
- Заполнить параметры действия "Set the parameters of the "Write to text file" action.
Нажать на кнопку "Старт" в верхней панели - Click on the "Start" button in the top panel.
Результат
Программный робот отработал успешно.
Result
The program robot completed successfully.
The text has been added to the fileТекст добавлен в файл.