Text Parsing Problem.

crisdebourg

Client
Регистрация
14.02.2011
Сообщения
53
Благодарностей
3
Баллы
0
I encountered an issue with the text parsing step branch. In debug mode the this step branch executes correctly and recognizes the text but when executing the template in zennoposter, the text isn't found and I get the error: Nothing is found during regular expression parsing step_id: ●3●6●3●5●5●5●; branch_id: tp-5896.

Can you please tell me what am I doing wrong?
 

gcomm

Client
Регистрация
01.03.2011
Сообщения
332
Благодарностей
93
Баллы
28
You can check this thread.

In debug you will see the results of your parse yes, but make sure you-

Append the results of your regex(parsing/mail) step to a file >
then get block
[ optional ??> do(more) regex ]
then output your needed data to file.

In my example below I simply pull the entire email message (by subject content) and parse it in another step for links.


There are other ways to do this however, this may be the long route, but it works.

Посмотреть вложение Parse-Megasteps.xml
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
Try to put pause before parsing.
 

crisdebourg

Client
Регистрация
14.02.2011
Сообщения
53
Благодарностей
3
Баллы
0
You can check this thread.

In debug you will see the results of your parse yes, but make sure you-

Append the results of your regex(parsing/mail) step to a file >
then get block
[ optional ??> do(more) regex ]
then output your needed data to file.

In my example below I simply pull the entire email message (by subject content) and parse it in another step for links.


There are other ways to do this however, this may be the long route, but it works.

Посмотреть вложение 668
I'm referring to parsing a piece of text from the webpage after registration and prior to email confirmation for text presence check reasons not. Still thanks for the additional info. I'll put them to good use :-)
 

crisdebourg

Client
Регистрация
14.02.2011
Сообщения
53
Благодарностей
3
Баллы
0

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