Hi Everyone,
I have the following incoming data
| Name | Department |
| Arnab | abc |
I want the output as
| Name | Arnab |
| Department | abc |
Can anyone help me on this??
Solved! Go to Solution.
Hi @arnabd100
use Transpose tool with Data Fields checked, as this picture below:
If you want the first row to be used as Field Names, use Dynamic Rename.
Cheers,
