Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 837 Bytes

File metadata and controls

15 lines (11 loc) · 837 Bytes

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.