cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
252
Views
0
Helpful
1
Replies

UCCX read string from each line of plain text

humala pontas
Level 1
Level 1

i have a url result as below. its plain of text not xml format result

a = one

b = two

c = three

4 = four

how to make uccx collecting each line of that into a string variable?

the result string should be like this:

stringline1 = "a = one"

stringline2 = "b = two"

stringline3 = "c = three"

stringline4 = "d = four"

1 Reply 1

The easiest answer since your question is not very detailed is to use substring to find the data you're looking for. If your license supports it you can use Java to do string manipulation too.

 

david