File to text
Request the contents of a file in text or base64 format so that you can use it in your application. You can download this system service from Grexx Marketplace.
Input
Use a casetype activity to add inputs to the Start file to text form.
| Attribute | Data type | Mandatory? | Description |
|---|---|---|---|
| Charset | String | No | Picklist of supported input text formats: ISO-8859-1, US-ASCII, UTF-16, UTF-16BE, UTF-16LE or UTF-8. |
| File | File | Yes | The input file. |
| Output encoding | String | No | Supported values: none (default) or base64. |
Output
Outputs are added to the Result file to text form when the File to text case is closed.
| Attribute | Data type | Mandatory? | Description |
|---|---|---|---|
| Text | String | Yes | Output text. |