Get jsonschema from sample records
Project description
getschema
Get jsonschema from sample records
Command line usage:
usage: getschema [-h] [--indent INDENT] [--type TYPE] [--skip SKIP] [--lower]
[--replace_special REPLACE_SPECIAL] [--snakecase]
data
positional arguments:
data json record file
optional arguments:
-h, --help show this help message and exit
--indent INDENT, -i INDENT
Number of spaces for indentation
--type TYPE, -t TYPE Record format (json, csv)
--skip SKIP, -s SKIP Skip first n records. Don't skip the header row.
--lower, -l Convert the keys to lower case'
--replace_special REPLACE_SPECIAL, -r REPLACE_SPECIAL
Replace special characters in the keys with the
specified string
--snakecase, -n Convert the keys to 'snake_case'
getschema file.json
Module functions: (See impl.py)
- infer_schema
- infer_from_json_file
- infer_from_csv_file
- fix_type
Example projects using getschema:
Original repository
Copyright © 2020 Anelen Co., LLC
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
getschema-0.1.2.tar.gz
(5.2 kB
view hashes)
Built Distribution
getschema-0.1.2-py3-none-any.whl
(10.3 kB
view hashes)
Close
Hashes for getschema-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb5bad84f89758696237c64a013aee591c3567a3b850861cadb81627fd665167 |
|
MD5 | 8431b52a9193909868d9a760523db774 |
|
BLAKE2b-256 | 0cb163296da636ec1ff8948e033a6dd3dcc47951382d7a8b817523c14260ddec |