Releases: Erwin-t-Hoen/Flat-File-Importer
Flat File Importer for Mendix 9.24.28
Version 9.24.28 of the flatfile interface module
- Upgrade of the module to be compatible with Mendix 9.24+
- Updated user interface
- Stacktrace is now properly logged in the data and to the console
- Fixed xpath query deprecations in the java code
Flat File Importer for Mendix 9.6
Release to make sure the module is compatible with Mendix 9.6.10 and higher
Flat File Importer for Mendix 8
This release upgrade the module to be compatible with Mendix 8.5 and above.
Removed Currency and Float attribute types from the java code as these are no longer suppoprted in Mendix 8.
Patch release 7.23.7
This release patches an issue where empty values for a decimal and currency attribute would lead to a complete line in the file to be skipped and therefore not imported.
Fixes for Github Issues december 2019
This release has a number of fixes based on the issues raised on github.
- Fixed issue with combination of escaped delimmiters and the use of text qualifiers. (Issue #6 Github)
- Changed maximum length of the delimiter attribute to 2
- Fixed issue #4 on Github, used the fileencoding when using the internal queue
- Fixed Github issue #7 by updating the export and import mappings with a new xsd
- removed module specific layouts and use the Atlas UI defaults.
Flat File Importer for Mendix 7.23.5
Version 7.23.5 of the flatfile interface module
Upgraded to Mendix version 7.23.5
Changed validation of definition from event to microflow call
Changed validation of column definitions from event to microflow call
Fix issue with validation feedback in fixed length column definition if no attribute was selected
Added a display string attribute to show either the import directory or the queue number used in the definition overview works for nl_NL and uses English for other languages
Updated export and import mappings with the new display string attribute.
Flat File Interface v7.1.0
Upgraded to Mendix 7.
Fixed issue with errors occuring when determining enum values. When a record matched one of the enum values unnecessary errors could be shown in the logging.
Changed alle images to Glyphicons
Flat File Interface v7.0.0
Upgrade to Mendix 7.1.1
Flat File Interface v6.0.0
Upgrade to support Mendix 6.10.4 version
Flat File Interface v5.5.0
Release notes:
- Upgraded Mendix version to 5.18.0
- Support for decimal attributes
- Better transaction management, configurable in the import definition
- Console logging can be switched on and off in the configuration
- Improved logging mechanism