Sepa.Net
1.0.2
dotnet add package Sepa.Net --version 1.0.2
NuGet\Install-Package Sepa.Net -Version 1.0.2
<PackageReference Include="Sepa.Net" Version="1.0.2" />
paket add Sepa.Net --version 1.0.2
#r "nuget: Sepa.Net, 1.0.2"
// Install Sepa.Net as a Cake Addin #addin nuget:?package=Sepa.Net&version=1.0.2 // Install Sepa.Net as a Cake Tool #tool nuget:?package=Sepa.Net&version=1.0.2
SEPA.Net is a parser for SEPA XML Messages based on ISO 2022.
The parser can read and create messages that comply to the iso 20022 formats.
At the moment Pain and camt are supported. We´re in the process of adding all the other messages.
When reading data, the parser can automatically decide which message format to choose based on the xml namespace tag. Simply load any xml file and the parser deserializes the xml file into a .net data structure which can be used for any purpose. Transactions in camt messages can be filtered using linq statements.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net40-client is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
12.12.2013 - v.0.2
Fixed Namespace Error for PAIN 008.001.02
14.11.2013 - v.0.2
Renamed a couple of Attributes for CAMT_52
Added a couple of Messages
Completed File Type Auto Detection