remove lines with duplicate keywords scrapebox

dllll

Registered Member
Joined
Jun 20, 2014
Messages
89
Reaction score
43
So i just scraped a list of 10K Keywords, scrapebox has an option to delete duplicate lines but i want to delete any line with 2 or more duplicate words, does anyone know how to do this?

so these keywords here for example
Code:
abc electronics address
abc electronics sales
abc electronics black friday
electronics ps4
electronics ps3

it should look like this after deleting lines with 2 or more duplicate keywords
Code:
abc electronics address
electronics ps4
electronics ps3
 
Your only bet I think is to use a regular expression and apply it to a text editor that supports regex such as Notepad++.
 
Built the tool and I hope it helps. It does exactly what you specified.

Being a newbie the forum won't let me post a url, so prefix the text below with my domain and suffix with html.

Remove-Lines-with-Duplicate-Phrases

p.s. If someone would post the link, I would be very thankful.
 
Built the tool and I hope it helps. It does exactly what you specified.

Being a newbie the forum won't let me post a url, so prefix the text below with my domain and suffix with html.

Remove-Lines-with-Duplicate-Phrases

p.s. If someone would post the link, I would be very thankful.


whoooooooooooooooooops
 
Last edited:
http://textmechanic.com/Remove-Duplicate-Lines.html
Did you read TextMechanic post? the url you posted is not what he posted, below is the url to his new page.

http://textmechanic.com/Remove-Lines-with-Duplicate-Phrases.html
 
Built the tool and I hope it helps. It does exactly what you specified.

Being a newbie the forum won't let me post a url, so prefix the text below with my domain and suffix with html.

Remove-Lines-with-Duplicate-Phrases

p.s. If someone would post the link, I would be very thankful.

WOW that was fast. Are you the owner of textmechanic ? Assuming from the username you seem to be.
You have a wonderful site in there, I use it almost everyday and has saved me a lot of time.
 
Built the tool and I hope it helps. It does exactly what you specified.

Being a newbie the forum won't let me post a url, so prefix the text below with my domain and suffix with html.

Remove-Lines-with-Duplicate-Phrases

p.s. If someone would post the link, I would be very thankful.

Hey youre awesome! I feel honored you took the time to build that tool for free you just saved me alot of time.
 
Built the tool and I hope it helps. It does exactly what you specified.

Being a newbie the forum won't let me post a url, so prefix the text below with my domain and suffix with html.

Remove-Lines-with-Duplicate-Phrases

p.s. If someone would post the link, I would be very thankful.

Not working anymore why did you remove it?
 
Back
Top