...
The action saves the content of a JSON to a file with extension .json.
Action icon
Image AddedImage Removed
Settings of parameters
СвойствоОписаниеТипПример заполнения | Обязательность заполнения поля | ПараметрыFilling example | Mandatory field |
Parameters |
JSON | JSON |
, который будет сохранятьсяДаИмя файла | Имя файла без указания расширенияFile name | Name of file without extension | Robin.String |
Да | Путь к папке | Папка, в которую необходимо сохранить файл
| Yes |
Folder path | Folder for saving file. | Robin.FolderPath | C:\doc\img |
ДаКодировка | Кодировка содержимого строкиEncoding | Encoding used to write the JSON. | Robin.String |
НетРезультатыРезультат | Путь к сохраненному Result | Path to saved 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.
...