Uses of Class
org.openrefine.importers.tree.ImportColumnGroup
-
Packages that use ImportColumnGroup Package Description org.openrefine.importers org.openrefine.importers.tree -
-
Uses of ImportColumnGroup in org.openrefine.importers
Methods in org.openrefine.importers with parameters of type ImportColumnGroup Modifier and Type Method Description void
JsonImporter. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, InputStream is, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)
void
XmlImporter. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveName, InputStream inputStream, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)
-
Uses of ImportColumnGroup in org.openrefine.importers.tree
Fields in org.openrefine.importers.tree with type parameters of type ImportColumnGroup Modifier and Type Field Description Map<String,ImportColumnGroup>
ImportColumnGroup. subgroups
Methods in org.openrefine.importers.tree that return ImportColumnGroup Modifier and Type Method Description protected static ImportColumnGroup
TreeImportUtilities. createColumnGroup(ImportColumnGroup columnGroup, String localName)
protected static ImportColumnGroup
TreeImportUtilities. getColumnGroup(ImportColumnGroup columnGroup, String localName)
Methods in org.openrefine.importers.tree with parameters of type ImportColumnGroup Modifier and Type Method Description protected static void
TreeImportUtilities. addCell(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, ImportRecord record, String columnLocalName, Serializable value)
protected static void
TreeImportUtilities. addCell(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, ImportRecord record, String columnLocalName, String text)
Deprecated.protected static void
TreeImportUtilities. addCell(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, ImportRecord record, String columnLocalName, String text, boolean storeEmptyString, boolean guessDataType)
protected static ImportColumn
TreeImportUtilities. createColumn(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, String localName)
protected static ImportColumnGroup
TreeImportUtilities. createColumnGroup(ImportColumnGroup columnGroup, String localName)
static ColumnModel
TreeImportUtilities. createColumnsFromImport(ColumnModel columnModel, ImportColumnGroup columnGroup, List<Integer> columnIndexTranslation)
protected static void
XmlImportUtilities. findRecord(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, TreeReader parser, String[] recordPath, int pathIndex, ImportColumnGroup rootColumnGroup, int limit, ImportParameters parameters)
Deprecated.Use the version of this method which expands all parameters in the signature of the functionprotected static void
XmlImportUtilities. findRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, String[] recordPath, int pathIndex, ImportColumnGroup rootColumnGroup, long limit, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSource, String fileSource, boolean includeArchiveName, String archiveFileName)
protected static ImportColumn
TreeImportUtilities. getColumn(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, ImportColumnGroup columnGroup, String localName)
protected static ImportColumnGroup
TreeImportUtilities. getColumnGroup(ImportColumnGroup columnGroup, String localName)
static void
XmlImportUtilities. importTreeData(TreeReader parser, TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, String[] recordPath, ImportColumnGroup rootColumnGroup, int limit, ImportParameters parameters)
Deprecated.2020-07-23 Use the version of this method which expands all parameters in the signature of the functionstatic void
XmlImportUtilities. importTreeData(TreeReader parser, TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, String[] recordPath, ImportColumnGroup rootColumnGroup, long limit, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)
void
TreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, InputStream inputStream, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)
Parse a single file from an InputStream.protected void
TreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, TreeReader treeParser, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)
Parse a single file from a TreeReader.void
TreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, ImportingFileRecord fileRecord, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options, MultiFileReadingProgress progress)
protected static void
XmlImportUtilities. processFieldAsRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)
processFieldAsRecord parses Tree data for a single element and its sub-elements, adding the parsed data as a row to the projectprotected static void
XmlImportUtilities. processRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)
processRecord parses Tree data for a single element and it's sub-elements, adding the parsed data as a row to the projectprotected static void
XmlImportUtilities. processRecord(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, ImportParameters parameter)
Deprecated.Use the version of this method which expands all parameters in the signature of the functionprotected static void
XmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType)
protected static void
XmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, ImportParameters parameter)
Deprecated.
-