How to Upload CSV file and read the data and save in entities in Mendix?

0
I need to upload/import a csv file in app and read the values in file and save values in an entity. Need to compare csv data with existing Mendix data.
asked
2 answers
2

Hi Snehal,

 

You can use the Excel Importer (https://marketplace.mendix.com/link/component/726) who works with Excel files and CSV files, or the CSV Importer module (https://marketplace.mendix.com/link/component/108605) to achieve this.

With this module you can define an import template that allows you to map the data in your csv file to entities + attributes in your mendix domain module.

 

Good luck!

answered
-1

Hi,

you can refer the medium link of Import and Export Data in Mendix using the CSV Module

https://medium.com/mendix/import-export-data-in-mendix-using-csv-module-d3eba261ae49

 

Hope it helps!!!

answered