EncodeToAscii
This Script is part of the Common Scripts Pack.#
Supported versions
Available on Cortex XSOAR, Cortex XSIAM, and Cortex XPANSE.
Returns inputed text data that will be encoded into ASCII. This ignores any chars that can't be interpreted as ASCII.
Script Data#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | - |
Inputs#
| Argument Name | Description |
|---|---|
| data | The data to be encoded. |
Outputs#
| Path | Description | Type |
|---|---|---|
| asciiencode.encoded | The data encoded in ASCII. | string |