Vowpal Wabbit
Loading...
Searching...
No Matches
Public Attributes | List of all members
VW::parsers::csv::csv_parser_options Class Reference

#include <parse_example_csv.h>

Public Attributes

bool enabled = false
 
std::string csv_separator = ","
 
bool csv_no_file_header = false
 
std::string csv_header = ""
 
std::string csv_ns_value = ""
 
bool csv_remove_outer_quotes = true
 

Member Data Documentation

◆ csv_header

std::string VW::parsers::csv::csv_parser_options::csv_header = ""

◆ csv_no_file_header

bool VW::parsers::csv::csv_parser_options::csv_no_file_header = false

◆ csv_ns_value

std::string VW::parsers::csv::csv_parser_options::csv_ns_value = ""

◆ csv_remove_outer_quotes

bool VW::parsers::csv::csv_parser_options::csv_remove_outer_quotes = true

◆ csv_separator

std::string VW::parsers::csv::csv_parser_options::csv_separator = ","

◆ enabled

bool VW::parsers::csv::csv_parser_options::enabled = false

The documentation for this class was generated from the following file: