Skip to content

How to describe the table schema of a multi-page spreadsheet? #655

Answered by roll
vitorbaptista asked this question in Q&A
Discussion options

You must be logged in to vote

It's possible with Frictionless Framework and I'm going to work on this as a pattern (Table Dialect Spec) for the specs:

{
    "name": "my-data",
    "title": "My data",
    "resources": [
        {
            "name": "data",
            "path": "data.xls",  // Excel file with multiple pages
            "schema": { /* Table schema */ }
            "dialect": {
               "sheet": "Sheet1"
            }
        },
        {
            "name": "data",
            "path": "data.xls",  // Excel file with multiple pages
            "schema": { /* Table schema */ }
            "dialect": {
               "sheet": "Sheet2"
            }
        }
    ]
}

The same approach works for SQL da…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by roll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #654 on April 06, 2021 10:32.