Skip to content

This is a simple parser for CREMUL payment transaction files written in .Net. It parses the CREMUL file and creates a .C# object structure corresponding to the elements in the file.

License

LoonyJester/CremulParser

Repository files navigation

CremulParser

This is a simple parser for CREMUL payment transaction files written in .Net. It parses the CREMUL file and creates a .C# object structure corresponding to the elements in the file.

The parser is currently not a complete parser for all kinds of CREMUl files, but is being developed further as needed in an ongoing project for a Norwegian customer.

References

Here are som useful references regarding the CREMUL file format:

  1. CREMUL documentation from bsk.no
  2. CREMUL documentation from truugo.com
  3. CREMUL Message Implementation Guide

Usage

var parser = new CremulParser();
parser.Parse("D:\\CREMUL0001.txt"));

Copyright

Copyright (c) 2014 Aleksey Mykhaylichenko (alex@fortytwo.name). See LICENSE.txt for details.

About

This is a simple parser for CREMUL payment transaction files written in .Net. It parses the CREMUL file and creates a .C# object structure corresponding to the elements in the file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages