{"id":42141349,"url":"https://github.com/ali5ter/pdf-to-csv","last_synced_at":"2026-07-01T00:00:56.193Z","repository":{"id":300621505,"uuid":"1006647710","full_name":"ali5ter/pdf-to-csv","owner":"ali5ter","description":"🧩 A simple Bash script for macOS to convert PDF statements into a format compatible with Quicken Simplifi.","archived":false,"fork":false,"pushed_at":"2026-01-13T21:42:41.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T23:58:09.256Z","etag":null,"topics":["bash","financial-data","quicken","quicken-simplifi"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ali5ter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-06-22T18:04:09.000Z","updated_at":"2026-01-13T21:50:58.000Z","dependencies_parsed_at":"2026-01-07T04:07:31.878Z","dependency_job_id":null,"html_url":"https://github.com/ali5ter/pdf-to-csv","commit_stats":null,"previous_names":["ali5ter/pdf-to-csv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ali5ter/pdf-to-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali5ter%2Fpdf-to-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali5ter%2Fpdf-to-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali5ter%2Fpdf-to-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali5ter%2Fpdf-to-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ali5ter","download_url":"https://codeload.github.com/ali5ter/pdf-to-csv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ali5ter%2Fpdf-to-csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34987610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["bash","financial-data","quicken","quicken-simplifi"],"created_at":"2026-01-26T17:13:54.962Z","updated_at":"2026-07-01T00:00:56.179Z","avatar_url":"https://github.com/ali5ter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdf-to-csv\n\nA simple Bash script for macOS to convert PDF statements into CSV format for Quicken Simplifi import.\nUses the correct Simplifi import format (which differs from their documentation).\n\n## Features\n\n- Extracts transaction data from PDF files\n- Converts to Quicken Simplifi-compatible CSV format with proper headers and formatting\n- Interactive confirmation before overwriting files\n- Visual feedback with spinners and colored status messages\n- Easy to use from the command line\n\n## Requirements\n\n- macOS\n- `bash` 4.0+\n- `pdftotext` (part of [poppler-utils](https://poppler.freedesktop.org/))\n- `awk`, `sed`, and other standard Unix utilities\n- [pfb](https://github.com/ali5ter/pfb) - terminal feedback library (must be installed and on `PATH`)\n\n## Installation\n\n1. Clone this repository:\n\n    ```bash\n    git clone https://github.com/ali5ter/pdf-to-csv.git\n    cd pdf-to-csv\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    brew install poppler\n    ```\n\n    Install [pfb](https://github.com/ali5ter/pfb) and ensure it is available on your `PATH`.\n\n3. Make the script executable:\n\n    ```bash\n    chmod +x pdf-to-csv.sh\n    ```\n\n## Usage\n\n```bash\n./pdf-to-csv.sh input.pdf\n```\n\n- `input.pdf`: The PDF statement to convert\n- The resulting CSV file is created in the same directory as the input PDF with a matching name.\n\n## Example\n\n```bash\n./pdf-to-csv.sh statement.pdf\n```\n\nThis will generate `statement.csv` in the same directory.\n\n## Output Format\n\nThe script generates CSV files in the correct Quicken Simplifi import format:\n\n- **Headers**: Date,Payee,Amount,Category,Tags,Notes,Check_No\n- **Date format**: M/D/YYYY (4-digit year required)\n- **Amount format**: No `$` or commas, negative for expenses (e.g., `-50.00`)\n- **All fields quoted**: Ensures compatibility with Simplifi's import\n- **Category field**: Left empty (will import as \"Uncategorized\" in Simplifi)\n\n**Note**: Simplifi's documentation incorrectly shows 2-digit years (M/D/YY),\nbut the actual import requires 4-digit years (M/D/YYYY).\n\n## License\n\nMIT License\n\n## Disclaimer\n\nThis script is provided as-is. Please verify the output before importing into Simplifi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali5ter%2Fpdf-to-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali5ter%2Fpdf-to-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali5ter%2Fpdf-to-csv/lists"}