Hi,
I've got scripts set up to download 51 zipped up shapefiles to a directory, then extract them to another directory. There is a script to delete the old files as well so that it doesn't get out of hand. However, my source is now appending the date to the shapefile. My script expects the name to not have dates attached to it. I've used the FilenamePartExtractor and AttributeCreator to change the filename to the desired name that will work with the conversion script of shapefile to EGDB. My problem is that I can't get filecopy writer to copy or move these files to a new directory so that they can be used by the conversion script. I'm not sure what I'm missing. I've used the filecopy before for a single json file, never for many files that are related (shapefile has 8 components in this case), but this time it is being very picky. I'm thinking it has to do with the 8 files rather than 1. In the StringConcatenator, I see the name that I want and the filecopy is set up to go to the new directory. Argh!
Thanks!