ThreeDigitAlphaCountryCodeToCountryName
Script for converting country names based on 3 letter Alpha codes.
python · CyCognito
Details
| ID | ThreeDigitAlphaCountryCodeToCountryName |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/pycountry:1.0.0.10120494 |
| Tags | transformer |
README
Script for converting country names based on 3 letter Alpha codes.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
Inputs
| Argument Name | Description |
|---|---|
| value | Three digit country code |
Outputs
There are no outputs for this script.
commonfields: id: ThreeDigitAlphaCountryCodeToCountryName version: -1 name: ThreeDigitAlphaCountryCodeToCountryName script: '' type: python tags: - transformer comment: Script for converting country names based on 3 letter Alpha codes. enabled: true args: - name: value description: Three digit country code. isArray: true scripttarget: 0 subtype: python3 dockerimage: demisto/pycountry:1.0.0.10120494 runas: DBotWeakRole fromversion: 6.2.0 tests: - No tests (auto formatted)