Click here to Skip to main content
15,908,015 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,

I want match Every single row of file1 with file2 (both are CSV files) and also want If any record not match it shows Error with row number. another Problem is If size of file more than 50 MB than my system gets very slow.

how I solve this problem.
Posted
Updated 28-May-13 19:58pm
v2
Comments
Maciej Los 29-May-13 2:02am    
What do you need to match? What do you need to check? Please, specify issue.
ErBhati 1-Jun-13 1:35am    
both files have same data. i want to match each row and column data....if data is not match for a perticular row then show row not match error with row number, my problem is that files have big sizes i.e. more than 50 mb
ErBhati 1-Jun-13 1:37am    
if i execute my code than my system get slow or system hang..
ErBhati 1-Jun-13 1:46am    
sorry the size of file is 200 mb not 50 mb

1 solution

Hi,

I did not try this code plz try it if its not up to the mark then we have some other way out

http://stackoverflow.com/questions/14370070/compare-two-text-files-line-by-line[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900