Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I have been hand a number of txt files from a datalogger, (which was logging water flow) like this

1=11-07-22,13:59:08 2=+1.304556E+01m3/h 3=+2.458268E-01m/s 4=+0057505E+1m3 5=+0057591E+1m3 6=-0000085E+1m3 1=11-07-22,14:14:05 2=+1.224623E+01m3/h 3=+2.310640E-01m/s 4=+0057505E+1m3 5=+0057591E+1m3 6=-0000085E+1m3 1=11-07-22,14:29:02 2=+1.338452E+01m3/h 3=+2.522141E-01m/s 4=+0057505E+1m3 5=+0057591E+1m3 6=-0000085E+1m3 1=11-07-22,14:43:58 2=+1.195594E+01m3/h 3=+2.252944E-01m/s 4=+0057506E+1m3 5=+0057592E+1m3 6=-0000085E+1m3 1=11-07-22,14:58:55 2=+1.185474E+01m3/h 3=+2.233874E-01m/s 4=+0057506E+1m3 5=+0057592E+1m3 6=-0000085E+1m3 1=11-07-22,15:13:52 2=+1.014633E+01m3/h 3=+1.911945E-01m/s 4=+0057506E+1m3 5=+0057592E+1m3 6=-0000085E+1m3 1=11-07-22,15:28:48 2=+1.131358E+01m3/h 3=+2.131899E-01m/s 4=+0057506E+1m3 5=+0057592E+1m3 6=-0000085E+1m3
A continuous repetitive pattern of 6 lines. IS there a way of parsing the 6 line pattern into 1 csv file ... or just data field format ... which could be parsed or handed to a dat daemon. I.e. point the script at a folder with say 20 files like this in it, and have it process each file into usable field like data, which could be loaded into a database. Clearly some of the 6 lines have propriety numbers perhaps in scientific format in them, but at the moment I would love to get a dump into some sort of usable data field format.

In reply to Parsing Data logger files ... by RedTussock

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-18 00:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found