How to write date which is given in a row to column

I am new to uipath, please help me in below issue

I have an input excel in which there are four columns
image
I want output in the below format
image

Hi @Ashika_Raj

You can use the below component to do this. This component includes an activity named data transpose which converts data row to column, just like you need.

https://go.uipath.com/component/data-manipulations

Download it and install through Studio. It also includes a user guide which you can follow to use the activity

3 Likes

thanks @Lahiru.Fernando
Without using any custom activity is it possible?

1 Like

It is… but you’ll need to write a bit of a complex code… I think you can find some samples here in the forum too…

1 Like