Package | Description |
---|---|
com.dpslink.flash.imports |
DPS Flash specific parsers and processors for importing data from delimited text files or from Excel spreadsheet files.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportParserComma
Parses a comma delimited text file, converting its contents from text format
to a data structure format.
|
class |
ImportParserSemicolon
Parses a semicolon delimited text file, converting its contents from text
format to a data structure format.
|
Modifier and Type | Field and Description |
---|---|
private ImportParser |
ImportProcessor.ivParser
A reference to the current import parser.
|