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

UCCX read string from each line of plain text

humala pontas
Beginner
Beginner

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

david.macias
VIP Advocate VIP Advocate
VIP Advocate

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers