37#include "../include/STK_Import_Util.h"
#define _T(x)
Let x unmodified.
String const & toUpperString(String &s)
convert the characters of the String to upper case
TypeImport
define the type of import we want to perform.
TypeImport stringToTypeImport(String const &type)
Convert a String to a TypeImport.
@ numeric_
try to convert the columns in numeric values and let the others as string
@ only_numeric_
conserve only the columns with numeric values
@ intelligent_
try to convert with the most appropriate format the columns. NOT implemented
@ string_
copy the columns
@ directed_
convert using an array of conversion.
@ unknown_
try to convert the columns in numeric values and let the others as string
std::basic_string< Char > String
STK fundamental type of a String.
String typeImportToString(TypeImport const &type)
convert a TypeImport to a String.
The namespace STK is the main domain space of the Statistical ToolKit project.