Does wM allows to write a single file

Dear Gurus,

I have a requirement, where Publisher will publish 100 canonical documents to the Broker. Subscriber of this documents should take parse and write into a single flat file.

Please suggest me how to do it.

Does wM allows to read 100 canonical documents and create a single flat file at the subscriber side?

Can subscriber service be scheduled instead of the triggering mechanism?

Thanks
Khan

Does wM allows to read 100 canonical documents and create a single flat file at the subscriber side? – On the target/subscription side you can writeToFile (use append mode)

Can subscriber service be scheduled instead of the triggering mechanism? – As you are using Broker then pub/sub (trigger mechanisim) ofcourse is mandatory and scheduler cannot be used in this scenario.But unless you wanted to use standalone service (which gets the docs/data from db or ftp etc…)


HTH,
RMG

Thanks RMG,

So, we are left with appending the file continuously for all the documents.

~Khan

Keep moving…thanks!