{"id":20806829,"url":"https://github.com/amoghmadan/table2json","last_synced_at":"2025-05-07T05:06:30.939Z","repository":{"id":45147145,"uuid":"291778155","full_name":"amoghmadan/Table2JSON","owner":"amoghmadan","description":"Convert Tabular Data to JSON","archived":false,"fork":false,"pushed_at":"2022-02-09T10:49:48.000Z","size":170,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T05:06:23.868Z","etag":null,"topics":["cli","csv","json","mysql","neo4j","pandas","psv","python","sqlite","tsv","utilties"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Table2JSON/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amoghmadan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-31T17:17:10.000Z","updated_at":"2024-04-15T11:31:07.000Z","dependencies_parsed_at":"2022-08-02T20:45:47.104Z","dependency_job_id":null,"html_url":"https://github.com/amoghmadan/Table2JSON","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FTable2JSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FTable2JSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FTable2JSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FTable2JSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amoghmadan","download_url":"https://codeload.github.com/amoghmadan/Table2JSON/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252817010,"owners_count":21808705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","csv","json","mysql","neo4j","pandas","psv","python","sqlite","tsv","utilties"],"created_at":"2024-11-17T19:27:28.060Z","updated_at":"2025-05-07T05:06:30.926Z","avatar_url":"https://github.com/amoghmadan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table2JSON\nConvert Tabular Data to JSON\n\n**Python 3.7 \u003c= 3.X \u003c 3.11**\n\n**Setup CSV and SQLite (Basic Installation)**\n```bash\npip install table2json  # Setup CSV and SQLite by Default\n```\n\n**Setup (All Installation)**\n```bash\npip install table2json[all]  # Setup All\n```\n\n## Debian [Ubuntu, Mint and Others]\n```bash\nsudo apt-get install python3.X-venv python3.X-dev libssl-dev libmysqlclient-dev build-essential\n```\nNote (Python): Replace X with Python Minor Version\n\n## Redhat [CentOS, Rocky, Fedora and Others]\n```bash\nsudo yum install python3.X python3.X-devel ssl-devel mysql-devel\n```\nNote (Python): Replace X with Python Minor Version\n\nNote (Fedora): Replace yum with dnf\n\nCaution: ```Not a tried and tested method but known to work. If mysql-devel thing does not work replace mysqlclient package with pymysql package in the requirements.txt, setup.cfg, tox.ini and the mysql.py file.```\n\n## Windows\nDownload, MS VS C++ Redistributable: [Microsoft Visual Studio C++ Redistributable]\n\nDownload, Python 3.X: [Python 3.X]\n\nNote (Python): Replace X with Python Minor Version\n\n## Requirements [Build]\n```bash\npip install -r requirements.txt\n```\n\n## Requirements [Development]\n```bash\npip install -r requirements.txt\npip install -r requirements/generic/common.txt\npip install -r requirements/generic/csv.txt\npip install -r requirements/generic/excel.txt\npip install -r requirements/generic/mysql.txt\npip install -r requirements/generic/neo4j.txt\npip install -r requirements/generic/sqlite.txt\n```\n\n## Generate [Build (Distribution and Wheel)]\n```bash\ntox -c . -e py3X-build\n```\n\nNote: Replace X with Python Minor Version\n\n## Install [Wheel]\n```bash\ncd dist\npip install Table2JSON-{version}-py3X-none-any.whl[all]  # All Optionals Will Be Installed\n```\nNote: Replace X with Python Minor Version\n\n# Generate [Executable]\n```bash\ntox -c . -e py3X-build-exe  # All Optionals Will Be Installed\n```\nNote (Python): Replace X with Python Minor Version\n\n## Help\n```bash\nTable2JSON -h\n```\n\n### CSV\n```bash\nTable2JSON csv -h\n```\n\n### Excel\n```bash\nTable2JSON excel -h\n```\n\n### MySQL\n```bash\nTable2JSON mysql -h\n```\n\n### Neo4j\n```bash\nTable2JSON neo4j -h\n```\n\n### SQLite\n```bash\nTable2JSON sqlite -h\n```\n\n[Microsoft Visual Studio C++ Redistributable]: https://www.microsoft.com/en-in/download/details.aspx?id=48145\n[Python 3.X]: https://www.python.org/downloads/windows/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Ftable2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoghmadan%2Ftable2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Ftable2json/lists"}