resolve-temp-variables-usage.py

What this script is for:
Resolve fields that are populated with temporary variables (like %%1 %%2),
so they have the real value.

What the script does:
The script process all jobs, and each usage of temporary variable is 
replaced with the actual value and the temporary variable is removed.


Script usage:

Invoke the script by: 
      resolve-temp-variables-usage.py -i <inputfile> -o <outputfile> [-c <comparefile>]
