Hello,
I have two very large files (millions of records). One file has Name and Postal, and one file had Name, Postal and a few additional Attributes. The goal is to do a Join/Fuzzy Match between them (multiple passes), however, when I bump the two full files together the run time is entirely too long. In searching for ways to reduce this I am trying to do a Batch Macro. So, I am trying to segment my data by State such that I can compare each state to one another instead of the full files to one another.
Question: When I run a Batch Macro, do the entire source files need to be read to know which records to grab? In the example below (disregard text) is the best way to set this up to do a filter and update State? And if I do it that way will each source file need to be read in its entirety for each pass?
