Hi there,
I have been trying to find a way to tell GIS to look in a folder and get me all .jpg files without the string _TIR in it.
So far I have tried iterating through the folder using "iterate rasters" in model builder, but I don't know how to specify a wildcard to be NOT something rather than something, and whenever I try to test it using a wildcard to find TIR, it only spits out one raster that it places in the TOC (I want all of them).
Another way to do it would be to use python listRasters and arcpy.CopyFeatures_management to move the files I want to a new folder and then import them all together, but I still can't figure out how to specify that I don't want something in the text string.
Can anyone help? I feel like it is a really simple solution, but I just can't find it!
Thanks so much.