Business Users Importing Data

0
We have a way to import data currently into our application, but it requires all fields to be imported. So it is always a delete all the data and repopulate. Is there a way that we could have an import process that only updates a few fields? For example we have the employee ID (key field) and a job title. Thanks!  
asked
1 answers
1

Hi Matt,

Yes that’s possible.

There are many ways to import data in your application. It could be via Excel (where you can sync objects) or you could also import via JSON and then process the data as required.

Take a look at this documentation → https://docs.mendix.com/howto/integration/importing-excel-documents

Hope this helps

answered