Data Export Management - moritzmars/ScienceDataManagement GitHub Wiki

Define, edit or delete data export instanes inside the data export management tab.

Create new data export instance.

  1. Click on the Create New Data Export Instance button. 2015-02-27 15_09_56-facelet title
  2. On the new data export instance site, enter a name and the data export instance code and click afterwards on save.
    2015-02-27 15_10_47-mozilla firefox
  • Name: Name of the data export instance.
  • Groovy Code: Groovy Code of the data export instance. The code must implement the IExportScientificPaperMetaInformation. Example code (only fist part):

' ... public class ExcelDataExport implements IExportScientificPaperMetaInformation { @Override public void export(Map<String, List> dataToExport, OutputStream outputStream) throws Exception { ... '

Edit new data export instance.

  1. Select a defined data export instance and click on Edit Data Export Definition. 2015-02-27 15_12_19-facelet title
  2. You can now change the data export definition. Click on safe to safe your changes. 2015-02-27 15_13_03-mozilla firefox
  • Name: Name of the data export instance.
  • Groovy Code: Groovy Code of the data export instance. The code must implement the IExportScientificPaperMetaInformation interace.

Delete data export instance.

  1. Select the data export instance, which you want to delete and click Delete Data Export Instance. The data export instane will immediately be deleted. Attention: The deletion will immedidately executed without any approval dialog. 2015-02-27 15_14_13-facelet title
⚠️ **GitHub.com Fallback** ⚠️