Hi there,
I have multiple folders consisting of many shapefiles of different shape types (point, line, polygon). I have created a geodatabase and three feature datasets (point, line, polygon) in it. All i want to do is to ask python to loop through each folder and describe shape type then import shapefiles to their respective feature datasets. I finished the first and second steps, but the last one (importing shapefiles to their respective feature datasets) is tricky for me. Any ideas or suggestions on that are much appreciated.
Thanks.