MassUpload

Content Type: Module
Categories: Import/Export

Overview

This module inherits from mendix's Excel importer module. Use this module to import needed Excel files. Simply configure an import template and call the import Java actionIn addition, we provide the ability to check, bind data in excel file, including: identify empty cells, wrong data type, save data with enum data type. We have applied more caching, multi-thread techniques when importing data from excel file. Make data entry optimized, faster.

Documentation

Dependencies:

  • Mendix modeler 9.24.1 and above.
  • MxModelReflection Module.

Typical Usage Scenario:

1, After downloaded MassUpload and MxModelReflection Module You could configure and use. Connect 2 pages MassUpload_Overview and MxObjects_Overview with navigation .


2, Run the app, go to the MxObjects_Overview page for sync entity object and microflow. Later go to the Mass Upload Overview page to configure template import. Upload file and test import.

When creating the input form, when you want to check the data type for the input property, you need to check the microflow as shown below.

After applying caching and multithreading to the data entry process, the performance has improved significantly. We are trying to import a file with about 50k records which gives results between 2-3 seconds.







Releases

Version: 1.0.0
Framework Version: 9.24.1
Release Notes: This module inherits from mendix's Excel importer module. Use this module to import needed Excel files. Simply configure an import template and call the import Java actionIn addition, we provide the ability to check, bind data in excel file, including: identify empty cells, wrong data type, save data with enum data type. We have applied more caching, multi-thread techniques when importing data from excel file. Make data entry optimized, faster.