Problem
Many ERP systems require CAMT statements as XML files.
By default, statements are delivered as ZIP archives.
A process is needed to automatically unzip these files and store the XML files in a defined folder.
Solution Steps
Provide PlugIn
Use the PlugIn that splits ZIP archives and stores XML files.
Create PlugIn as External Application
Navigation: System Administration β External Applications (User Exits)
Click New
Type: Internal PlugIn (Transfer Order)
Description: e.g., Split CAMT File (choose freely)
Assembly Name: Cogon.Banking.PlugIns
PlugIn: transferOrder - Camt52/53/54 Splitting
Click Configure
Define target directory
Click OK
Add PlugIn to Workflow
Navigation: System Administration β Workflow Control (User Exit)
Process: C53 - Retrieve CAMT Daily Statements (STA)
Tab: User Exits
Timing: After successful communication
Select PlugIn: Import account statement data (via CE)
Add with double arrow to the right
Click OK
Result
Each time a C53 statement is retrieved, the ZIP archive is automatically unzipped.
XML files are stored in the defined target folder.
β
Known Limitations
Administrator rights required.
Target directory must exist and have write permissions.