-loadftrgrp
template: csv?clnt=<name|pass>&com=loadftrgrp&path=<path>&cs=<character_seperator>&nmcol=<column_number>&ftrcol=<column_number>&usrcol=<column_number>&fs=<character_seperator>
descript: Reads a csv file with feature groups and inserts them into the database. The parameter path contains the path that the csv exists. The parameter cs contain the character(s)
that separate(s) the csv file. The csv must contain one column with the name of the feature groups. The parameter nmcol
specifies the column number of the names. The parameter is optional and if it is ommited the PServer assumes it has the value 0 (1st column). The parameter ftrcol
specifies the column number of the features of the group. The features must be separated by some character or charactes that is the value of parameter fs. The parameter
ftrcol is optional and if is ommited PServer assumes that has the value 1 (2nd column). The parameter usrcol specifies the column with the users that are the owners of
the feature group. The users must be separated by some character or charactes that is the value of parameter fs. The parameter is optional and if is ommited PServer assumes
that it has the NULL value and the feature group belongs to everyone.
examples: csv?clnt=tname|passcom=loadftrgrp&path=/home/user/csv_file.txt&fs=\\|&cs=\\,&nmcol=0&ftrcol=1&usrcol=2
returns : 200 OK, 401 (fail, request error), 501 (fail, server error)
200 OK : no response body exists.