About using CSV module in Mendix 9.12.1

0
I am trying to export data from entity to excel file. Without even using CSV module I am getting an error in CSV module’s java action after trying to run it in mendix and it says “java action failed”. The name of java file is ExportOQLToCSV.java. The error is not able to import oql.implementation.OQL. How do we solve this problem?  Thank you in advance.
asked
1 answers
1

Looks like the CSV module has a dependency on the OQL module. Try importing the OQL module from the marketplace.

answered