Action group: Base action Subgroup: General
The action decodes the specified data string from Base64 to a file:
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data | A string with Base64 encoded data. | Robin.String | Yes | |
File name | The name of the file(with or without extension) that will contain the decoded data. To set the file extension, you put a dot after the name and specify the extension. | Robin.String | Yes | |
Folder path | Path to the folder where the decoded data file will be saved. | Robin.FolderPath | C:\doc\img | Yes |
Overwrite | If set to true, the file is overwritten if a file with the same name is published. If the value is "false", then if there is no file with the same name, the robot throws an error. | Robin.Boolean | true | No |
Results | ||||
Result | Path to the file with decoded data. | Robin.FilePath |
Decode without the file extension.
Move the "Decode from Base64" to the workspace.
Set the parameters correctly. "Data" - a string in Base64, "File name" - a name with valid symbols without extension.
Launch the robot.
Select a file to decode from Base64.
Open "Base actions" action group.
Move the "Decode from Base64" action to the workspace.
Click on the action.
Action setting:
"File name" parameter. Set a file name with or without an extension.
In the "Folder path" set the path to the file folder.
6. Click "Start" in the top panel to start the robot.
The output of the action is the path to the file without the extension with decoded data.