Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
CSVReader Class Reference

#include <io.h>

Public Member Functions

 CSVReader ()=default
 
 ~CSVReader ()=default
 
void strNormalize (std::string &s)
 
bool reading (const std::string &datafilespath, bool normalize)
 
void write_one_table (const Table &table, const std::string &outfilename)
 
bool reading_one_table (const std::string &datafilepath, bool normalize)
 
int get_max_val_len ()
 

Public Attributes

std::vector< Tabletables
 

Constructor & Destructor Documentation

◆ CSVReader()

CSVReader::CSVReader ( )
default

◆ ~CSVReader()

CSVReader::~CSVReader ( )
default

Member Function Documentation

◆ get_max_val_len()

int CSVReader::get_max_val_len ( )
inline

◆ reading()

bool CSVReader::reading ( const std::string & datafilespath,
bool normalize )

◆ reading_one_table()

bool CSVReader::reading_one_table ( const std::string & datafilepath,
bool normalize )

◆ strNormalize()

void CSVReader::strNormalize ( std::string & s)

◆ write_one_table()

void CSVReader::write_one_table ( const Table & table,
const std::string & outfilename )

Member Data Documentation

◆ tables

std::vector<Table> CSVReader::tables

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