I have 'fixed' my dayfile.txt to have the correct number of 'columns' (i.e. additional commas at the end of each data row), but this doesn't solve the problem.
What happens is this:
- "maxDew" appears to have duplicated null entries for each day, but with no comma separating the two, creating invalid JSON. What is more likely to be happening is that the max and min values are both being output together:
"maxDew":[[1280880000000,null][1280880000000,null],[1280966400000,null][1280966400000,null], ...]
- "minDew" has no entries for corresponding each day, again creating invalid JSON:
"minDew":[,,,,,,,,,,,,,,,,,, ...]
I've attached my dayfile.txt and today's alldailytempdata.json (before the manual fix).
If there's a 'fix' I can make to my dayfile.txt (which doesn't involve inventing fake data), I'd be happy to hear about it!
Thanks,
Gerard.