Re: compare text files
- From: "Jeff Johnson" <i.get@xxxxxxxxxxx>
- Date: Fri, 18 May 2007 14:31:17 -0400
<sgcanning@xxxxxxxxx> wrote in message
news:1179438981.323315.127350@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am trying to compare two pipe-delimited text files which have been
exported from an Access database.
Thing is that I need to compare each record by the primary key
(CodeNumber) and if there are differences then I need to put the
different record into another text file.
Can anyone help me with this? I keep getting told that this would be
easy, but I have very limited experience with coding.
Thank you in advance for your attention and any help that you can
give me.
Will these files ALWAYS have the same structure? Specifically, will they
always have the same number of fields with the same data types, and will
both be in the same format? (For example, will one ever have Primary
Key|First Name|Phone while the other has Primary Key|Phone|First Name?)
You need to explain a bit more about what you're trying to do, hopefully
with some sample data. I have a couple of ideas but I need to understand the
problem better.
.
- References:
- compare text files
- From: sgcanning
- compare text files
- Prev by Date: Re: List Box Problem
- Next by Date: Re: Get the variable for the corresponding string
- Previous by thread: compare text files
- Next by thread: Re: MS SQL 2005 CE and VB6
- Index(es):
Relevant Pages
|