-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV Downloader Exports Null/Empty Values #19
Comments
Sure, we can put placeholder values in for empty data if that's better. FWIW, I imported this sample output in Google Spreadsheets and locally in On Fri, Apr 3, 2015 at 2:37 PM, aeratek [email protected] wrote:
|
Also, what clients / apps are having problems with this exactly (ie- what Inserting a placeholder might have it's own problems. Like if you try On Sat, Apr 4, 2015 at 9:54 AM, Adam Ohren [email protected] wrote:
|
Gotcha. Ok, let's hold off on implementing this, then, given what you On Sat, Apr 4, 2015 at 3:54 AM, Adam Ohren [email protected] wrote:
|
Cool. Another thing we can do is have a request specify which fields they On Saturday, April 4, 2015, aeratek [email protected] wrote:
from mobile; forgive brevity |
The CSV download functionality is exporting empty entries, which become difficult to work with in a spreadsheet (and in my CSV importer code I'm working with). Example shown at bottom.
The empty values come from one or more of the following: speed, altitude, climb, track, epx, epy, epv.
There's a few ways of approach a fix to this: (1) input the string "NULL" in place of the emptiness between commas, just like the GPS dongle does when it provides raw data in CSV format to the NodeJS app (I think), (2) add a new button or otherwise replace this button's functionality in the dashboard with the functionality of only exporting measure_time, latitude and longitude, for the time being, or (3) do not fix and make it the customer's problem (whoever downloads the CSV has to reformat it, removing these empty areas and aligning columns/rows manually/automatically somehow).
Mon Mar 16 10:00:36 EDT 2015,40.71669957,-73.965549512,1.23,34.83,-0.255,71.7706,15.02,22.024,89.408
Mon Mar 16 10:00:41 EDT 2015,40.71676894,-73.965521658,0.172,25.879,-0.398,274.1072,33.364,64.557,320.055
Mon Mar 16 10:00:46 EDT 2015,40.716646362,-73.965659989,4.261,,,219.897,33.364,64.557,
Mon Mar 16 10:00:51 EDT 2015,40.716503709,-73.965838982,3.998,,,212.2336,,,
Mon Mar 16 10:00:56 EDT 2015,40.716502086,-73.965827608,0.245,,,258.3136,,,
The text was updated successfully, but these errors were encountered: