Skip to content

Convert Synchrony bank statements to CSV using python. Tested on Amazon Credit Card statements.

Notifications You must be signed in to change notification settings

wyler0/SynchronyToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone the repo git clone https://github.com/wyler0/SynchronyToCSV.git
  2. Cd into cloned dir cd SynchronyToCSV
  3. Setup env conda env create -f "env.yml"
  4. Enable execution file mode on parse.py chmod +x parse.py

Usage

  1. Call the parser with the statement(s) exported from Synchrony's website ./parse <path/to/statement1.pdf> <path/to/statement2.pdf> ...

  2. Resulting CSV files are written per file to the same as the input path but as .csv: <path/to/statement1.csv> <path/to/statement2.csv>

About

Convert Synchrony bank statements to CSV using python. Tested on Amazon Credit Card statements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages