Skip to content

tjeerdnet/CAMT053Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CAMT053Parser for Java

CAMT053Parser - a CAMT.053 XML format based bank statement parser for Java

The CAMT053 parser supports camt.053.001.02 and will read a CAMT.053 XML formatted input stream and returns a document model holding the bank statement.

The test folder contains an example importCamt053.java on how to read the XML file and print entries (transactions) of the bank statement.

The example program displays the IBAN, amount, remittance information (payment description) and name of the creditor/debtor for:

  • outgoing payments (debit)
  • incoming payments (credit)
  • batch outgoing payments (debit)

More information can be retrieved from the read document, but it is recommended to read the specifications.

About

CAMT053Parser - a CAMT.053 format based parser for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages