Uses of Interface
com.google.refine.importers.TabularImportingParserBase.TableDataReader
Packages that use TabularImportingParserBase.TableDataReader
-
Uses of TabularImportingParserBase.TableDataReader in com.google.refine.importers
Classes in com.google.refine.importers that implement TabularImportingParserBase.TableDataReaderMethods in com.google.refine.importers with parameters of type TabularImportingParserBase.TableDataReaderModifier and TypeMethodDescriptionstatic voidTabularImportingParserBase.readTable(Project project, ImportingJob job, TabularImportingParserBase.TableDataReader reader, int limit, com.fasterxml.jackson.databind.node.ObjectNode options, List<Exception> exceptions) static voidTabularImportingParserBase.readTable(Project project, ProjectMetadata metadata, ImportingJob job, TabularImportingParserBase.TableDataReader reader, String fileSource, int limit, com.fasterxml.jackson.databind.node.ObjectNode options, List<Exception> exceptions) Deprecated.
TabularImportingParserBase.readTable(Project, ImportingJob, TableDataReader, int, ObjectNode, List)