Skip to main content
Question

Copy file from resources to output

  • September 29, 2022
  • 1 reply
  • 34 views

arnovananrooij
Contributor
Forum|alt.badge.img+5

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

arnovananrooij
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • September 29, 2022

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