From TabularInterfaceSettings.yaml (scalpel/TabularInterfaceSettings.schema
)
---
{}
---
airtable:
url: airtable://appHello/Table%20Name
status_column: Status
---
csv:
url: s3://bucket/file.csv
skip_header_row: true
headers: [Column A, Column B, Status]
---
excel:
url: file://./data/file.xlsx
---
google:
url: https://docs.google.com/spreadsheets/d/xxx12345/edit
chunk_size: 1024
---
gsheets:
url: https://docs.google.com/spreadsheets/d/xxx12345/edit
chunk_size: 1024
---
tabular:
url: http://www.example.com/data.tsv # will infer reader type from url