All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.bradleysmithllc.etlunit.etlunit-core.4.6.0-eu.source-code.htmlDiffReport.vm Maven / Gradle / Ivy

The newest version!


	


Diff reports for ${bean.method.qualifiedName}
#foreach( $operationDiff in $bean.diffList )
${operationDiff.operation.operationName} (#if ($operationDiff.operation.operands) $operationDiff.operation.operands.jsonNode #end);
$operationDiff.failureId
#foreach( $row in $operationDiff.diffGrid.rows ) #end
Value Row Order Key Action Column Row Value
$operationDiff.expectedId
$operationDiff.actualId
#if ($row.lineType == 'changed') '$row.sourceValueEncoded' #end #if ($row.lineType != 'added') $row.sourceRecordNum #end $row.orderKeyEncoded #if ($row.lineType == 'removed') << #elseif ($row.lineType == 'added') >> #else <> #end #if ($row.lineType == 'changed') $row.columnName #end #if ($row.lineType != 'removed') $row.targetRecordNum #end #if ($row.lineType == 'changed') '$row.targetValueEncoded' #end
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy