1292
Views
3
Comments
Solved
Convert comma separated Text to List
Question

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 : 

  • List item - 1 A
  • List item - 2 B
  • List item - 3 C
  • List item - 4 D

How to do that ?

2021-02-19 12-08-38
Igor Khodak
Solution

Hi Akshay,
You can use String_Split function from the Text Extension 

Best Regards

2025-04-22 05-54-18
Shashi Kant Shukla

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-

UserImage.jpg
Akshay Tank

Thank You Igor and Shashi, I will give it a try.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.