Hi @ld, I don't think you can do that with shutdown script, but possibly the File Copy writer can be userd here effectively.
Write the Shapefile dataset into a folder with a FeatureWriter, use the File Copy writer to move the resulting files to the destination folder, and copy the prj file to the same folder using the same File Copy writer.
FME Server would archive the moved/copied files into a zip file to allow the user to download, if you specified the File Copy writer as the destination writer for Data Download Service.
Hi @ld, I don't think you can do that with shutdown script, but possibly the File Copy writer can be userd here effectively.
Write the Shapefile dataset into a folder with a FeatureWriter, use the File Copy writer to move the resulting files to the destination folder, and copy the prj file to the same folder using the same File Copy writer.
FME Server would archive the moved/copied files into a zip file to allow the user to download, if you specified the File Copy writer as the destination writer for Data Download Service.
Would you add a PythonCaller transformer here between the FeatureWriter (shp) and filecopywriter?
Hi @ld, I don't think you can do that with shutdown script, but possibly the File Copy writer can be userd here effectively.
Write the Shapefile dataset into a folder with a FeatureWriter, use the File Copy writer to move the resulting files to the destination folder, and copy the prj file to the same folder using the same File Copy writer.
FME Server would archive the moved/copied files into a zip file to allow the user to download, if you specified the File Copy writer as the destination writer for Data Download Service.
Thanks. I ended up writing a shapefile with no CRS (CoordinateSystemRemover), then writing a .prj file separately to the same destination (Text File Writer).