struct CSV2::Token
- CSV2::Token
- Struct
- Value
- Object
Overview
A token in a CSV. It consists of a Kind
and a value.
The value only makes sense when the kind is Cell
.
Defined in:
csv/token.crInstance Method Summary
-
#kind : Kind
The
Kind
. -
#kind=(kind : Kind)
The
Kind
. -
#value : String
The string value.
-
#value=(value : String)
The string value.