I am a new CloverETL user and have an Excel invoice file that contains both header and line item detail.
For example, row 3 is the header row and contains supplier name and invoice number. Rows 4 through 6 contain the line items. Row 7 contains the next invoice header and rows 8 and 9 contain the line items. etc. The number of lines can vary for each invoice.
I want to create an excel or csv file that adds the supplier name and invoice number to each line item. The attached excel file shows the format of the input data in the “Original Data” sheet and the preferred format in the “Transformed Data” sheet.
I can create the two files, one with header rows and the other with the line item rows; but I don’t know how to get the header row information in the line item rows.
Any assistance would be appreciated.