Package com.google.refine.exporters
Class CsvExporter
java.lang.Object
com.google.refine.exporters.CsvExporter
- All Implemented Interfaces:
Exporter,WriterExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(Project project, Properties params, Engine engine, Writer writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.refine.exporters.WriterExporter
export
-
Constructor Details
-
CsvExporter
public CsvExporter() -
CsvExporter
public CsvExporter(char separator)
-
-
Method Details
-
export
public void export(Project project, Properties params, Engine engine, Writer writer) throws IOException - Specified by:
exportin interfaceWriterExporter- Throws:
IOException
-
getContentType
- Specified by:
getContentTypein interfaceExporter
-