Well Known Data Formats
About Poll and CSV
I've just created a poll about CSV data format.
CSV is acronym for Comma Separated Values, a text file data "pseudo"-format. Not really an official format, mostly known as easy and maybe very dirty method to save tabular data.
Some well known applications can exchange data in CSV format, generally with the "field names" in the first line, obviously, comma separated, and in each line, a record with field data separated by (duh) commas.
We can insert commas using text in quotes (",") and we can use line breaks using text between commas too.
thejapa – Tue, 2006 – 07 – 04 00:24
CSV, do you use it? Do you find it useful?
I use it, but I don't like it at all.
43% (3 votes)
I use it, it's actually good for some dirty fast hacks.
43% (3 votes)
I avoid it, and don't like it at all.
0% (0 votes)
I don't even know what you are talking about.
14% (1 vote)
Total votes: 7
thejapa – Tue, 2006 – 07 – 04 00:18

