I have a working workspace which has 4 writers in it (PDF, CSV, CSV, SHP). They currently all write to a single zip file.
However, what I'd like is for three of the writers to also write a copy of the data to somewhere else (not the zip file).
Obviously I can just create 3 more writers and plug them in next to the zip-ones, but I was wondering if there was a more elegant solution.
Notions I've had so far:
- Shutdown Python to uncompress/compress stuff. Seems a bit heavy.
- A file writer/copier but I'll need a lot of pipework to figure out filenames etc.
- 3 new writers.
- Add a second directory in the DestDirectory parameter (delimited with a comma). FME errored out.
Any other notions? Ideally the last one works but I'm doing it wrong.
Thanks,
Jonathan