Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Splitting multiple values in a row to columns

Hi Team,   I have one scenario Which is having two columns Start and End.   Start        End A,B,C        X,Y,Z     and I need output like this.   Start       End A              X B      ...