Hi,
Is it possible to get data (ex. data for the last 15 days) from the database and export it as a .csv file?
Hi,
Is it possible to get data (ex. data for the last 15 days) from the database and export it as a .csv file?
Hello,
You want to export it in a Form? In a process?
In a Form, use the Gasoline page to get it as a JSON, then the widget ALASQL to download a CSV
https://community.bonitasoft.com/project/pagegasoline
https://community.bonitasoft.com/project/widgetalasqloperation
In a process: use a DataSource connector, and then code the result in a Bonita Document for example.
Hope this help
Thank you sir.