Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.csv |
Module package for Comma Separated Values (CSV) files
|
Modifier and Type | Method and Description |
---|---|
static UpdateableDataContext |
DataContextFactory.createCsvDataContext(File file,
CsvConfiguration configuration)
Creates a DataContext based on a CSV file
|
static DataContext |
DataContextFactory.createCsvDataContext(InputStream inputStream,
CsvConfiguration configuration)
Creates a DataContext based on CSV-content through an input stream
|
Modifier and Type | Method and Description |
---|---|
CsvConfiguration |
CsvDataContext.getConfiguration()
Gets the CSV configuration used
|
Constructor and Description |
---|
CsvDataContext(File file,
CsvConfiguration configuration)
Constructs a CSV DataContext based on a file
The file provided can be either existing or non-existing.
|
CsvDataContext(InputStream inputStream,
CsvConfiguration configuration)
Constructs a CSV DataContext based on an
InputStream |
CsvDataContext(Resource resource,
CsvConfiguration configuration) |
CsvDataContext(URL url,
CsvConfiguration configuration)
Constructs a CSV DataContext based on a
URL |
CsvWriter(CsvConfiguration configuration) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.