{"id":20886910,"url":"https://github.com/atao/csv2db","last_synced_at":"2026-04-19T20:39:18.024Z","repository":{"id":217469612,"uuid":"743961144","full_name":"atao/csv2db","owner":"atao","description":"📋 Convert CSV to SQLite Database.","archived":false,"fork":false,"pushed_at":"2024-01-23T09:24:04.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T09:35:05.848Z","etag":null,"topics":["csv-parser","python","sqlite"],"latest_commit_sha":null,"homepage":"","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/atao.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-16T10:57:13.000Z","updated_at":"2024-01-16T10:58:02.000Z","dependencies_parsed_at":"2024-01-23T10:57:57.870Z","dependency_job_id":null,"html_url":"https://github.com/atao/csv2db","commit_stats":null,"previous_names":["atao/csv2db"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atao/csv2db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atao%2Fcsv2db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atao%2Fcsv2db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atao%2Fcsv2db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atao%2Fcsv2db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atao","download_url":"https://codeload.github.com/atao/csv2db/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atao%2Fcsv2db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32022557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csv-parser","python","sqlite"],"created_at":"2024-11-18T08:18:26.984Z","updated_at":"2026-04-19T20:39:18.003Z","avatar_url":"https://github.com/atao.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv2db\n📋 Convert CSV to SQLite Database.\n\n## Purpose\n\nEasily transform a csv file into a SQLite database.\n\n## Requirements\n```\npip install -r requirements.txt\n```\n\n## Usage and options\n\n```\nUsage: csv2db.py [OPTIONS]\n\nOptions:\n  --version                  Show the version and exit.\n  -i, --csvfile TEXT         CSV file  [required]\n  -sep, --separator TEXT     CSV field separator.  [default: ;]\n  -chk, --chunksize INTEGER  Number of rows per chunk to process.  [default:\n                             10000]\n  -d, --database TEXT        Database name.  [default: database.db]\n  -t, --table-name TEXT      Table name.  [default: data]\n  -idx, --include-index      Include index in SQLite Database.\n  -v, --verbose              Verbose mode.\n  -h, --help                 Show this message and exit.\n```\n\n## Quickstart\nJust run for example :\n```\n(.venv) ME \u003e python .\\csv2db.py -i .\\adresses-31.csv -sep \";\" -chk 10000 -d 31 -idx -v\n```\n\nOutput :\n```\n[+] Importing .\\adresses-31.csv into SQLite database 31.db\n[+] 10000 rows added to the database\n[+] 10000 rows added to the database\n...\n[+] 10000 rows added to the database\n[+] 5214 rows added to the database\n[+] CSV data import process completed.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatao%2Fcsv2db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatao%2Fcsv2db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatao%2Fcsv2db/lists"}