How to convert string to table view like with columns & rows?

Hi,
I have string like
sno,name,id,status
s3,sri,4,yes
s7,sai,9,no
s9,riya,12,yes
I need to convert that string to table view i.e like sno is header below that i want s3 ,s7,s9.for all the columns header data should be below like this
sno
s3
s7
s9

Please help anyone?

@vnsatyasunil ,
You can use "Generate Data Table " Activity by using , As seperator

Regards,

from datatable only I changed to type string.
I want to send that table view string in message.
In message only string variables are supported.
basically I have this data in excel sheet need to send that in webex chat

@vnsatyasunil ,
You mean you want the table to be printed in a mailbody as a message?
If so, You can use “create HTML Content” Activity and pass the data table variable .
So that you can send a mail using “IsHTML” option enabled.

Regards,

in mail as u said I did it worked fine.
I want to send the same table view in webex message.
We have send group message webex activities but not getting how to attach files in activity

Please let me know if you know how to attach file in webex send message activities