SWIFT MT940 import
Overview
This is a module to start importing MT940 files. Note that there is a dependency on having downloaded CommunityCommons already. To start using this basic setup of importing MT940 files (bank statements), either directly use SF_MT940_complexImport or extend the start I made of the simple import. You can also connect the MT940Import page to try uploading anything yourself and see what the end result would be using the debugger.
Documentation
Description
This module allows you to quickly import MT940 files (basic text files) into an XML structure and then into objects so they’re easy to work with.
Typical usage scenario
(European) Banks use the MT940 format a lot since their systems are more conservative. If you’re dealing with these banks, most of the time they can’t provide their data in a more modern way.
Features and limitations
This module provides an easy solution to import raw MT940 files and places all elements into objects and attributes.
Dependencies
- Mendix modeler version 8.18.8;
- CommunityCommons libraries.
Installation
Download this module into your model.
Configuration
Connect IVK_SWIFT_openMT940Upload to any page to start manual uploading and enrich SF_MT940_simpleImport or SF_MT940_complexImport to tailor the created objects in any way you need them.