CAMT TS
camt.052 parser in Typescript
Based on the SEPA specs found here
Development
Adding new methods to classes for getting tags from XML elements is easily achievable. Just use the Visual Studio Code snippet in this project. Type c-get
and a new code snippet will appear. The cursor will automatically position at the method name and swich to the XML tag with TAB.
Snippets for quick new parsings
c-get
Simple tag getterc-type
Parse new type instead of simple text
Element
CAMTElement
: Base class for all objects below 'document'.