collide-multi-sched.py

What this script is for:

When the CA7 Conversion option MULTSCHD=D was specified, Lead Job that has multiple SCHIDs 
are converted to multiple Scheduling libraries, one per SCHID.

This script merge all those folders into a large comided SMART folder, with multiple occurences of
the flows, one occurence per SCHID.

Invoke the script by: 
              colide-multi-sched.py -i <inputfile> -o <outputfile> [-s <schedule-library>] [-f <suffix>] [-c <comparedir>]

Parameters:
-i <inputfile> - name of the xml job definition created by the MF Conversion tool
-o <outputfile> - name of the xml will create the results of the process
-s <schedule-library> - <optional> name of the scheduling library of the merged folders. 
                        Default is the library used by the existing folders
-f <suffix> - <optional> value specifid in the CA7 Conversion option SFXCND. Default is _OK
-c <compar-dir> - <optional> directory to contain of the original files, but save in the same format as the output
