Uploading .csv Files and writing directly into an entity

0
Hello, I have a data grid with 20 columns to display some data. I want to populate the 20 columns of my data grid with data from four different CSV files. I want to implement 4 different Data Upload widgets. For each CSV file one widget. When the 4 files are uploaded the user can click a “Populate” button which will populate the datagrid automatically. I looked into the Excel Importer, but this widget doesn’t really suit my needs. Is there an alternative?
asked
1 answers
0

You may use CSV module https://marketplace.mendix.com/link/component/108605. Implementation steps you can find in this blog https://medium.com/mendix/import-export-data-in-mendix-using-csv-module-d3eba261ae49

answered