Scraping to Table issues..

  • Автор темы Автор темы amul
  • Дата начала Дата начала

amul

Client
Регистрация
02.07.2011
Сообщения
147
Реакции
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
 
... since you are using regex, columns are not called by letters, you must use numbers.
a=0
b=1
c=2
...
 
  • Спасибо
Реакции: noname007
SOS Cartões that worked out great.

thank you!
Amul
 
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
 
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 ?
 
Groups can be saved to tables, not single results.
Groups.png
 
this is my results :
66485


and the second regex
66491
 
Последнее редактирование:
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>)
 
any help please :)
 

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