How can I get and copy to table specified strings from response(I Think that it is same as getting from any text)?
I mean that for example I am getting response like:
PSEUDO CODE:
"blablabla... rank:1, name:string1, blablabla, rank:2, name:string2... "
I would like to get and copy string1,string2,string3,...,
to table. How can I do IT?