Uses of Class
org.openrefine.importers.ImportingParserBase
-
Packages that use ImportingParserBase Package Description org.openrefine.importers org.openrefine.importers.tree org.openrefine.pcaxis -
-
Uses of ImportingParserBase in org.openrefine.importers
Subclasses of ImportingParserBase in org.openrefine.importers Modifier and Type Class Description classExcelImporterclassFixedWidthImporterclassInputStreamImporterA base class for importers which read their files in binary mode (as anInputStream).classJsonImporterclassLegacyProjectImporterImports an OpenRefine project from a 3.x project archive.classLineBasedImporterAn importer which reads each line of a file as a row with a single string-valued cell containing the line.classMarcImporterclassOdsImporterclassRdfJsonldTripleImporterclassRdfTripleImporterclassRdfXmlTripleImporterclassReaderImporterA base class for importers which read files in text mode (with aReader).classSeparatorBasedImporterclassWikitextImporterclassXmlImporter -
Uses of ImportingParserBase in org.openrefine.importers.tree
Subclasses of ImportingParserBase in org.openrefine.importers.tree Modifier and Type Class Description classTreeImportingParserBaseAbstract class for importer parsers which handle tree-shaped data (currently XML and JSON). -
Uses of ImportingParserBase in org.openrefine.pcaxis
Subclasses of ImportingParserBase in org.openrefine.pcaxis Modifier and Type Class Description classPCAxisImporter
-