How to convert comma delimited list to a normal list?

So I used the “Lunchbox point to string” node, but I want it in a normal list form as shown. My workaround was through excel, but I’m sure there is an easier way.

Thanks

List

 

 

 

 

 

 

 

Use the string split node, you just put your string in the input and a string containing the separator, in your case a comma. Your original points list would already be in this format though so not sure what you are trying to achieve but hope this helps.

 

Michael

 

stringsplit

Hi Amin,

Have a look in Help>Samples>Core>CoreStrings for some other actions you can perform on strings.

2015-01-05_095610

Thanks a lot

Is there a way to go the other way? A list of strings to strings separated by a comma?

Never mind I figured it out. Thought String.Join to a minimum of 2 lists.