You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
One solution that you can do is for example:
Read the datas from the input file. Add a tMap, then have 6 outputs (with any schema). And in each output, you redirect to a file in append mode. (first output from the tMap don't need especially append, but others will need).
Another solution more "graphic" could be just have 6 outputs, and link them to a tUnite (to merge the data), then have only one output file.
But this solution can't work right now.
Offline
Do I correctly understand your need if I write:
Input: a b c
output a a a a a a b b b b b b c c c c c c
I find this need very... specific. The only clean solution I see is to create a dedicated component with IS_MULTIPLYING_OUTPUTS="true" is the XML description (see tNormalize component).
Offline

nrousseau wrote:
Another solution more "graphic" could be just have 6 outputs, and link them to a tUnite (to merge the data), then have only one output file.
But this solution can't work right now.
I have tried this solution with TOS 2.1.1 and it works. I have discussed about tUnite component in the following topic : tUnite
Offline
Kaisersose wrote:
nrousseau wrote:
Another solution more "graphic" could be just have 6 outputs, and link them to a tUnite (to merge the data), then have only one output file.
But this solution can't work right now.I have tried this solution with TOS 2.1.1 and it works. I have discussed about tUnite component in the following topic : tUnite
What i mean is have like 6 outputs links from one tMap to one tUnite (so 6 links between 2 components), it's impossible right now. After the other solution works yes.
Offline
Pages: 1