{"id":16876900,"url":"https://github.com/soxoj/1c-database-converter","last_synced_at":"2025-04-11T11:33:07.951Z","repository":{"id":37793776,"uuid":"486741233","full_name":"soxoj/1c-database-converter","owner":"soxoj","description":"Converts binary files of 1C (1CD, cf, epf, efd, etc.) to grepable CSV","archived":false,"fork":false,"pushed_at":"2024-02-12T18:43:56.000Z","size":39,"stargazers_count":12,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T04:12:06.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/soxoj.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}},"created_at":"2022-04-28T20:36:25.000Z","updated_at":"2024-11-29T16:12:54.000Z","dependencies_parsed_at":"2024-10-13T15:40:53.457Z","dependency_job_id":null,"html_url":"https://github.com/soxoj/1c-database-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"soxoj/osint-cli-tool-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2F1c-database-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2F1c-database-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2F1c-database-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soxoj%2F1c-database-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soxoj","download_url":"https://codeload.github.com/soxoj/1c-database-converter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248384189,"owners_count":21094684,"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":[],"created_at":"2024-10-13T15:40:51.585Z","updated_at":"2025-04-11T11:33:07.910Z","avatar_url":"https://github.com/soxoj.png","language":"Python","funding_links":[],"categories":["[](#table-of-contents) Table of contents"],"sub_categories":["[](#netflix)Netflix"],"readme":"# 1C database converter\n\n\n1C is a very popular program in CIS countries for storing data in enterprises (accounting, document management, etc.).\n\nThe purpose of this tool is to extact and export to CSV content of `1CD` and other 1C files.\n\n**Attention!** Not all content can be converted to text. Use 1C [official software](https://online.1c.ru/catalog/programs/program/18610119/) to explore binary data.\n\n## Usage\n\n```sh\n$ python3 -m onec_database_converter \u003cfile\u003e\n\n# or simply\n\n$ onec_database_converter \u003cfile\u003e\n\n# or locally without installing\n\n$ ./run.py \u003cfile\u003e\n```\n\nSpecify files one or more times:\n```sh\n$ onec_database_converter conf.cf 8-2-14.1CD\nTarget: conf.cf\nResults found: 1\n1) Out Dir: conf.cf_unpack\nFile Type: container\nStatus: Exported content of container file\n\n------------------------------\nTarget: 8-2-14.1CD\nResults found: 1\n1) Out Dir: 8-2-14.1CD_csv\nFile Type: 1CD\nStatus: Exported content of 1CD file\n\n------------------------------\nTotal found: 2\n```\n\nOr use a file with files list:\n```sh\n$ onec_database_converter --target-list files.txt\n```\n\nOr combine tool with other through input/output pipelining:\n```sh\n$ cat list.txt | onec_database_converter --targets-from-stdin\n```\n\n## Installation\n\nMake sure you have Python3 and pip installed.\n\n\n\u003cdetails\u003e\n\u003csummary\u003eManually\u003c/summary\u003e\n\u003c/br\u003e\n\n1. Clone or [download](https://github.com/soxoj/osint-cli-tool-skeleton/archive/refs/heads/main.zip) respository\n```sh\n$ git clone https://github.com/soxoj/osint-cli-tool-skeleton\n```\n\n2. Install dependencies\n```sh\n$ pip3 install -r requirements.txt\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eAs a the package\u003c/summary\u003e\n\u003c/br\u003e\n\nYou can clone/download repo and install it from the directory to use as a Python package.\n```sh\n$ pip3 install .\n```\n\nAlso you can install it from the PyPI registry:\n```sh\n$ pip3 install https://github.com/soxoj/osint-cli-tool-skeleton\n```\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoxoj%2F1c-database-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoxoj%2F1c-database-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoxoj%2F1c-database-converter/lists"}