python - Using PYQGIS to join 2 dbf files with common column(id) -


i new qgis , python. need join 2dbf files using qgis , python create shapefile.the 2 dbf files have common column(id). can give me idea how can join dbf files produce 1 shapefile? library can use same?

since there no other answers, i'll offer solution batch joining 2 or more files using dbf commander professional.

install app, create bat file contains sql commands follows:

"c:\program files\dbfcommander\dbfcommander.exe" -q "insert 'd:\destination.dbf' select * 'd:\source.dbf'" 

type commands need, or use loop find dbf files in folder. run bat file. remember, dbf files should of same structure (field names , types).

the app has full-featured 20-days trial period, can carry out operation free. more info on using dbf commander pro in batch mode can find here.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -