EncodeToAscii
Input Text Data to Encode as ASCII (Ignores any chars that aren't interpreted as ASCII).
python · Common Scripts
Details
| ID | EncodeToAscii |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
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 |
commonfields: id: EncodeToAscii version: -1 name: EncodeToAscii script: '' type: python subtype: python3 tags: [] comment: Input Text Data to Encode as ASCII (Ignores any chars that aren't interpreted as ASCII). enabled: true args: - name: data required: true description: Data to be encoded. outputs: - contextPath: asciiencode.encoded description: Data encoded in ASCII. type: string scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)