Hello,
I have some simple data stored in series of text files. Once line per record, but number and type of fields can vary per record.
The files contain almost the same data.
The exists an "ideal" data file to which these must be compared. Some fields can vary, but some need to match. I also need to now if any records are missing / added compared to the master.
What would be a good approach to take?
Thank you