Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Can any one please help me on below requirement.
I have a excel source like below.Two of the headers were in Row1 and Two of the header are in Row2.
Is there any way to load these headers from same row. Please help me on this.
Thanks in advance
Hi,
Can you clarify how you want to load the table? i.e should the expected table after loading look like this
Header1 | Header2 | Header3 | Header4 |
1 | a | 5 | q |
2 | b | 6 | w |
3 | c | 7 | e |
4 | d |
or like this ?
Header1 | Header2 | Header3 | Header4 |
1 | a | ||
2 | b | 5 | q |
3 | c | 6 | w |
4 | d | 7 | e |
BR,
Vu Nguyen