Defining output data to write

The structure for the output document dictates the structure of the loops and functions in the sequence because these functions create the output document. To loop through all suppliers, follow these guidelines:

  • Create a loop that controls the repeating element for supplier in the output document.

  • Create a Restructure function in the loop.

    The Restructure function automatically controls the loop.

If the output document has a nested structure, for example payment transactions per supplier, follow these guidelines:

  • Create the corresponding nested loop controlled by another Restructure function.

  • Define the input data to use.