• i'm getting multiple files outputs whereas i want to combine all my input to a single file.

    here's what i'm doing. i have multiple files e.g Item1.xml, Item2.xml, Item3.xml, etc. these files have same format field , i created Foreach Loop container inside the container i have a dataflow which has xml source and Flat File Destination.

    the destination should be a single file which combines data coming from the xml source instead i'm getting multiple outputs.

    thanks