Hi,
I have 4 files i would like to have joined dynamically.
The issue is:
In file:
InvoiceSummary.csv - I have:
Kundenummer:,,90183621,,,PostNord,,,,,,,,,,
Navn:,,United Broker A/S - Direct Inj. DK,,,SHARED SERVICE FINANCE,,,,,,,,,,
Fakturadato:,,31.01.2020,,,HEDEGAARDSVEJ 88,,,,,,,,,,
Fakturanummer:,,150519519,,,2300 København S,,,,,,,,,,
The 4 lines needs to be added as coulums for each file.
The 3 files, does not have the same header structure, nor the same starting positioning.
So I was thinking if I need to create 1 flow, adding the 4 lines to each file as coloumns.
And trimming until the header.. and then joining?
I hope someone could show me how this could be done ...
Kind regards