Skip to content

Script to transform multiple bank account exports into a single consistent format. Also to have a crack at some simple Python.

Notifications You must be signed in to change notification settings

Julian-Robinson/transaction-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transaction Parser

Crude Python scipt to transform multiple bank transaction exports from several formats into a consistent format for review/import. Mostly written as a simple intro to Python for myself.

  • Processes all files in the data directory.
  • Outputs csv file containing transactions date, details and amount to the output directory.
  • Moves all files in data into a processed directory on completion.

About

Script to transform multiple bank account exports into a single consistent format. Also to have a crack at some simple Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages