{% include "includes/headers.html" %} {% set page_help='Home' %} {% include "includes/navbar.html" %}

Data preview

This is an interactive interface for the HXL Proxy's data-preview API call. You can specify all of your parameters here, then the result will be a link that you can copy or bookmark.

Note that this is a raw preview of tabular data, without HXL-hashtag processing.

For Excel only. First sheet is 0. If blank, will look for first sheet with HXL hashtags.

Maximum rows to preview. If blank, show all rows.

Output filename (including extension)

{% if result %}
{% if result.status %}

Yes, I found HXL hashtags!

{% else %}

No, I couldn't read this as HXL :(

{% endif %}
URL

{{ result.url }}

Message

{{ result.message }}

{% if not result.status %}
Error type

{{ result.exception }}

{% if result.args %}
Details
    {% for arg in result.args %}
  • {{ arg }}
  • {% endfor %}
{% endif %} {% endif %}
{% if result.status %} Open in HXL Proxy {% elif result.exception=='HXLTagsNotFoundException' %} Try tagging {% endif %} JSON version
{% endif %}
{% include "includes/scripts.html" %}