Hi!
I'm trying to have FME to output an excelfile and use an attribute as it's filename. Can't get it to work! In the parameters settings for the writer I enter the folder in the "Destination Fanout Directory" and as the Fanout Expression i enter:
@Value(ATTRIBUTE THAT I WANT TO USE HERE).xlsx
This gives me one ".xlsx", that does not open, and one file with the correct filename but without a file ending (xlsx).
Anyone who can point me in the right direction?
Using fme desktop 2020.
UPDATE:
The error was my own fault. The attribute value contained a : (colon) which a filename can not include. Sort this out and the filename get produced as expected.