Hi,
I am getting a file regularly which has data from the 1st row. No headers defined in those attachments. I have the header row separately , which will not change.
Now I need to insert one blank row on top of my dataset and add the header value on that blank rows.
Tried with Union function, but its not working
Is there any way to achieve this please