I was hoping there was an easier answer (like a button to check).
Now I just need to figure out how to split up my file name (an 8 digit number) using python to call a file half way through the script.12345678 needs to become C:/Temp/12/34/56/78
"C:/TEMP/{0}/{1}/{2}/{3}".format("%name%"[:2],"%name%"[2:4], "%name%"[4:6], "%name%"[6:8])
0---1---2---3 a b c
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.