Skip to content

Detect if resource is tabular #288

Description

@peterdesmet

To support better error messages, we need to detect if a resource is tabular. This could be done with a is_tabular() function (Data Package v1 only).

flowchart LR
    a["profile: tabular-data-resource"] --> tabular
    b["mediatype: text/csv"] --> tabular
    c["mediatype: application/gzip"] --> tabular?
    d[else] --> not_tabular
Loading

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions