This python script creates a CSV folder/condition xref from XML

It ignores "internal contions" - that is, conditions thare used ONLY inside 
the folder where they are created. 

The output CSV file contains:
Folder Name                             - "local" folder name
Control-M Server Name                   - "local" Control-M server name 
Related Folder Name                     - folder that creates/uses a condition from the "local" folder
Related Folder Control-M Server Name    - server that hosts such folder 
Related by                              - relationship between the two folders (Input/Output)
Condition                               - name of the condition that creates this relationship

usage: folders_condtions_xref.py [-h] -i  -o

options:
  -h, --help  show this help message and exit
  -i          Input XML file
  -o          Output CSV file

Examples:
py folders_condtions_xref.py -help

Will produce a brief description of the script and its parameters


py folders_condtions_xref.py -i 'my_xml.xml' -o 'outxref.csv'

Will read my_xml.xml file and produce outref.csv cross reference report.

quotes around file names are not mandatory, but highly suggested 
