DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Exporting data in CSV

An new feature was implemented in version 0.2.0 which makes it possible to export graph data in CSV.

For example, assume that you want to export data associated with the bar graph described in the section "Getting data from queries". It can be simply done by using the exportCSV method defined for the tag <file> as shown below.

../../_images/TutorialExportingDataInCSVFlexform.png

The file id refers to the defaut. The exportCSV method has two arguments. The first one is the reference to the legend used as the rowheader while the second one is the reference to the data to export. Now, in the front end you should see an icon at the left hand side of the graph.

../../_images/TutorialExportingDataInCSV.png

Click on the icon to open the CSV file.