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

e.etl-unit.etlunit-core.1.6.0.source-code.htmlDiffReport.vm Maven / Gradle / Ivy



	


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
Change Type Order Key Source Row Target Row Column Name Source Value Target Value
$row.lineType $row.orderKeyEncoded #if ($row.lineType != 'added') $row.sourceRecordNum #end #if ($row.lineType != 'removed') $row.targetRecordNum #end #if ($row.lineType == 'changed') $row.columnName #end #if ($row.lineType == 'changed') '$row.sourceValueEncoded ' #elseif ($row.lineType == 'removed') REMOVED #end #if ($row.lineType == 'changed') '$row.targetValueEncoded ' #elseif ($row.lineType == 'added') INSERTED #end
#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy