Some CSV consuming applications expect the first line of the CSV file to have header text. To provide these, the UI should have a check box for "Include field name headers". It should probably be unchecked by default.
Example .csv file with field headers:
"Latitude","Longitude","Description"
43.470985487887056,-80.54860353469849,"Bandshell, Waterloo Park, Waterloo, Ontario"
Another great point - I blanked on this feature. I'm not sure whether It'll get implemented in this prototype - might wait until we can do dynamic attribute fields.
Some CSV consuming applications expect the first line of the CSV file to have header text. To provide these, the UI should have a check box for "Include field name headers". It should probably be unchecked by default.
Example .csv file with field headers:
"Latitude","Longitude","Description" 43.470985487887056,-80.54860353469849,"Bandshell, Waterloo Park, Waterloo, Ontario"
Thanx yet again! --Bob.