Hello ,
Does any one know how to create a list from the comma separated text ?
Example : I have one text like : = "A,B,C,D"
and i want it to convert to list like below :
How to do that ?
Hi Akshay,You can use String_Split function from the Text Extension
Best Regards
Hi Akshay,
You need use String_Split function which exists in Text extension.
You need to use it like below and String_Split will provide you desired output.
Regards
-SK-
Thank You Igor and Shashi, I will give it a try.