However, I want that directory to be specified within the workspace at runtime based on the fme_basename of the input.
So for example:
Inputs:
random_dataset_1.csv
random_dataset_2.xls
Outputs:
c:\\outputs\\random_dataset_1\\bad_data.shp
c:\\outputs\\random_dataset_1\\bad_data.TAB
c:\\outputs\\random_dataset_1\\bad_data.csv
c:\\outputs\\random_dataset_2\\bad_data.shp
c:\\outputs\\random_dataset_2\\bad_data.TAB
c:\\outputs\\random_dataset_2\\bad_data.csv
How can I do this? There isn't a "parameterWriter". I think I saw someone about using special fme_ attributes, but I can't recall what nor find them.
Thanks.