Re: Multiple outputs to a CSV file
- From: "Yossi Dahan" <yossidahan@xxxxxxxxxxx>
- Date: Mon, 16 May 2005 15:24:45 +0100
There are a few options to do so.
One of them is to change the file adapter in the output (assuming you are
writing to a file from your post) to Append, this will make sure that the
next message is appended to the file rather then adding a new one.
You will have to make sure the filename used is identical for all related
messages using the MessageID will not be a good option then
You will also have to take care of the decision when to start a new file.
this will be done through the file name as well. setting a new filename (or
removing the existing file) will result in a new file created.
Hope this helps
Yossi Dahan
"Dave" <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1E21F07B-E8D7-42EC-A77A-B805A6BD3D63@xxxxxxxxxxxxxxxx
>I have multiple inbound XML documents that I need to process using an
> orchestration and then store some of the data in CSV format. My question
> is;
> can I append the results of each inbound XML document to the SAME CSV file
> rather than having one output created for each input.
>
> I hope this makes sense.
.
- References:
- Multiple outputs to a CSV file
- From: Dave
- Multiple outputs to a CSV file
- Prev by Date: Multiple outputs to a CSV file
- Next by Date: How to access context properties in a Receive's Map
- Previous by thread: Multiple outputs to a CSV file
- Next by thread: How to access context properties in a Receive's Map
- Index(es):
Relevant Pages
|
Loading