Hermes
|
The file implements the loading function of datasets. More...
Functions | |
table | hdatasetsload (text dataset_name, text csv_file="", boolean keep_input_data=false) |
The function loads dataset in the database from a file. More... | |
The file implements the loading function of datasets.
table hdatasetsload | ( | text | dataset_name, |
text | csv_file = "" , |
||
boolean | keep_input_data = false |
||
) |
The function loads dataset in the database from a file.
[in] | dataset_name | the name of the database |
[in] | csv_file | the name of the file that the data resides |
[in] | keep_input_data | boolean value showing if the input data will remain |