reading serial data from arduino into labview?

I have managed to read data serial data from my arduino sketch onto labview.My problem is that I get a stream of data showing ,time, temperature, air-humidity,soil humidity and light intesity in one string.
It looks something like this :
1sek, 2, 20, 20 5
2sek, 2,20 ,20 6
.
.
.
.
and so on......

I dont know how to separate this string that comes through Serial VISA block in labview and represnt it in separate indicators so that I can view it separately and no just a bunch of numbers?
I hope sombedoy on this forum has some expirience with both Labview and Arduino and can help. I have looked through the internet the whole day, but have not found anything usefull.