altoslib: Ensure CSV output is consistent
authorKeith Packard <keithp@keithp.com>
Thu, 10 Jul 2014 23:17:56 +0000 (16:17 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 10 Jul 2014 23:17:56 +0000 (16:17 -0700)
commit9dafabd77676e08da4067cd405b6f03bf8d8ff85
tree7cb678b1d06f33e3d933a1cf5fdf5a145da82f45
parentb8fa4e9a077e8e04b922d0c434c139ad0a57ee66
altoslib: Ensure CSV output is consistent

Scan entire flight to figure out which columns to include before
outputing header or data. Limit data output to values which are valid.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosCSV.java