How to Merge Three Huge Keywords List?

bmorgan

Junior Member
Joined
Aug 25, 2011
Messages
173
Reaction score
52
I have three keywords list in txt file.

a.txt is the seed keyword
b.txt is the modifier file
c.txt is another modifier file

I wish to merge the three to create a final txt.
Any software to do this for free?
 
As I am asking this question, I recall Xrumer has a tool that can merge 2 columns.

FYI

If anyone has a tool that can merge 3 list, please let me know.

Xnip2023-01-23_21-22-10.jpg
 
Should be relatively easy to do this in python

Depending on the sizes of lists you could also you spreadsheets and outsource as csv (replace the comma with a space in text processor) or another text editor which can use columns + regex (ex: emeditor)
 
In Scrapebox it's simple:
click import > import from file > choose a.txt
click 'M' button > choose b.txt
click 'M' button > choose c.txt
click save > save to file > choose location and filename
 
Back
Top