Save to file Version 7 (Java)
Action group: JSON
Description
The action saves the content of a JSON to a file with extension .json.
Action icon
Settings of parameters
Свойство | Описание | Тип | Пример заполнения | Обязательность заполнения поля |
---|---|---|---|---|
Параметры | ||||
JSON | JSON, который будет сохраняться | Robin.JSON | Да | |
Имя файла | Имя файла без указания расширения | Robin.String | Да | |
Путь к папке | Папка, в которую необходимо сохранить файл. | Robin.FolderPath | C:\doc\img | Да |
Кодировка | Кодировка содержимого строки | Robin.String | Нет | |
Результаты | ||||
Результат | Путь к сохраненному JSON | Robin.FilePath |
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.
The JSON document was saved to the specified path.
Обзор
Инструменты контента