OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Server.MFinance.BankImport.Logic.TSwiftParser Class Reference

parses bank statement files (Swift MT940) in Germany; for the structure of the file see https://www.db-bankline.deutsche-bank.com/download/MT940_Deutschland_Structure2002.pdf More...

Public Member Functions

void ProcessFileContent (string AContent)
 processing MT940 file More...
 
void ExportToXML (string filename)
 write xml file with data imported from MT940 file More...
 

Public Attributes

List< TStatementstatements
 the parsed bank statements More...
 

Detailed Description

parses bank statement files (Swift MT940) in Germany; for the structure of the file see https://www.db-bankline.deutsche-bank.com/download/MT940_Deutschland_Structure2002.pdf

Member Function Documentation

◆ ExportToXML()

void Ict.Petra.Server.MFinance.BankImport.Logic.TSwiftParser.ExportToXML ( string  filename)
inline

write xml file with data imported from MT940 file

Parameters
filename

◆ ProcessFileContent()

void Ict.Petra.Server.MFinance.BankImport.Logic.TSwiftParser.ProcessFileContent ( string  AContent)
inline

processing MT940 file

Member Data Documentation

◆ statements

List<TStatement> Ict.Petra.Server.MFinance.BankImport.Logic.TSwiftParser.statements

the parsed bank statements


The documentation for this class was generated from the following file: