leadtime-report-creation.py

What this script is for:
Analyze the values of the Lead-Time value that is associated with each job dependency, so the
most appropriate setting in Control-M would be used to represent the dependecy in the best way,
and the closest to the dependency they had in CA-7.

Invoke the script by: 
              leadtime-report-creation.py -m <mf-inputfile> -d <ds-inputfile> -o <output-report>
    Where:
    <mf-inputfile> - the xml of the MF jobs, as created by the conversion or exported from EM. 
        Default: mf.xml
    <ds-inputfile> - the xml of the DS jobs, as created by the conversion or exported from EM. 
        Default: ds.xml
    <output-report> - the location of the csv report with all the information
        Default: lead_time_report.csv

