Extract only required values from website - Table extraction not working

@Sathish_Kumar_S

You can use split function

Title = str.Split(“:”)(0)
Value = str.Split(“:”)(1)

Regards,