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.
أكثر...
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.
أكثر...