camtts

CAMT parser for Typescript


Keywords
camt, camt52, ts, parser, xml
License
MIT
Install
npm install camtts@0.0.7

Documentation

CAMT TS

camt.052 parser in Typescript

⚠️ API work in progress

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 getter
  • c-type Parse new type instead of simple text

Element

CAMTElement: Base class for all objects below 'document'.