hey all, I've got a large text list of keywords (100MB) that has keywords in broad, phrase and exact match. The list looks like this;
keyword 1
"keyword 1"
[keyword 1]
keyword 2
"keyword 2"
[keyword 2]
.......etc
Does anyone know of some way to remove the duplicate keywords? So that I would be left with just the broad-match ones. eg
keyword 1
keyword 2
.......
Because the file is a large textfile, I'm hoping to do it in Notepad++.
I'm guessing there is a clever regular expression that should be able to do this.
Anyone got any ideas on how to do this?
thx
keyword 1
"keyword 1"
[keyword 1]
keyword 2
"keyword 2"
[keyword 2]
.......etc
Does anyone know of some way to remove the duplicate keywords? So that I would be left with just the broad-match ones. eg
keyword 1
keyword 2
.......
Because the file is a large textfile, I'm hoping to do it in Notepad++.
I'm guessing there is a clever regular expression that should be able to do this.
Anyone got any ideas on how to do this?
thx