- Clone the repo
git clone https://github.com/wyler0/SynchronyToCSV.git - Cd into cloned dir
cd SynchronyToCSV - Setup env
conda env create -f "env.yml" - Enable execution file mode on parse.py
chmod +x parse.py
-
Call the parser with the statement(s) exported from Synchrony's website
./parse <path/to/statement1.pdf> <path/to/statement2.pdf> ... -
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>