Removing Specific Characters each element in a List

Hello friendly GH Gurus!

I am reading a CSV file filled with point coordinates into GH and need to manipulate how the points are being written. They currently come with additional [’ '] characters that don’t allow me to plug them into a construct point component. How can I get rid of all ’ and [ and ’

See images:
image

Thank you so much!!

Hello,

use Text Split Component and list the fragment you want to have:

Another Way is to use the Replace Text Component

1 Like

Thank you so much Tay!

The first one was creating several empty items in my list as I split it. The second approach worked like a charm. Thank you again!

1 Like