How to compare two big files?

bfirst

Client
Регистрация
05.11.2013
Сообщения
56
Благодарностей
0
Баллы
6
Hi again

I am working on this problem for few days but without any positive results. Please help me!

I have two files with about 2.500.000 URLs in each one. I have to compare this two lists and remove from second list all urls which are in first list.

I have tried function Delete urls in list processing. I took one record from first list and do Delete urls with specified value. It was going too slow.

Then I have created regexp with all urls from first list and do delete urls with regular expression. Same results.

At the end I have created an regexp and compare two files (not lists) to get all results which are not listed in second file. I am waiting now 9 hours and project still works.

Please help if there is any faster sollution to compare two lists? I need something like an option in scrapebox
1. Compare lists on domain level
2. Compare lists on URL level.
But scrapebox is limited to 1.000.000 URLs
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113

bfirst

Client
Регистрация
05.11.2013
Сообщения
56
Благодарностей
0
Баллы
6

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
Have you tried gscraper?
 

MarioBros

Client
Регистрация
19.03.2013
Сообщения
55
Благодарностей
6
Баллы
8
Why you dont split your file in 3 parts to use with scrapebox?
You will need to compare each list 3 times, with the 3 differents parts, but that will work
 
Последнее редактирование:

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