-loadftr

template: csv?clnt=<name|pass>&com=loadftr&path=<path>&cs=<character_seperator>&ftrcol=<column_number>&defvalue=<real_value>&pref=<string_value>
descript: Reads features and set default feature values from a csv file and inserts them into the PServer database.
The parameter path specifies the path that the csv file exists, the cs parameter is the charaster(s) that
seperate(s) the file columns, the parameter ftrcol is the column number that feature names exist, is optional and if is missed then
PServer assumes that has the value 0. The parameter defvalue specifies the default value that these features will take, this parameter
is optional and if is missed then PServer assumes that has the value 0.0. The parameter pref spesifies a string that will be put in
front of the strings that will be read from the file. If this parameter does not exist then NULL is assumed.
example : commu?clnt=tname|pass&com=loadftr&path=/home/user/csv_file.txt&cs=,&ftrcol=0&defvalue=1.0&pref=ftr_
returns : 200 OK, 401 (fail, request error), 501 (fail, server error)
200 OK : no response body exists.