Uses of Interface
org.openrefine.importers.TabularParserHelper.TableDataReader
-
Packages that use TabularParserHelper.TableDataReader Package Description org.openrefine.extension.database org.openrefine.importers org.openrefine.pcaxis -
-
Uses of TabularParserHelper.TableDataReader in org.openrefine.extension.database
Classes in org.openrefine.extension.database that implement TabularParserHelper.TableDataReader Modifier and Type Class Description class
DBQueryResultImportReader
class
DBQueryResultPreviewReader
-
Uses of TabularParserHelper.TableDataReader in org.openrefine.importers
Classes in org.openrefine.importers that implement TabularParserHelper.TableDataReader Modifier and Type Class Description class
WikitextImporter.WikiTableDataReader
Methods in org.openrefine.importers with parameters of type TabularParserHelper.TableDataReader Modifier and Type Method Description Grid
TabularParserHelper. parseOneFile(Runner runner, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, TabularParserHelper.TableDataReader dataReader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)
Deprecated.useTabularParserHelper.parseOneFile(Runner, String, String, CloseableIterable, long, ObjectNode)
because it avoids loading the entire grid in memory. -
Uses of TabularParserHelper.TableDataReader in org.openrefine.pcaxis
Classes in org.openrefine.pcaxis that implement TabularParserHelper.TableDataReader Modifier and Type Class Description class
PCAxisTableDataReader
-