Export/Import Shp file records to sqlite table

المشرف العام

Administrator
طاقم الإدارة
I am new to python and ArcPy. I need to transfer all the records of a single shapefile to a table created in sqlite3 without the geometry.

So far I was only able to retrieve the records using SearchCursor. Somehow, I am not able to create a relation between the shp file and sqlite tabe so that I can transfer the data directly. I tried using InsertCursor, but of no use. I am basically confused on approaches to transfer the data.



أكثر...
 
أعلى