xml o/p aggregation using DS ver 7.5
Moderators: chulett, rschirm, roy
chulett wrote:Output mode needs to be 'Use trigger column' if you want a change in value of that field to drive filename changes in the output. ...
Thanks for your inputs.
Tried using this option but in this case some of the tags could repeat:
<directory>
<customer name="Acme" zone="East">
<division>Toys</division>
<city>Boston</city>
<city>New York </city></customer>
</directory>
whereas what I am looking for is an output like:
<directory>
<customer name="Acme" zone="East">
<division>Toys</division>
[b<city>New York </city>[/b]</customer>
<customer name="Acme" zone="East">
<division>Toys</division>
<city>Boston</city></customer>
</directory>
considering that zone content triggers/changes to change the o/p rows accordingly.
Is that possible using xml?
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
You have no control over how it builds multiple filenames, other than supplying the 'base' name. It will then, from the second file generated onwards, append an '_?' number to that.
The trigger column controls when the current file is closed and a new one opened. Where you put the Key column is what controls the repeating element.
The trigger column controls when the current file is closed and a new one opened. Where you put the Key column is what controls the repeating element.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
