How can I insert new rows (ie. more header rows) into a dataset

I have some transformations where the output files needs 4 empty rows underneath the header row before the data starts.
The reason is that I have another import tool, that only starts reading data from line no. 5.

Is there a way to achieve this?

You can achieve this by creating a dataset with 4 empty rows and merging you actual dataset into it.

Here is an example:

project.morph (2.8 KB)

Thanks!
That worked perfectly :slight_smile: