Hi,
I have a folder with 4 primary shape files. Each shapefile has a field "direction". I want to split each primary shapefile based on the field direction which has 4 (NSEW) directions. So the output should be 4x4 = 16 shape files.
I am able to input one primary shapefile and use iterate feature selection to split "one" shapefile to "four" shape files. But I am not able to loop to the second primary shapefile ( of the 4 original files in my folder).
how can I make this work? Please guide.
Srirama