Class: CUI.CSVData
Defined in: | base/CSVData.coffee |
Inherits: | CUI.Element |
Variables Summary
Variable inherited from CUI.Element
Class Method Summary
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) giveAllRowsSameNumberOfColumns() makes sure, all rows have the same length
- # (void) getMaxColumnCount()
- # (void) getRows()
- # (void) getRow(row_i)
- # (void) getRowsCount()
- # (void) debug()
- # (void) toText(_opts = {})
- # (void) parse(_opts = {}) parse csv info array
Inherited Method Summary
Methods inherited from
CUI.Element
#getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #initOpts #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys
Class Method Details
.
(void)
quote(str, quotechar = '"')
Instance Method Details
#
(void)
initOpts()
#
(void)
readOpts()
#
(void)
giveAllRowsSameNumberOfColumns()
makes sure, all rows have the same length
#
(void)
getMaxColumnCount()
#
(void)
getRows()
#
(void)
getRow(row_i)
#
(void)
getRowsCount()
#
(void)
debug()
#
(void)
toText(_opts = {})
#
(void)
parse(_opts = {})
parse csv info array