Thanks Luke, appreciate the suggestion, and I'll do that. In the meantime, I was hoping to see some code/script examples to help me solve this quicker. If someone has and scripts that can try and use the example CSV file already posted as input to the script, and show me how you'd use that as input to your own script to print out lines older than the current date (or date and time) that would really be appreciated. Point being, I can alway run the script that I show to produce the CSV file, but I need help (code) to then evaluate that CSV output to report on the rows where the end date (or end date and end time if do-able) is older than current local time script is ran. Thanks much.


In reply to Re^2: Need to check CSV file and identify rows containing old end dates and end times by Anonymous Monk
in thread Need to check CSV file and identify rows containing old end dates and end times by SlapShot

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.