Skip to content

A tool to convert PDF bank statements from SCB Bank in Thailand to CSV format

License

Notifications You must be signed in to change notification settings

shlomki/scb-statement-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCB Statement Converter

SCB Statement Converter is a tool to convert PDF bank statements from SCB Bank in Thailand to CSV format. The CSV files can then be imported into Excel or Google Sheets for better bookkeeping and tracking of your spending.

Click here to go to the converter

Disclaimer

  1. This tool is not affiliated, endorsed, or supported by SCB in any way, shape, or form. Use it at your own risk!
  2. If SCB changes the format of their PDF statements, this tool will very likely stop working immediately.
  3. Please note, converted files are not encrypted.

Features

  • Converts SCB bank statements (PDF) into CSV format.
  • Performs the conversion right in your browser or on your machine, your data stays safe as it doesn't get uploaded anywhere.
  • Supports batch processing of multiple PDF files (by running the python script on your machine).

Screenshot

Web UI

Usage Instructions

Option 1: Use the Web UI

Steps

  1. Click here.
  2. Choose your bank statement PDF file from SCB.
  3. Enter the password for the PDF file.
  4. Click "Convert to CSV".
  5. Click "Download CSV".

Option 2: Running the Python script locally on your machine

Prerequisites

  • Install Python 3.11
  • Install required dependencies:
    pip install pypdf

Steps

  1. Place all your SCB PDF statements in a folder.

  2. Copy the file convert.py to that folder.

  3. Using the command line / shell, run the script:

    python convert.py PDF_PASSWORD
    • Replace PDF_PASSWORD with the password required to open the SCB bank statements.

Output

  • The script will generate CSV files in the same directory as the PDF files.
  • The CSV files can be opened in Excel, Google Sheets, or any other spreadsheet application.

Problems?

If something isn't working for you, please check that you've followed the installation instructions first, and look at the logs / console window of the browser. Make sure you're using the right password for your PDFs by opening them up manually.

If you see an error in the logs and can't figure it out, please create a new issue, attach the logs, and I'll try to help as much as I can.

License

This project is licensed under the Apache License.

About

A tool to convert PDF bank statements from SCB Bank in Thailand to CSV format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published