Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Adding Commas to Text

Hello,

My data source is a SharePoint list and I want to add a comma within a text column so that it be cleanly split by a delimiter. This is how the text appears in some of the rows:

 

BaCLH-20LH-21LH-23

 

I want to add commas so that it looks like this:

 

BaC,LH-20,LH-21,LH-23

 

If the first part was just four characters, that would be a clean split but the first part has three characters. I have also tried SplitTextBy.CharacterTransition but that did not work effectively.

 

After the text gets split into different columns, each individual item (BaC, LH-20, LH-21, and LH-23) will then be summed and used in visualizations.

 

Does anyone have any ideas?

6 Replies