{"id":47852058,"url":"https://github.com/chillmatin/enpara-transactions-parser","last_synced_at":"2026-04-03T22:04:09.754Z","repository":{"id":348690639,"uuid":"1194577376","full_name":"chillmatin/enpara-transactions-parser","owner":"chillmatin","description":"Converting Enpara Transactions Report to more useful file formats like csv, json, xlsx, or ofx.","archived":false,"fork":false,"pushed_at":"2026-04-02T10:05:14.000Z","size":2473,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T00:48:11.918Z","etag":null,"topics":["banking","enpara","fintech","go","ofx","parser"],"latest_commit_sha":null,"homepage":"","language":"Go","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/chillmatin.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":"2026-03-28T14:47:37.000Z","updated_at":"2026-04-02T10:05:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chillmatin/enpara-transactions-parser","commit_stats":null,"previous_names":["chillmatin/enpara-transactions-parser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chillmatin/enpara-transactions-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillmatin%2Fenpara-transactions-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillmatin%2Fenpara-transactions-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillmatin%2Fenpara-transactions-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillmatin%2Fenpara-transactions-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chillmatin","download_url":"https://codeload.github.com/chillmatin/enpara-transactions-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chillmatin%2Fenpara-transactions-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31379455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T21:40:47.592Z","status":"ssl_error","status_checked_at":"2026-04-03T21:40:05.436Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["banking","enpara","fintech","go","ofx","parser"],"created_at":"2026-04-03T22:04:09.150Z","updated_at":"2026-04-03T22:04:09.747Z","avatar_url":"https://github.com/chillmatin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-blue)](#)\n[![Issues - enpara-transactions-parser](https://img.shields.io/github/issues/chillmatin/enpara-transactions-parser)](https://github.com/chillmatin/enpara-transactions-parser/issues)\n[![GitHub Release](https://img.shields.io/github/v/release/chillmatin/enpara-transactions-parser)](#)\n[![Go Version](https://img.shields.io/github/go-mod/go-version/chillmatin/enpara-transactions-parser)](#)\n\n\u003c/div\u003e\n\n\u0026nbsp;\n\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/chillmatin/enpara-transactions-parser/blob/main/docs/assets/logo.png?raw=true\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/chillmatin/enpara-transactions-parser/blob/main/docs/assets/logo.png?raw=true\"\u003e\n    \u003cimg alt=\"matinhuseynzade.com logo\" src=\"https://github.com/chillmatin/enpara-transactions-parser/blob/main/docs/assets/logo.png?raw=true\" width=512\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003ca\u003eEnpara Transactions Parser\u003c/a\u003e\n  \u003cbr/\u003e\n  Convert Enpara PDF account statements to CSV, JSON, XLSX, or OFX.\n\u003c/h3\u003e\n\n## Quick Start\n\n\nDownload a binary for your OS from the [Releases](https://github.com/chillmatin/enpara-transactions-parser/releases) page, or build from source:\n   ```sh\n   git clone https://github.com/chillmatin/enpara-transactions-parser.git\n   cd enpara-transactions-parser\n   make build\n   cd bin\n   ```\n   Binaries are in the `bin/` directory.\n\nAfter obtaining binaries, there are two ways you can use this tool: `enpara-api` and  `enpara-cli`\n\n### `enpara-api` tool\n1. Start the API server:\n   ```sh\n   ./enpara-api --swagger\n   ```\n   Visit http://localhost:8080/swagger for interactive API docs.\n\n### `enpara-cli` tool\n2. Place your Enpara statement PDF (e.g. `1- Enpara Hesap Hareketleri.pdf`) in the current directory. \n\n3. Convert to CSV (default):\n   ```sh\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\"\n   ```\n   This creates `1- Enpara Hesap Hareketleri.csv` in the same folder.\n\n4. Convert to JSON, XLSX, or OFX:\n   ```sh\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --format json\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --format xlsx\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --format ofx\n   ```\n\n5. Choose PDF parser type (default: auto):\n   ```sh\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --type auto\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --type type1\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --type type2\n   ```\n\n6. Set output file name:\n   ```sh\n   ./enpara-cli \"1- Enpara Hesap Hareketleri.pdf\" --format csv --output my.csv\n   ```\n\n## PDF Types\n\n- `type1`: Manual statement layout (existing parser behavior).\n- `type2`: Automatic monthly statement layout with columns `Tarih`, `Açıklama`, `Tutar`, `Bakiye`.\n- `auto`: Detects layout from PDF text and chooses `type1` or `type2`.\n\nFor `type2`, an `NFC` field is included in JSON/CSV/XLSX outputs as `1` or `0`.\n\n## API Parameters\n\n`POST /api/v1/convert` multipart form fields:\n\n- `file` (required): PDF file.\n- `format` (optional): `json|csv|xlsx|ofx` (default `json`).\n- `type` (optional): `auto|type1|type2` (default `auto`).\n\n\n## Usage and Help\n\nShow all Makefile targets:\n```sh\nmake help\n```\n\nShow CLI help:\n```sh\n./enpara-cli --help\n```\n\nShow API help:\n```sh\n./enpara-api --help\n```\n\n\n## Build for All Platforms\n\nGenerate release artifacts:\n```sh\nmake release\n```\n\nArtifacts are written to `dist/`.\n\n## Verify Release Integrity and Authenticity\n\nAssume you downloaded the release files into one folder.\n\n1. Create a local keyring from the bundled public key and verify the checksum signature:\n   ```sh\n   gpg --no-default-keyring --keyring ./release-public-key.gpg --verify CHECKSUMS.sha256.asc CHECKSUMS.sha256\n   ```\n\n2. Verify file integrity:\n   ```sh\n   sha256sum -c CHECKSUMS.sha256\n   ```\n\nThe first check confirms the checksums were signed by the release key without adding it to your normal keyring. The second check confirms the zip contents match the published checksums.\n\n\n## Need Help?\nOpen an issue on [GitHub](https://github.com/chillmatin/enpara-transactions-parser/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillmatin%2Fenpara-transactions-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchillmatin%2Fenpara-transactions-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillmatin%2Fenpara-transactions-parser/lists"}