Details
| ID | RemoveNullBytes |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | general transformer |
README
Removes null bytes from string.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | general, transformer |
Inputs
| Argument Name | Description |
|---|---|
| value | The string value to remove null bytes |
Outputs
There are no outputs for this script.
commonfields: id: RemoveNullBytes version: -1 name: RemoveNullBytes script: '' type: python subtype: python3 tags: - general - transformer comment: Removes null bytes from string. enabled: true args: - name: value required: true default: true description: The string value to remove null bytes. scripttarget: 0 isllm: false runonce: false dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)