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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.