Combine two lists

decibelgr

Client
Регистрация
27.09.2011
Сообщения
58
Благодарностей
3
Баллы
8
Hi guys,

I have build a simple web scraper that takes two different values from a webpage, the first one is called name and the second is called price.

How can I combine these two lists in order to get that

name;price
name;price

instead of two files that the first one contains only the names and the second one that contains only the price.
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
2 lists bound to the files. Take a line from each and combine them to a new list. {-Variable.var1-};{-Variable.var2-}. With delete of course
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
on scaping stage you may extract all neccessary data and save it to variables.
After that you just create list, add action list processing - add line and put there all variable that you wanna save: {-Variable.var1-};{-Variable.var2-}
 

decibelgr

Client
Регистрация
27.09.2011
Сообщения
58
Благодарностей
3
Баллы
8
Thnaks guys!
 

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