Question

Copy file from resources to output

  • 29 September 2022
  • 1 reply
  • 4 views

Badge +4

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?

 


1 reply

Badge +4

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

Reply