Skip to content

Script to parse the HDFC Credit Card Statement and Generate transaction details

Notifications You must be signed in to change notification settings

rajatpandit/hdfc_creditcard_statement_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HDFC Statement Parser

pip install -r requirements.txt

and running this for statement.pdf

python parser.py -s statement.pdf

this will generate an output.csv file

Original script credit to https://github.com/santosh1994/hdfc-creditcard-statement-parser

Modifed from original

  • Working with a single pdf file and control the output file name
  • Fixed issues with date parsing - org script didn't work for date with timestamps
  • Extended to add the credit/debit as transaction type
  • WIP - categorisation of transactions

About

Script to parse the HDFC Credit Card Statement and Generate transaction details

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages