Table of Contents - csv-3.1.5 Documentation
Pages
- LICENSE
-
NEWS
- News
- 3.1.5 - 2020-05-18
- Improvements
- Fixes
- Thanks
- 3.1.4 - 2020-05-17
- Improvements
- Fixes
- Thanks
- 3.1.3 - 2020-05-09
- Improvements
- Fixes
- Thanks
- 3.1.2 - 2019-10-12
- Improvements
- Fixes
- Thanks
- 3.1.1 - 2019-04-26
- Improvements
- Fixes
- Thanks
- 3.1.0 - 2019-04-17
- Fixes
- Thanks
- 3.0.9 - 2019-04-15
- Fixes
- 3.0.8 - 2019-04-11
- Fixes
- 3.0.7 - 2019-04-08
- Improvements
- Fixes
- 3.0.6 - 2019-03-30
- Improvements
- 3.0.5 - 2019-03-24
- Improvements
- Fixes
- Thanks
- 3.0.4 - 2019-01-25
- Improvements
- Fixes
- Thanks
- 3.0.3 - 2019-01-12
- Improvements
- Fixes
- Thanks
- 3.0.2 - 2018-12-23
- Improvements
- Fixes
- Thanks
- 3.0.1 - 2018-12-07
- Improvements
- Fixes
- Thanks
- 3.0.0 - 2018-06-06
- Fixes
- Thanks
- 1.0.2 - 2018-05-03
- Improvements
- Fixes
- Thanks
- 1.0.1 - 2018-02-09
- Improvements
- Fixes
- Thanks
- README
Classes and Modules
- Array
-
CSV
- Specialized Methods
- Reading
- Writing
- Shortcuts
- Options
- Options for Parsing
- Option
col_sep - Option
row_sep - Option
quote_char - Option
field_size_limit - Option
converters - Option
unconverted_fields - Option
headers - Option
return_headers - Option
header_converters - Option
skip_blanks - Option
skip_lines - Option
liberal_parsing - Option
nil_value - Option
empty_value - Options for Generating
- Option
col_sep - Option
row_sep - Option
quote_char - Option
write_headers - Option
force_quotes - Option
quote_empty - Option
write_converters - Option
write_nil_value - Option
write_empty_value - Option
strip - CSV with headers
- CSV Converters
- Field Converters
- Header Converters
- Custom Converters
- CSV and Character Encodings (M17n or Multilingualization)
- CSV::DeleteSuffix
- CSV::FieldsConverter
- CSV::MalformedCSVError
- CSV::MatchP
- CSV::Parser
- CSV::Parser::InputsScanner
- CSV::Parser::InvalidEncoding
- CSV::Parser::Scanner
- CSV::Parser::UnoptimizedStringIO
- CSV::Parser::row
- CSV::Row
- CSV::Table
- CSV::Writer
- Object
- String
Methods
- ::filter — CSV
- ::foreach — CSV
- ::generate — CSV
- ::generate_line — CSV
- ::instance — CSV
- ::new — CSV
- ::new — CSV::MalformedCSVError
- ::new — CSV::FieldsConverter
- ::new — CSV::Parser
- ::new — CSV::Parser::Scanner
- ::new — CSV::Parser::InputsScanner
- ::new — CSV::Parser::UnoptimizedStringIO
- ::new — CSV::Row
- ::new — CSV::Table
- ::new — CSV::Writer
- ::open — CSV
- ::parse — CSV
- ::parse_line — CSV
- ::read — CSV
- ::readlines — CSV
- ::table — CSV
- #<< — CSV
- #<< — CSV::Row
- #<< — CSV::Table
- #<< — CSV::Writer
- #== — CSV::Row
- #== — CSV::Table
- #CSV — Object
- #[] — CSV::Row
- #[] — CSV::Table
- #[]= — CSV::Row
- #[]= — CSV::Table
- #add_converter — CSV::FieldsConverter
- #add_row — CSV
- #add_unconverted_fields — CSV::Parser
- #adjust_headers — CSV::Parser
- #binmode? — CSV
- #build_fields_converter — CSV
- #build_header_fields_converter — CSV
- #build_parser_fields_converter — CSV
- #build_scanner — CSV::Parser
- #build_writer_fields_converter — CSV
- #by_col — CSV::Table
- #by_col! — CSV::Table
- #by_col_or_row — CSV::Table
- #by_col_or_row! — CSV::Table
- #by_row — CSV::Table
- #by_row! — CSV::Table
- #col_sep — CSV
- #column_separator — CSV::Parser
- #convert — CSV
- #convert — CSV::FieldsConverter
- #convert_fields — CSV
- #converters — CSV
- #delete — CSV::Row
- #delete — CSV::Table
- #delete_if — CSV::Row
- #delete_if — CSV::Table
- #delete_suffix — CSV::DeleteSuffix
- #detect_row_separator — CSV::Parser
- #determine_encoding — CSV
- #dig — CSV::Row
- #dig — CSV::Table
- #each — CSV
- #each — CSV::FieldsConverter
- #each — CSV::Row
- #each — CSV::Table
- #each_line — CSV::Parser::Scanner
- #each_line — CSV::Parser::InputsScanner
- #each_line — CSV::Parser::UnoptimizedStringIO
- #each_pair — CSV::Row
- #emit_row — CSV::Parser
- #empty? — CSV::FieldsConverter
- #eof — CSV
- #eof? — CSV
- #eof? — CSV::Parser::UnoptimizedStringIO
- #eos? — CSV::Parser::InputsScanner
- #fetch — CSV::Row
- #field — CSV::Row
- #field? — CSV::Row
- #field_row? — CSV::Row
- #field_size_limit — CSV
- #field_size_limit — CSV::Parser
- #fields — CSV::Row
- #flock — CSV
- #force_quotes? — CSV
- #gets — CSV
- #gets — CSV::Parser::UnoptimizedStringIO
- #has_key? — CSV::Row
- #header? — CSV::Row
- #header_convert — CSV
- #header_converters — CSV
- #header_fields_converter — CSV
- #header_row? — CSV
- #header_row? — CSV::Parser
- #header_row? — CSV::Row
- #headers — CSV
- #headers — CSV::Parser
- #headers — CSV::Row
- #headers — CSV::Table
- #ignore_broken_line — CSV::Parser
- #include? — CSV::Row
- #index — CSV::Row
- #initialize_copy — CSV::Row
- #inspect — CSV
- #inspect — CSV::Row
- #inspect — CSV::Table
- #ioctl — CSV
- #keep_back — CSV::Parser::Scanner
- #keep_back — CSV::Parser::InputsScanner
- #keep_drop — CSV::Parser::Scanner
- #keep_drop — CSV::Parser::InputsScanner
- #keep_end — CSV::Parser::Scanner
- #keep_end — CSV::Parser::InputsScanner
- #keep_start — CSV::Parser::Scanner
- #keep_start — CSV::Parser::InputsScanner
- #key? — CSV::Row
- #last_line — CSV::Parser
- #liberal_parsing? — CSV
- #liberal_parsing? — CSV::Parser
- #line — CSV
- #line — CSV::Parser
- #lineno — CSV
- #lineno — CSV::Parser
- #match? — CSV::MatchP
- #may_quoted? — CSV::Parser
- #member? — CSV::Row
- #need_convert? — CSV::FieldsConverter
- #need_static_convert? — CSV::FieldsConverter
- #normalize_converters — CSV
- #parse — CSV::Parser
- #parse_column_end — CSV::Parser
- #parse_column_value — CSV::Parser
- #parse_headers — CSV::Parser
- #parse_no_quote — CSV::Parser
- #parse_quotable_loose — CSV::Parser
- #parse_quotable_robust — CSV::Parser
- #parse_quoted_column_value — CSV::Parser
- #parse_row_end — CSV::Parser
- #parse_unquoted_column_value — CSV::Parser
- #parser — CSV
- #parser_enumerator — CSV
- #parser_fields_converter — CSV
- #parser_options — CSV
- #path — CSV
- #prepare — CSV::Parser
- #prepare — CSV::Writer
- #prepare_backslash — CSV::Parser
- #prepare_format — CSV::Writer
- #prepare_header — CSV::Parser
- #prepare_header — CSV::Writer
- #prepare_line — CSV::Parser
- #prepare_output — CSV::Writer
- #prepare_parser — CSV::Parser
- #prepare_quote_character — CSV::Parser
- #prepare_quoted — CSV::Parser
- #prepare_separators — CSV::Parser
- #prepare_skip_lines — CSV::Parser
- #prepare_strip — CSV::Parser
- #prepare_unquoted — CSV::Parser
- #prepare_variable — CSV::Parser
- #push — CSV::Row
- #push — CSV::Table
- #puts — CSV
- #quote — CSV::Writer
- #quote_char — CSV
- #quote_character — CSV::Parser
- #quote_field — CSV::Writer
- #raw_encoding — CSV
- #read — CSV
- #read_chunk — CSV::Parser::InputsScanner
- #readline — CSV
- #readlines — CSV
- #resolve_row_separator — CSV::Parser
- #rest — CSV::Parser::InputsScanner
- #return_headers? — CSV
- #return_headers? — CSV::Parser
- #rewind — CSV
- #rewind — CSV::Writer
- #row_sep — CSV
- #row_separator — CSV::Parser
- #scan — CSV::Parser::InputsScanner
- #scan_all — CSV::Parser::InputsScanner
- #shift — CSV
- #skip_blanks? — CSV
- #skip_blanks? — CSV::Parser
- #skip_line? — CSV::Parser
- #skip_lines — CSV
- #skip_lines — CSV::Parser
- #skip_needless_lines — CSV::Parser
- #start_row — CSV::Parser
- #stat — CSV
- #strip_value — CSV::Parser
- #to_a — CSV::Table
- #to_csv — CSV::Row
- #to_csv — CSV::Table
- #to_h — CSV::Row
- #to_hash — CSV::Row
- #to_i — CSV
- #to_io — CSV
- #to_s — CSV::Row
- #to_s — CSV::Table
- #unconverted_fields? — CSV
- #unconverted_fields? — CSV::Parser
- #use_headers? — CSV::Parser
- #values_at — CSV::Row
- #values_at — CSV::Table
- #write_headers? — CSV
- #writer — CSV
- #writer_fields_converter — CSV
- #writer_options — CSV