История страницы
...
Save to file Version 7 (Java)
Группа действийAction group: JSON
Описание
Действие сохраняет содержимое JSON в файл с расширением .json.
Иконка
Настройки
...
Description
The action saves the content of a JSON to a file with extension .json
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
JSON | JSON to be saved |
JSON
Robin.JSON |
Yes |
Имя файла
File name | Name of file without extension | Robin.String |
Да
Путь к папке
Yes | |||
Folder path | Folder for saving file. | Robin.FolderPath | C:\doc\img |
Yes |
Encoding | Encoding used to write the JSON. | Robin.String |
No |
Results |
Результат
Result | Path to saved JSON | Robin.FilePath |
Особые условия использования
Отсутствуют
Пример использования
Задача
Преобразовать строку в JSON и сохранить документ на рабочий стол.
Решение
Special conditions of use
None.
Example of use
Task
Convert a string to JSON and save the document to workspace.
Solution
Use the Воспользоваться действиями "Convert a string to a JSON", "Save to file" actions.
Реализация
Implementation
- Assemble a robot scheme with the actions.Собрать схему робота, состоящего из действий:
- Настроить параметры действия Set the "Convert a string to a JSON" action parameters.
- Настроить параметры действия Set the "Save to file" action parameters.
- Нажать на кнопку Click "Старт" в верхней панели.
Результат
- Start" in the top panel.
Result
The program robot completed successfully.Программный робот отработал успешно.
Документ
JSON сохранен по указанному пути. The JSON document was saved to the specified path.
Обзор
Инструменты контента