Convert ADCB and Emirates NBD bank statements into YNAB-compatible CSV files. All processing happens in your browser — your data never leaves your computer.
| Bank | Statement Type | File Format |
|---|---|---|
| ADCB | Account Statement | CSV |
| ADCB | Credit Card Statement | CSV |
| Emirates NBD | Account Statement | |
| Emirates NBD | Credit Card Statement |
- Visit asappia.github.io/uae2ynab
- Drop or select your statement files (CSV or PDF)
- Review the parsed transactions
- Choose export format (Inflow/Outflow or Single Amount)
- Click Export for YNAB and import the downloaded CSV into YNAB
Your data never leaves your browser. PDF parsing and CSV conversion happen entirely client-side using pdf.js. No server, no tracking, no storage.
pnpm install
pnpm run devpnpm run buildOutput goes to dist/public/.
Pushing to main triggers automatic deployment to GitHub Pages via the included workflow.
- React 19 + TypeScript
- Tailwind CSS 4
- pdf.js (client-side PDF parsing)
- Vite
MIT