Reading a text file and its content

0
Hi Experts, A requirement to read the content from a log file (.txt format). Identify the values pertaining to keys (like different types of ERRORs) and then display on the screen in a grid.  Pls advice if we have any module / widgets to implement such functionality.  Thanks in advance
asked
2 answers
1

Hi Debashish, 

 

There is a module available in the Marketplace: https://marketplace.mendix.com/link/component/159 to read application logs into your application.

 

KR, Jurre

answered
0

You’d need to look at the built in upload functionality, and when uploaded use a module like CSV (from the App Store) to break it into lines and individual components. You can then use these values to build up entities that you can display on screen using a Data Grid.

Good luck!

answered