I have list of phone number (25million) I want to use that list as input file. Lets say that I have email phone database and I want to only extract phone number that available in input file(25 million) How can I do that in em editor? Or in any large file?
Suppose you have a 25 million phone number list (file A
) and a phone-email database file (file B
).
To extract all matched lines or matched strings (updated)
file A
to make filtering faster. To do this, open file A
with EmEditor, click the Sort A to Z button on the Sort toolbar to sort, and save the file as a different file name if you prefer (file A2
).file B
with EmEditor.file A2
or file A
from Explorer to the Filter box on the Filter toolbar. (Alternatively, click Advanced Filter button on the Filter toolbar. Click ▼
on the right side of the Add button, select Add a Linked File. Select file A2
or file A
.)The filter and extract processes take only several seconds to finish.