I want to split a entire column with a delimiter ' ; '

I want to split a entire column with a delimiter ’ ; ’

Hi @Prashanthkc. You’ll want to create a calculated field using the split function.

Something like: split({field}, ‘;’, 2)

i used the same but its giving error

the ‘’ quotes are incorrect. Can you change it to the regular quotes?

Something to note it will only grab the specific index.