Skip to main content

Hello,

I have a (static) file in the FME Server resources folder and I would like to have a copy of this file to the output of my workspace. I tried AttributeFileReader with AttributeFileWriter. This gives a file in my output with the correct name, but it's unreadable. I also tried a FeatureWriter with File Copy but I can't get it to work.

Any ideas?

 

I found the answer myself. In the AttributeFileWriter I changed the Character Encoding to fme-system and now it works!


Reply