Transform several items of a list in one variable

neomatic

Client
Регистрация
27.10.2011
Сообщения
64
Благодарностей
8
Баллы
8
Hi,
In ZP3, there was a functionnality "take a block from the file", that I can't find in ZP5.
I'm actually putting all results of a regex in a list, andI want to do a regex in that whole list (without doing it in the DOM).

Regex all links from the page : (?<=href=").*?(?=") -> list1
Regex in list1 : {-Variable.keyword-} from listkeyword

I think i can find something with merge items, I guess to add all line in a variable.
If you have simple solution, I take it.
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
List processing - Merge.
Otherwise I dont understand your request.
 

neomatic

Client
Регистрация
27.10.2011
Сообщения
64
Благодарностей
8
Баллы
8
Thanks for reply rostonix,

Merge is probably the solution.
But if a do a regex from the BOM (tabs/data), it's fine.
And when I want to do it from my merged result variable, regex (with word processing) is not working.
I'm a little bite confused.
218825zennoblock.jpg
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
When you execute action and it work like you dont expect it to work, you can select executed mode this way:



And you will see text that you used for parsing and regular expression that you used.
So you need to fix any of that is something is wrong.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)