commonfields: id: ConvertXmlFileToJson version: -1 name: ConvertXmlFileToJson script: '' type: python subtype: python3 tags: - Utility comment: Converts XML file entry to JSON format enabled: true args: - name: entryID required: true default: true description: Entry ID of a valid xml file to convert to json format. - name: contextKey description: The context key to push json result to. - name: verbose auto: PREDEFINED predefined: - "True" - "False" description: Print json result to warrom. defaultValue: "True" scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/xml-feed:1.0.0.10133006 tests: - No tests (auto formatted)