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

report-template.step-ProfileValidation.ftl Maven / Gradle / Ivy

The newest version!
<#assign stepName = step.type>



<#list step.bundleNames as bundleKey>
<#assign bundle = step.bundles[bundleKey]>

  <#if instanceOf(bundle, "ValidationBundleStatistics")>
    

<#if bundle.valid >✅<#else>⛔  ${stepName+'/'+bundleKey}

${bundle.parseDescription()}

<#list bundle.queries as query> <#if instanceOf(query, "QueryStatistics")> <#if query.formattedResults?has_content>
${bundleKey}
<#if query.valid>✅<#else>⛔${query.reference}${query.parseDescription()}
    <#list 0..query.formattedResults?size-1 as i>
  • ${query.formattedResults[i]}
<#else> <#--

<#if bundle.valid >✅<#else>⛔  ${stepName+'/'+bundleKey}

--> <#----> <#----> <#----> <#--
${bundleKey}
${bundle.reference}${bundle.description}${bundle.quadsAdded} (${bundle.runs})
-->




© 2015 - 2025 Weber Informatics LLC | Privacy Policy