Text to file
Create a file based on text. You can also encode the text in base64 format. If it is not available as standard in your Studio, you can download this system service from Grexx Marketplace.
Input
Use a casetype activity to add inputs to the Start text to file
form.
Attribute | Data type | Mandatory? | Description |
---|---|---|---|
Content | String | Yes | Input text. |
Filename | String | Yes | The filename for the generated file (including the file extension). |
Input encoding | String | No | You can specify base64 . Defaults to none |
Output
Outputs are added to the Result text to file
form when the Text to file
case is closed.
Attribute | Data type | Mandatory? | Description |
---|---|---|---|
Output File | File | Yes | Output file. |