These last couple of weeks much fun (?) has been had adding a file import form to my database program. What I had hoped to be just a couple of days work has ended up as a bit of a marathon session as I became entangled in a thicket of tangled mess (largely, of course, of my own making as usual).
But I digress. I have limited matters (for the time being at least) to the famous and well supported comma-delimited file format (also known as CSV ... for "comma-separated values"). Old hat you might say, and yes, that's the beauty of them. Stretching back as they do to the pre-dawn of the computing era, they are supported by almost every computing device (and test equipment
etc. with data outputs) known to man.
I am prompted to do this mainly due to a need to carry out some stock taking, condition assessments, and the like without being tethered to a PC. You may well laugh when I mention that I still use Psion "clam-shells" (and even Org 2's), but that is really by-the-by, as it could just as well have been a
Blackberry, or any other "hand-held note-taker" ... just as long as it can generate CSV files over a traditional serial cable, or a USB (
Bluetooth, even) link.
But the secondary reason is to be able to import data from test equipment, and then append that to the appropriate equipment datafile, PM history, or whatever.
I am trying to arrange an option to run data structures that may well be used repeatedly through filter templates set up accordingly. That is, to match incoming data fields to the fields in datafiles already part of my system, without having to laboriously set it all up each time. Not really amounting to "hot syncing", but probably good enough for most practical purposes.
So ... in order that I can test all this with test equipment data, I need some data! What would be nice would be some data from Bio-Tek, Datrend, Metron, Rigel
et al test instruments so I can prove the concept, and adjust as necessary. If anyone has some such files handy, an email attachment would be highly appreciated.
For instance, I have arranged things such that up to twenty comma-delimited data fields can be imported with field lengths of up to sixty characters. Is that enough?
Ultimately, of course (and as usual) the results of my labours will be made available for All and Sundry to admire, in the so-called "Public Domain".
