Package com.google.refine.exporters
Interface TabularSerializer
public interface TabularSerializer
An interface to be implemented by exporters which use
CustomizableTabularExporterUtilities.exportRows(com.google.refine.model.Project, com.google.refine.browsing.Engine, java.util.Properties, TabularSerializer)-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRow(List<TabularSerializer.CellData> cells, boolean isHeader) voidendFile()voidstartFile(com.fasterxml.jackson.databind.JsonNode options)
-
Method Details
-
startFile
void startFile(com.fasterxml.jackson.databind.JsonNode options) -
endFile
void endFile() -
addRow
-