Hi there,
I have many txt files, and i have to select any txt file to search and
compare match fields with file: CompareText.txt. My text file format:
20090227#2#B010110100#3787.562904#
20090227#2#B010110200#430556.987989#
20090227#2#B010110213#2146515.91#
20090227#2#B010110211#14073.69#
......
CompareText.txt
B010110200
B010110400
B010110413
B010110411
B010110213
, I can get the same result
(depend on the third column to compare), then i must save this result to new txt file . Examples, this result from 2 txt files:
20090227#2#B010110200#430556.987989#
20090227#2#B010110213#2146515.91#
Does anyone have code for this?? Thanks in advance
Loading
Vijaya KadiyalaPosted Apr 11, 2009, 1:25 PM
Hi
Instead of comparing this in text files..can you load these files into SQL Server database and do the comparision using SQL and produce the output...
Thanks -- Vijaya Kaidyala
www.DotNetVJ.com