I have created a Model within ModelBuilder that iterates over a folder, removes invalid characters (spaces and hyphens) from each raster name and then copies them into a geodatabase. By removing the invalid characters from the raster names, I've landed up with duplicate names and therefor the rasters are being overwritten. I would like to use the existing model and append the new raster name to a geodatabase table that I can use to identify the duplicate names that I need to manually change before copying the rasters to a geodatabase. I want the use the value (Raster Name) returned from the Calculate Value tool and append that into an existing Geodatabase Table.
Regards