/hdfc-creditcard-statement-parser

HDFC Diners Statement PDF to cvs converter

Primary LanguagePythonMIT LicenseMIT

HDFC Bank (India) Credit Card Statement Parser

The python based utility is used to parse PDF statements issued by HDFC Bank Credit Card Division.

Acknowledgements

Installation

Install and run project with python 3.x

  pip install -r requirements.txt 

Usage

python run.py --statement-path <path-to-pdf-statment> --password <pdf-password-optional> --show-diners-rewards <flag-for-rewards>
--statement-path - Path to pdf statement file.
--password - <Optional> Password to open the pdf statement.
--show-rewards - <optional> Add Rewards column in output file. Default True

Output

Creates a file named output.csv in the current execution folder.