help needed: combine csv's + delete duplicates

Danman123

Regular Member
Joined
Jul 23, 2016
Messages
210
Reaction score
37
Does anyone know a tool that can do as described in the title? I have a few csv's with over 1.5 million email adresses. But i want to clean them up a bit.
 
Does anyone know a tool that can do as described in the title? I have a few csv's with over 1.5 million email adresses. But i want to clean them up a bit.
Try the program csvsplitter.I used it before and it is good.
 
If you're a programmer you can export it to a local sql database (using LOAD DATA INFILE) do your stuff in SQL and then export it. That's what I did just a couple a weeks ago for a client. Very handy, if you know SQL.
 
I can do it for you for a couple of bucks. Let me know if interested...
 
hire va to do it for you or try manually with notepad++ with textFX plugin to remove dupes and Merge plugin to merge multi files into 1 file.
 
1 million Is huge amount of lines it's very hard to doing it manually . I can develop PHP secript do the Job , id you hire me I will give your the source code of the script so you can us it lather .
 
Back
Top