Skip to content

tanerijun/java-bank-statement-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Statement Analyzer

Bank Statement Analyzer take in your bank statement as an input and analyze it.

Introduction

The bank statement has to be a csv file, and formatted like this example:

30-01-2017,-100,Deliveroo
30-01-2017,-50,Tesco
01-02-2017,6000,Salary
02-02-2017,2000,Royalties
02-02-2017,-4000,Rent
03-02-2017,3000,Tesco
05-02-2017,-30,Cinema

Bank Statement Analyzer will analyze the following information:

  1. Total profit and loss
  2. Number of transactions each month
  3. Top-10 expenses
  4. Category with the highest spending

Usage

To use the app, put the file inside src/main/resources/ and run the app with the file name as command line argument.

About

A bank statement parser made with Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages