Package org.openrefine.exporters
Class CustomizableTabularExporterUtilities
- java.lang.Object
-
- org.openrefine.exporters.CustomizableTabularExporterUtilities
-
public abstract class CustomizableTabularExporterUtilities extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomizableTabularExporterUtilities.CellFormatter
static class
CustomizableTabularExporterUtilities.ColumnOptions
-
Constructor Summary
Constructors Constructor Description CustomizableTabularExporterUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]
countColumnsRows(Grid grid, Engine engine, Properties params)
static void
exportRows(Grid grid, Engine engine, Properties params, TabularSerializer serializer, SortingConfig sortingConfig)
-
-
-
Method Detail
-
exportRows
public static void exportRows(Grid grid, Engine engine, Properties params, TabularSerializer serializer, SortingConfig sortingConfig)
-
countColumnsRows
public static int[] countColumnsRows(Grid grid, Engine engine, Properties params)
-
-