Hi,
I have text column (only 1 Row data)(comma separated) need to split into columns, but here problem is I want to change (# split into no of columns) in "Text to Columns" tool dynamically.
For example: if have A,B --> number should change to 2 dynamically, by counting delimiters in text
A,B,C -> number should change to 3 dynamically, by counting delimiters in text

* I have no idea whether Regex can do this
Can any one help me on this
Thanks,
Kartheek