Describes CSV and similar semi-structured data formats.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delimiter
def delimiter() -> ::String
Returns
- (::String) — Optional. The delimiter used to separate values. Defaults to ','.
#delimiter=
def delimiter=(value) -> ::String
Parameter
- value (::String) — Optional. The delimiter used to separate values. Defaults to ','.
Returns
- (::String) — Optional. The delimiter used to separate values. Defaults to ','.
#encoding
def encoding() -> ::String
Returns
- (::String) — Optional. The character encoding of the data. The default is UTF-8.
#encoding=
def encoding=(value) -> ::String
Parameter
- value (::String) — Optional. The character encoding of the data. The default is UTF-8.
Returns
- (::String) — Optional. The character encoding of the data. The default is UTF-8.
#header_rows
def header_rows() -> ::Integer
Returns
- (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
#header_rows=
def header_rows=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
Returns
- (::Integer) — Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.
#quote
def quote() -> ::String
Returns
- (::String) — Optional. The character used to quote column values. Defaults to empty, implying unquoted data.
#quote=
def quote=(value) -> ::String
Parameter
- value (::String) — Optional. The character used to quote column values. Defaults to empty, implying unquoted data.
Returns
- (::String) — Optional. The character used to quote column values. Defaults to empty, implying unquoted data.