maxharlow / csvmatch

🔎 Finds fuzzy matches between CSV files
Other
183 stars 22 forks source link

comparison question #20

Closed r3ptar closed 6 years ago

r3ptar commented 6 years ago

Does it read the csv line by line for the comparison? Or does it search the entire csv for the matches? I have 2 documents that although are both alphabetized one has about 1000 more lines than the other so I know everything isn't aligned.

maxharlow commented 6 years ago

Every entry in one file is compared against every entry in the other one.