csv: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
 
(stub, definition, expansion, relation to microformats)
Line 1: Line 1:
#REDIRECT:[[glossary#csv]]
<entry-title>Comma Separated Values (CSV)</entry-title>
 
{{stub}}
 
CSV files are commonly used to share open data (e.g.open government data), and while easy to generate, present many challenges for both users who wish to casually view or browse such data, as well as developers who wish to parse and consume the data for applications.
 
It may be possible to develop (semi-)automated methods for processing CSV files (or portions thereof) into both a human-friendly web-browsable semantic HTML5 + microformats view, and a pure programmer API consumption JSON view.

Revision as of 11:35, 11 April 2011

<entry-title>Comma Separated Values (CSV)</entry-title>

This article is a stub. You can help the microformats.org wiki by expanding it.

CSV files are commonly used to share open data (e.g.open government data), and while easy to generate, present many challenges for both users who wish to casually view or browse such data, as well as developers who wish to parse and consume the data for applications.

It may be possible to develop (semi-)automated methods for processing CSV files (or portions thereof) into both a human-friendly web-browsable semantic HTML5 + microformats view, and a pure programmer API consumption JSON view.