All:
This is going to be a rather long post so I have done my best to use readmore tags and organize the information.
Preface:
A problem that is circulating around at work is how to reproduce the functionality of a product that is going away. Due to the way things are structured, I am more of a "you go do X" guy than someone involved in the actual solving of the problem. Since I like problem solving I am going to work on this on my own time and see how it compares to the solution(s) proposed from the team. I have not consulted google beyond a cursory glance so there very well maybe freeware/shareware/commercial wheels out there.

I have come up with the following assumptions and requirements

Assumptions:

Requirements:

Here is a very rough outline of the program logic I was thinking of:

So what advice can you offer? Any code snippets, current available products, implementation strategies, etc, etc will all be very appreciated.

Cheers - L~R


In reply to CSV Diff Utility by Limbic~Region

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.