文件名称:hone:将CSV转换为自动嵌套的JSON
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-15 02:36:30
Python
磨练 将CSV转换为自动嵌套的JSON。 目录 入门 可作为和。 安装 pip install hone 用法:命令行 $ hone --help usage: hone [-h] [-d [DELIMITERS]] [-s [SCHEMA]] csv_filepath json_filepath positional arguments: csv_filepath Specify the filepath for the file to read CSV data from. To read from standard input, use a dash ( " - " ) as the value json_filepath Specify t
【文件预览】:
hone-master
----LICENSE(1KB)
----examples()
--------example_a.json(870B)
--------example_b.json(342B)
--------example_c.json(509B)
--------example_c.csv(150B)
--------example_b.csv(56B)
--------example_a.csv(228B)
--------README.md(2KB)
----hone()
--------test()
--------__main__.py(1KB)
--------__init__.py(26B)
--------hone.py(6KB)
--------utils()
----setup.py(670B)
----README.md(3KB)