public interface EcsvMeta
Modifier and Type | Method and Description |
---|---|
EcsvColumn<?>[] |
getColumns()
Returns an array of column metadata items for the columns
in the table.
|
char |
getDelimiter()
Returns the delimiter character used for this file.
|
String |
getSchema()
Returns the schema string if present.
|
Map<?,?> |
getTableMeta()
Returns a structure giving per-table metadata,
as read from the ECSV header.
|
char getDelimiter()
EcsvColumn<?>[] getColumns()
Map<?,?> getTableMeta()
String getSchema()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.