How to Import .SPP(PlantSim)File in mendix

0
hello, How to Import .SPP(PlantSim) File in mendix   Thanks  
asked
1 answers
0

Do you intend to just import the file and keep it or do you intend to parse it?

If prior then make an entity that has a generalization to FileDocument and make page which lets you import the file.

If you want to parse it then you may have to search for an existing marketplace module or make your own by analysing the Data structure of the contents inside this .SPK file

answered