Convert .txt file to .csv file using Mendix app

2
Hi, My university group and I need to create an app in which you should be able to upload a .txt file (like the once created with Notepad) into the app. The app should then sort the text file into a grid/table/rows and columns that can be saved in the app and downloaded as a .csv file.  The text file looks like this: And should come out in a .csv file like this: With columns 2, 3, and 4 being X, Y, and Z coordinates. Thank you, Linea
asked
1 answers
3

This module should be of help for importing the data into the app.https://appstore.home.mendix.com/link/app/429/

Exporting can be done using the build-in feature: https://docs.mendix.com/refguide/control-bar#export-to-csv-button

Or using one of the  modules in the appstore like: https://appstore.home.mendix.com/link/app/726/ 

answered