Hello
Does anyone have a python script that:- given a layer with multiple attributes (e.g. store, city,zip-code...)will- split the layer into multiple layers; one layer for each unique value of the given attributes (e.g. store_X, store_y....)i tried to do it with the model builder by using iterators but couldn't get any result
Thanks for the advice,Split By Attributes—Help | Documentation
will do it
i will try it.thank you
Did it work? If so, can you close. If not, provide more info