config_csv - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table with configuration of import csv qgis button.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| fid | integer | Process id, defined on sys_fprocess | 154 |
| alias | text | Name of the import | Import visit lot |
| descript | text | Description | The csv file must contains next columns on same position: feature_id, feature_type, visitclass_id, lot_id, status (4 is finished), date (AAAA/MM/DD), param1, param2 |
| functionname | character varying(50) | Function that performs the import of data | gw_fct_import_omvisitlot |
| active | boolean | If true, import is available | TRUE |
| orderby | integer | Order of functions showed in import form | 2 |
| addparam | json | Additional parameters |