Hello Tanu Notra,
Things you could try and where there also are some learning paths for are the following:
- Use an excel upload to fill the data with the excel importer
https://academy.mendix.com/link/paths/44/Importing-and-Exporting-Your-Data
- Use an RESTful Interface and fill it with sending files to the API with for example Postman
https://academy.mendix.com/link/paths/133/Design-and-Publish-a-REST-API
- Use a connector to the database that allows you to use oql/sql to insert data into the database
https://marketplace.mendix.com/link/component/66876
- Do a csv upload and create an import to process the csv
https://marketplace.mendix.com/link/component/108605
Hope this helps,
Good luck
Hi Tanu,
Building pages is easy with Mendix. Right-click on the Entity ( Tables) and Select Generate Overview Pages. Mendix will create the CRUD Operation Pages for you. Map the Overview pages to the Navigation Menu and add your data to the application.
To Answer your question -
Use the Excel Importer module to import the data.
Follow this link for Easy Understanding:
Note : Download the dependency modules for your project from Studio Pro IDE.
But still, you will have to create Overview pages to see the data for your tables.
Since you are new to Mendix: Have a look at this Learning path
Rapid Developer : https://academy.mendix.com/link/paths/31/Become-a-Rapid-Developer
- Use an excel upload to fill the data with the excel importer
https://academy.mendix.com/link/paths/44/Importing-and-Exporting-Your-Data
I hope it helps !!