Hello all of you who reads this question . First, i do not know how to say, but I kinda need to read files which are incoming after some time and new ones are stored in var/incoming/maws/6451 old ones are in var/incoming/maws/archive/6451. File name are "MetMan100090622071011.rep (the last numbers are for time, when file is formed) The file itselfs contains data like(S:6451;D:060622;T:071006;TA:17.8; and so on), but i need only read specific value TA:17.8 wich is for temperature and time in particular order YYY/mm/d and export it to CSV in that order(YYY/mm/d HH:mm:ss;17.8;) file so that it could be imported into mySQL database.

In reply to Reading files and importing data to database by Anonymous Monk

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.