Skip to main content

Given a Frictionless Table Schema, generates an Excel template with input validation

Project description

tableschema-to-template

Given a Frictionless Table Schema (like this), generate an Excel template with input validation (like this).

Usage

Download a sample schema.yaml, and then:

pip install tableschema-to-template
ts2xl.py schema.yaml template.xlsx
# Open with Excel:
open template.xlsx

Or to use inside Python:

from tableschema_to_template.create_xlsx import create_xlsx
schema = {'fields': [{
  'name': 'a_number',
  'description': 'A number!',
  'type': 'number'
}]}
create_xlsx(schema, '/tmp/template.xlsx')

Additional docs:

Features

  • Enum constraints transformed into pull-downs.
  • Field descriptions transformed into comments in header.
  • Float, integer, and boolean type validation.

Related work

From the Frictionless community:

For the biomedical ontologies community:

  • CEDAR: Data entry tool based on ontologies.
  • Webulous: Google sheets plugin that adds pulldowns based on ontology terms.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tableschema-to-template-0.0.10.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

tableschema_to_template-0.0.10-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file tableschema-to-template-0.0.10.tar.gz.

File metadata

  • Download URL: tableschema-to-template-0.0.10.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.6.12

File hashes

Hashes for tableschema-to-template-0.0.10.tar.gz
Algorithm Hash digest
SHA256 fd789b424a5e45c539aebaf5f5f74e1261b7f16eb4395de28abb6780b0e06171
MD5 8daecce532da23f2cc64693d3029bd9b
BLAKE2b-256 1f6c04d319ac00789847adcd5b55e15970d911a42eed7497cd20329f1fe462d9

See more details on using hashes here.

File details

Details for the file tableschema_to_template-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: tableschema_to_template-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.6.12

File hashes

Hashes for tableschema_to_template-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 bc87fe2e65fb3d90d09f117b71fae663b186f52d4ecb2f6a3aa68b47961bd68d
MD5 84bc8b0e3b4f12da5551a77505bb9db1
BLAKE2b-256 2250b3b4deb848ed412611d98c77cf7bacbc41f1e0e6bd0e8c2ac05e95d54ec0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page