Skip to content

marvinbernhardt/postbank2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postbank2csv

Convert Postbank account statements to a csv file.

Inspired by https://github.com/FlatheadV8/Postbank_PDF2CSV.

Dependencies

  • python >= 3.6
  • pdftotext from poppler

Input

Postbank account statement pdf files from July 2017 or later. Before the format was different.

Output

On stdout, all statements, in the order they appeared in the pdf file(s). The columns are: date, type, amount, purpose. Values are comma separated and, if needed, inside double quotes.

Usage

postbank2csv.py [-h] pdf_file [pdf_file ...]

About

Convert Postbank account statements to a csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages