Package org.deidentifier.arx.io
package org.deidentifier.arx.io
This package provides basic input/output functionality
-
KlasseBeschreibungProvides methods for creating checksums CSV encoded data.This class implements a reader for CSV encoded information.Provides methods for writing CSV encoded data.Reads a CSV encoded generalization hierarchy.Additional options for reading/writing CSV filesSyntax for a CSV file.Interface to be implemented when columns can be referred to by an index.Base adapter for all data sources This defines properties and methods that all data source import adapters have in common.Import adapter for CSV files This adapter can import data from a CSV file.Import adapter for Excel files This adapter can import data from Excel files.Import adapter for JDBC This adapter can import data from JDBC sources.Represents a single data column This represents a single column that will be imported from.Represents a single CSV data column CSV columns are referred to by an index (see
ImportColumnIndexed).Represents a single Excel data column Excel columns are referred to by an index (seeImportColumnIndexed).Superclass for column types that are only referred to by an index.Represents a single JDBC data column JDBC columns can be referred to by both an index () and by name (Ungültige Referenz
IIndexColumnIImportColumnNamed.Abstract base configuration This abstract superclass defines properties that all configurations have in common, i.e. a notion of columns, which can be added and retrieved.Configuration describing a CSV file.Configuration describing an Excel file This is used to describe Excel files.Valid file types for Excel files XLS is the "old" Excel file type, XLSX is the "new" Excel file type.Configuration describing a file in general File based configurations should extend this class as the notion of aImportConfigurationFile.fileLocationis common to all of them.Configuration describing a JDBC source.Utility for I/O