Quantcast
Channel: [Q&A - FAQ Neotys] Last questions
Viewing all articles
Browse latest Browse all 2283

Can I select multiple lines as a variable extractor boundary?

$
0
0

"Data1": "Filename",
"Data2": "123",
"Data3": "456"

In this example I want to extract the 123. These 3 lines of code appear multiple times, but I need to include multiple lines to ensure I get the correct Data2 value. Therefore I must include the Data1 in the boundary.

I would like my left boundary to be:
"Data1": "Filename",
"Data2": "

However this does not work. How do I choose a boundary with multiple lines?


Viewing all articles
Browse latest Browse all 2283

Trending Articles