39#ifndef STK_IMPORT_UTIL_H
40#define STK_IMPORT_UTIL_H
This file include all the header files of the project STKernel.
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.