I have a column which has 3 values mix I want to make them separate.
Separate the 1 digit and create new column named - Number
Separate the date and create new column named - date // date can be in string format
remaining content as it is in same column
This solution adding both dates, but my req was to fetch 1 date.
However, this is useful for me in future. But can not mark as a solution as req added here is slight diff than the o/p getting.
Also, using UiPath I would prefer to do, but regex are useful