Skip to content

Export data in CSV format

Luis Aleixo requested to merge feature/csv_data into master

Closes https://gitlab.cern.ch/cara/cara/-/issues/126

  • Added an "Export CSV" button on the report's header.
  • Once clicked, a modal dialog pops up. This dialog allows to select the data to be exported, as well as the respective column's name on the CSV file.

Screenshot_2022-08-25_at_16.40.54

Please note that it is not possible to rename the Alternative scenarios column, since this column depends on the scenario name. Finally, if short-range interactions are set, and the Cumulative Dose checkbox is checked, there will be two more columns in the exported CSV file (instead of only one), one for the total cumulative dose, and another for the long-range only cumulative dose.

Edited by Luis Aleixo

Merge request reports