Getting Data from Database and Exporting it as a CSV File

1
0
-1

Hi,

Is it possible to get data (ex. data for the last 15 days) from the database and export it as a .csv file?

1 answer

1
+1
-1
This one is the BEST answer!

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

Comments

Submitted by rosario.latagan... on Thu, 08/20/2020 - 02:24

Thank you sir.

Notifications