berkaykor
(David Lopez)
1
Hey everyone,
I have an excel file which I export from SAP system.
The problem is exported excel is not formatted.
What I mean is every header and values are under “A” column.
How can I make robot reformat it so I can get the values under the headers. Because now its like:
“”“”“”“”“A”“”“”“”“”“”“”
number,name,date…
12,Isiah,12.01.2000 etc.
I want number to be on A, name on B, date on C, you got the idea.
I would appreciate every bit of help.
Ty,
Hi @berkaykor
Try this
-
Read the datatable and store in dt1 varaible
-
Use output datatable activitiy to out the Dr as string varaible type let’s say store in output varaible
-
Use generate datatable activitiy to convert it into the datatable format with some settings
( If I remember there is a delimiter option where u can put ‘,’ as delimiter
Hope it helps
Mark it as solution if u got it
Regards
Nived N
Happy Automation
berkaykor
(David Lopez)
3
I didnt get the 2nd part you wrote.
between the headers and values, there is white space and " ; " so its like:
Purch.Doc.; Item;Material;Short Text ; Created On;
(the white space is more than 1 space but forum only shows 1 space to avoid spam, i guess)
hi can u share screenshot of excel.for understanding ur query well @berkaykor
berkaykor
(David Lopez)
5
I shared it with u via message.
Hi @berkaykor
Please check my response sent via message
Please check and let me Know ur feedback