Scraping to Table issues..

amul

Client
Регистрация
02.07.2011
Сообщения
142
Благодарностей
10
Баллы
18
So I've got 2 elements I'm scraping ..

element 1 -- is a list of words
element 2 -- is a list of numbers

both of them are in <spans> and I've got the right regex to scrape each one into lists.

SO in the new version I can use TABS > DATA to Put result to Table...

The first action is adding it to COLUMN A ... then I set the next action to Exclude Columns A .. (so it adds to 2nd Column) and I keep getting an error.

What should I put in the "exclude columns" field? so that it writes the list to 2nd column?

thanks
Amul


listToTable.jpg


error.jpg
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
524
Благодарностей
112
Баллы
43
... since you are using regex, columns are not called by letters, you must use numbers.
a=0
b=1
c=2
...
 
  • Спасибо
Реакции: noname007

amul

Client
Регистрация
02.07.2011
Сообщения
142
Благодарностей
10
Баллы
18
SOS Cartões that worked out great.

thank you!
Amul
 

sam16

Новичок
Регистрация
09.10.2020
Сообщения
20
Благодарностей
1
Баллы
3
Hello,

I have the same question when we want to put this elements to clumns how can do it ?

Element 1 ==> columns 3
Element 2==> columns 4
Element 3==> columns 5
66413
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 245
Благодарностей
5 848
Баллы
113

sam16

Новичок
Регистрация
09.10.2020
Сообщения
20
Благодарностей
1
Баллы
3
I can put element 1 in the first column...... but I can't put the other elements in columns 2 and 3 ....

I how do you mean by group regex ?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 245
Благодарностей
5 848
Баллы
113

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 245
Благодарностей
5 848
Баллы
113
Groups can be saved to tables, not single results.
Groups.png
 

sam16

Новичок
Регистрация
09.10.2020
Сообщения
20
Благодарностей
1
Баллы
3
this is my results :
66485


and the second regex
66491
 
Последнее редактирование:

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 245
Благодарностей
5 848
Баллы
113

sam16

Новичок
Регистрация
09.10.2020
Сообщения
20
Благодарностей
1
Баллы
3
yes how do it as group ? any tutoriel or help ?

if I understood well it is necessary to group these 2 regex ?
1-(?<=<h2>).*(?=</h2>)
2- (?<=<title>)[\w\W]*?(?=</title>)
 

sam16

Новичок
Регистрация
09.10.2020
Сообщения
20
Благодарностей
1
Баллы
3
any help please :-)
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 245
Благодарностей
5 848
Баллы
113
  • Спасибо
Реакции: sam16

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