I am trying to output a directory structure like so:
/metadata.csv
/version.txt
/Dir1/
/FileA.txt
When I publish to the Server and run as a Data Download job, the file structure in the resulting .zip looks like this:
/dataset/metadata.csv
/version.txt
/Dir1/
/FileA.txt
I have specified the $FME_SERVER_DEST_DIR=\
I have set the metadata.csv writer folder to link to $FME_SERVER_DEST_DIR
How do I have to configure this so that metadata.csv writes to the top level directory without creating a subfolder for itself?