undatum web

Local sample explorer — not the whole file, not a spreadsheet, not the Data API.

{% if error %}{% endif %} {% if notice %}{% endif %}
{% if session %}

{{ session.source }} · {{ session.format_name or "unknown" }} · {{ session.encoding or "auto" }} · sample {{ grid|length }}/{{ session.sample_rows|length }} {% if session.filter_expr %} · filter: {{ session.filter_expr }}{% endif %} {% if session.truncated %} · first {{ session.sample_limit }} (not full file) {% else %} · full file fits in sample{% endif %}

$ {{ session.last_cli or "" }}

{% for name in session.headers %} {% endfor %} {% for row in grid %} {% for cell in row %} {% endfor %} {% endfor %}
{{ name }}
{{ cell }}
{% else %}

Open a local path, an s3:// URI, or upload a file. The table shows a sample of at most {{ sample_limit }} rows.

{% endif %} {% if result %}

{{ result.title }}

$ {{ result.cli }}

{% for name in result.headers %} {% endfor %} {% for row in result.rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ name }}
{{ cell }}
{% endif %} {% if actions %}

Equivalent CLI

    {% for action in actions %}
  • {{ action.title }}{{ action.cli }}
  • {% endfor %}
{% endif %}