Generate then send a file

#14839

Hi,

I can’t believe I can’t easily do that ! I just want to generate a file with my [i:39a86bab0b]XML [/i:39a86bab0b]msg. The aim of this solution is to generate 2 files :
[list:39a86bab0b]-The first one is a flat file. It is constructed from the incoming message. That one is ok
– The other one must be a [b:39a86bab0b]new generated text file[/b:39a86bab0b] during the orchestration.[/list:u:39a86bab0b]
But the result is like this :
[code:1:39a86bab0b]<?xml version=\"1.0\"?>
<string>… GL07 process …</string>[/code:1:39a86bab0b]
However, I would like a file with that inside :
[code:1:39a86bab0b]… GL07 process …[/code:1:39a86bab0b]
So, do I need to code a custom [i:39a86bab0b]pipeline[/i:39a86bab0b] just like in the BT2K6 samples ? Or create a schema, a map then used the flat file pipeline ?

Any help is welcome…

Thanks !