CALC_SCENARIO;INPUT;COLUMN;OPTION;LOW_VALUE;HIGH_VALUE
{{#if sourceToTarget}}
{{@root.pruningViewName}};SRC;{{sourceToTarget.column}};{{{sourceToTarget.operation}}};{{sourceToTarget.lowValue}};{{#if sourceToTarget.highVale}}{{sourceToTarget.highVale}}{{/if}}
{{/if}}
{{#if targetToSource}}
{{@root.pruningViewName}};TRG;{{targetToSource.column}};{{{targetToSource.operation}}};{{targetToSource.lowValue}};{{#if targetToSource.highVale}}{{targetToSource.highVale}}{{/if}}
{{/if}}
