Package | Description |
---|---|
com.metsci.glimpse.dspl |
Support for parsing Google Data Set Publishing Language (DSPL) metadata files.
|
com.metsci.glimpse.dspl.parser |
Data parsing utilities for DSPL data files.
|
Modifier and Type | Method and Description |
---|---|
TableParser |
DsplParser.getTableParser(String format) |
TableParser |
DsplParser.getTableParser(Table table) |
Modifier and Type | Method and Description |
---|---|
void |
DsplParser.addTableParser(String format,
TableParser parser) |
Modifier and Type | Interface and Description |
---|---|
interface |
MultipleFileTableParser |
Modifier and Type | Class and Description |
---|---|
class |
ColumnBinaryParser |
class |
CsvParser
The standard DSPL CSV parser capable of parsing CSV files which correspond to Google's
rules for CSV table files.
|
class |
ExtendedCsvParser |
class |
SimpleBinaryParser |
class |
WildcardCsvParser |
Copyright © 2016 Metron, Inc.. All rights reserved.