{"id":30057120,"url":"https://github.com/dimasmith/dbo_csv","last_synced_at":"2025-08-07T23:47:45.990Z","repository":{"id":303302072,"uuid":"1015022529","full_name":"dimasmith/dbo_csv","owner":"dimasmith","description":"A crate to parse DBO bank statement format","archived":false,"fork":false,"pushed_at":"2025-07-06T22:30:52.000Z","size":0,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T22:32:48.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dimasmith.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}},"created_at":"2025-07-06T21:33:14.000Z","updated_at":"2025-07-06T21:59:22.000Z","dependencies_parsed_at":"2025-07-06T22:32:52.055Z","dependency_job_id":"ab4f8e42-5cc4-4f5c-bb4e-11c9a1ceb339","html_url":"https://github.com/dimasmith/dbo_csv","commit_stats":null,"previous_names":["dimasmith/dbo_csv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dimasmith/dbo_csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fdbo_csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fdbo_csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fdbo_csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fdbo_csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimasmith","download_url":"https://codeload.github.com/dimasmith/dbo_csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fdbo_csv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269343176,"owners_count":24401077,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"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":[],"created_at":"2025-08-07T23:47:44.943Z","updated_at":"2025-08-07T23:47:45.907Z","avatar_url":"https://github.com/dimasmith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBO CSV\n\n`dbo_csv` is a simple crate to read CSV documents of DBO format.\n\nI'm planning to use it in the [monotax](https://github.com/dimasmith/monotax) project later.\n\nThis crate won't be published on crates.io - it's hardly useful to anyone except me.\n\n## DBO format\n\nFirst thing first - DBO is a company providing banking systems to a few banks in Ukraine.\n\nThe statement format isn't tricky, but a bit annoying to work with. It is a CSV file with `;` as a separator.\nAn annoying part is that it's encoded in `Windows-1251`. Yeah, it's 2025, and still not `UTF-8`, can you imagine?\n\n## Implementation\n\nThe crate uses `serde` to deserialize the CSV file into a struct.\n\nDBO uses the `%d.%m.%Y %H:%M:%S` date format. While it looks reasonable, it requires a custom deserializer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimasmith%2Fdbo_csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimasmith%2Fdbo_csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimasmith%2Fdbo_csv/lists"}