Package org.openrefine.importers
-
Interface Summary Interface Description MultiFileReadingProgress Interface for reporting progress of reading a file, by repeatedly updating how many bytes have been read in the file.TabularParserHelper.TableDataReader -
Class Summary Class Description BinaryFormatGuesser ExcelImporter FixedWidthImporter ImporterTest ImporterUtilities ImportingParserBase Importer which handles the import of multiple files as a single one.InputStreamImporter A base class for importers which read their files in binary mode (as anInputStream
).JsonImporter JsonImporter.JSONTreeReader LegacyProjectImporter Imports an OpenRefine project from a 3.x project archive.LegacyProjectImporter.SerializedCell Helper class to deserialize a cell as serialized by OpenRefine up to 3.x.LegacyProjectImporter.SerializedRow Legacy serialized version of a row, only used to read old projects.LineBasedFormatGuesser LineBasedImporter An importer which reads each line of a file as a row with a single string-valued cell containing the line.MarcImporter MultiFileReadingProgressStub OdsImporter RdfJsonldTripleImporter RdfTripleImporter RdfXmlTripleImporter ReaderImporter A base class for importers which read files in text mode (with aReader
).SeparatorBasedImporter SeparatorBasedImporter.Separator TabularParserHelper TextFormatGuesser WikitextImporter XmlImporter XmlImporter.XmlParser -
Enum Summary Enum Description RdfTripleImporter.Mode -
Exception Summary Exception Description ImportException Exception thrown by importers.