stamen / maptcha-v2

Maptcha Version 2
Other
5 stars 1 forks source link

prettier CSV files? #30

Open nvkelso opened 11 years ago

nvkelso commented 11 years ago

Now the CSV is a header and a single row: http://yotb.studio.stamen.com/static/maptcha-example-csv-file.csv

It doesn't read well in a text editor.

Can we make it so it's key value CSV where the pairs are on new lines key1 value1 key2 value2 key3 value3

Separated by tab white space?

Might address: https://github.com/stamen/yearofthebay/issues/3 https://github.com/stamen/yearofthebay/issues/16

george08 commented 11 years ago

I wouldn't expect anyone to actually work in a text editor to create CSV files. In the site language, I'm trying to encourage the use of a spreadsheet, and exporting as CSV.

nvkelso commented 11 years ago

It's easy to read down, rather than across.