winningvish
(Vishnu Vardhan )
1
Hello Everyone,
I have used all methods like Trim, Substitute and clean to replace the spaces with empty character but failed.
Please find the attached excel file with the sheet name : Sheet1 and Column L
Can some one please help me on this to remove all spaces within excel.RemoveSpaces.xlsx (9.2 KB)
Thanks a lot in advance.
Regards
VishnuRemoveSpaces.zip (20.5 KB)
AshwinS2
(Ashwin S)
2
Hi @winningvish
Use assign dt.columnname(“column name”).expression=row(“column name”). ToString.trim
Thanks
Ashwin.S
sandeep13
(Sandeep Pathak)
3
@winningvish
use Replace regular expression
please find attached workflow.
Test.xaml (8.4 KB)
6 Likes
sandeep13
(Sandeep Pathak)
4
@winningvish
let me know its worked for you?
Thanks
1 Like
winningvish
(Vishnu Vardhan )
5
Thank you so much Sandeep it worked.
Implemented the same logic in the actual work flow I am working on.
Regards
Vishnu
1 Like
winningvish
(Vishnu Vardhan )
6
Hi Sandeep,
how I can I get only the numbers from the string using regex?
Regards
Vishnu
sandeep13
(Sandeep Pathak)
7
@winningvish
this post may be help you
1 Like
system
(system)
Closed
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.