myAttrib= 'Firsttext \\n Lasttext'
to be written to a file like this:
Firsttext
Lasttext
I see there is an Append-mode in FME 2013 - but I assume it should be possible to add linebreaks also to the FME2012? All help appreciated
myAttrib= 'Firsttext \\n Lasttext'
to be written to a file like this:
Firsttext
Lasttext
I see there is an Append-mode in FME 2013 - but I assume it should be possible to add linebreaks also to the FME2012? All help appreciated
I'd recommend the Text File writer instead if such is a possibility. Creating a pretty HTML report via the Text file could be the way if you're after writing statistics.
If you don't want to use a Writer, perhaps the Recorder can be of use.