ack940129
(Ack940129)
September 15, 2020, 9:20am
1
Hi All,
As title, is anyone know how to split the data from 1 column into 2 columns? you may refer to below for the example. Thanks.
The Column I have
This is what I want to show my excel
I have no idea on how to do this after searching online. Hope someone can assist.
Srini84
(Srinivas Kadamati)
September 15, 2020, 9:33am
2
@ack940129
Is that is fixed string or there are any changes?
Thanks
ack940129
(Ack940129)
September 15, 2020, 9:34am
3
Hi, This is fixed string. Thanks
ack940129
(Ack940129)
September 15, 2020, 9:46am
5
Wow, so much help for me, can u please share me the activity? Much appreciated!
Srini84
(Srinivas Kadamati)
September 15, 2020, 9:48am
6
@ack940129
Here is the fileSplitString.zip (3.1 KB)
Mark as solution if this helps
Thanks
Hi @ack940129
Store that value to a variable and apply these REGEX
Store those three to different variables and write to csv/xl.
Mark this as solution if this helps.
Regards,
Aditya
ack940129
(Ack940129)
September 15, 2020, 9:52am
8
Thanks! Let me try it out and get back to you.
1 Like
ack940129
(Ack940129)
September 15, 2020, 9:52am
9
Hi @desineediaditya , thanks for your reply. Let me try it out and get back to you!
1 Like
ack940129
(Ack940129)
September 15, 2020, 10:16am
10
Hi @Srini84 ,
I tried to read from Excel and write to Excel using your example, am i missed out anything as i received an error. Could you pls assist to help me modify, I have attached both xaml and excel file. Thanks
read.xlsx (11.1 KB)
Main.xaml (13.8 KB)
Srini84
(Srinivas Kadamati)
September 15, 2020, 10:20am
11
@ack940129
can you try row(“Column1”) instead of row(0)
Hope this helps
Thanks
ack940129
(Ack940129)
September 15, 2020, 10:20am
12
Hi @Srini84 ,
The result I want to show is something like this as below.
Srini84
(Srinivas Kadamati)
September 15, 2020, 10:21am
13
@ack940129
Attach the project.json file also, so that i will try to change the flow
Also check below post too, to set the value to datatable
https://forum.uipath.com/t/convert-date-time-format-tutorial/242670/2
Thanks
ack940129
(Ack940129)
September 15, 2020, 10:26am
14
@Srini84
Here you go. Thanks
BlankProcess23.7z (19.9 KB)
ack940129
(Ack940129)
September 15, 2020, 1:12pm
16
Thanks bro! It’s work perfectly. Much appreciated!
1 Like
system
(system)
Closed
September 18, 2020, 1:12pm
17
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.