{% set facet='validate' %} {% if recipe.name %} Validate {{ recipe.name }} @ HXL Proxy {% else %} Validate dataset @ HXL Proxy {% endif %} {% include "includes/headers.html" %} {% set page_help='Validation-page' %} {% include "includes/navbar.html" %}

{% if recipe.name %} Validate {{ recipe.name }} {% else %} Validate dataset {% endif %}

{% if error_report %}

Download as: JSON

{% endif %}
{% if severity=='error' %} {% set count = error_report.stats.error %} {% elif severity=='warning' %} {% set count = error_report.stats.error + error_report.stats.warning %} {% else %} {% set count = error_report.stats.total %} {% endif %} {% if error_report.stats.total == 0 %}

Validation succeeded with no issues.

{% else %}
{% if not recipe.recipe_id %} {% include "includes/params.html" %} {% endif %}

Showing {{ count }} of {{ error_report.stats.total }} issue location(s)

{% if count == 0 %}

No issues to show at this level. Try a different error level to see more.

{% else %} {% for issue in error_report.issues %} {% if severity=='info' or issue.severity=='error' or severity==issue.severity %} {% endif %} {% endfor %}
Severity Locations Explanation Scope HXL tag pattern
{{ issue.severity }} See {{ issue.location_count }} location(s) {{ issue.description }} {{ issue.scope }} {{ issue.tag_pattern }}
{% endif %} {% endif %}
{% include "includes/scripts.html" %} {% include "includes/chooser-scripts.html" %}