Hi All, i’m getting some input data from excel in separate column, i want to read that column and need to split them and write in row by row in new excel.
Note: My excel having multiple columns in sample excel i mentioned it in 1st column.
According to the Input and the Expected Outputs that you have provided us, the pattern seems to be that there are Numbers/Mixed Alphabets separated by a “-” (hyphen), which constitutes it as one group or one value.
Going ahead with this logic, I have managed to derive a regex and use it to get the desired output. Please Check the workflow below and test it with all suitable Data. Split Numbers.zip (9.5 KB)
If this is not the expected solution, please let us know in more detail as to what was the issue.