-
Notifications
You must be signed in to change notification settings - Fork 11
gw_fct_import_dxfblock
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Function to import dxf blocksEnables the possibility to import dxf blocks
SELECT gw_fct_import_dxfblock($${
"client":{"device":4, "infoType":1, "lang":"ES"},
"feature":{},"data":{}}$$)
{
"status": "Accepted",
"message": {
"level": 0,
"text": "Process executed"
},
"version": "3.4.019",
"body": {
"form": {},
"data": {
"info": {
"geometryType": "",
"values": [
{
"id": 3387,
"message": "IMPORT DXF BLOCKS FILE"
},
{
"id": 3388,
"message": "------------------------------"
},
{
"id": 3389,
"message": "Reading values from temp_csv table -> Done"
},
{
"id": 3390,
"message": "Inserting values on temp_table as point geometry -> Done"
},
{
"id": 3391,
"message": "Deleting values from temp_csv -> Done"
},
{
"id": 3392,
"message": "Process finished"
}
]
}
}
}
}