I am new to uipath, please help me in below issue
I have an input excel in which there are four columns
I want output in the below format
I am new to uipath, please help me in below issue
I have an input excel in which there are four columns
I want output in the below format
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
thanks @Lahiru.Fernando
Without using any custom activity is it possible?
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…