Is there a Text file parser/connector within Mendix or Marketplace?

0
I need to upload a text file and parse it to map it to the backend. Is there a text file parser or a connector available within Mendix or Marketplace? OR we need to write a custom Java code for parsing the text file?
asked
1 answers
0

Hi Sandeep,

 

Yes, there are modules available for files that are structured. Like:

https://marketplace.mendix.com/link/component/108605 for CSV files.

https://marketplace.mendix.com/link/component/113010 for JSON.

https://marketplace.mendix.com/link/component/219833 for example Excel

 

Go Make It.

 

answered