Вы просматриваете старую версию данной страницы. Смотрите текущую версию.

Сравнить с текущим просмотр истории страницы

« Предыдущий Версия 6 Текущий »

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

  1. Assemble a robot scheme with the actions.
  2. Set the "Convert a string to a JSON" action parameters. 
  3. Set the "Save to file" action parameters.
  4. Click "Start" in the top panel.

Result

The program robot completed successfully.

The JSON document was saved to the specified path.

  • Нет меток