public class Export extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.gcube.common.core.utils.logging.GCUBELog |
logger |
| Constructor and Description |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asCsv(org.gcube.contentmanagement.timeseriesservice.stubs.types.ExportRequest req,
org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] definitionsArray,
org.gcube.common.dbinterface.tables.SimpleTable table) |
static String |
codeListAsCsv(org.gcube.common.dbinterface.tables.SimpleTable table,
String codelistName,
boolean header)
allows to export a codelist, delimiter and encoding are fixed (, as delimiter and utf-8 as encoding)
|
public static String asCsv(org.gcube.contentmanagement.timeseriesservice.stubs.types.ExportRequest req, org.gcube.contentmanagement.timeseriesservice.stubs.types.ColumnDefinition[] definitionsArray, org.gcube.common.dbinterface.tables.SimpleTable table) throws Exception
Exceptionpublic static String codeListAsCsv(org.gcube.common.dbinterface.tables.SimpleTable table, String codelistName, boolean header) throws Exception
definitionsArray - table - codelistName - ExceptionCopyright © 2015. All Rights Reserved.