Re: I love csv format
- From: paddy3118@xxxxxxxxxxxx
- Date: 11 Sep 2006 22:44:06 -0700
casioculture@xxxxxxxxx wrote:
Could make it with anything even bash' echo "$var1, $var2..." >>
filename. It' readable and even editable in vim or nano. It's easy to
parse and rearrange with awk. It loadable in gnumeric where i could run
statistical tests on it and visualise it in an instance.
I love it.
CSV is a very useful format but only if you know your data. There are
issues with, for example:
Data that can include the field separator.
Data that can include the record separator character.
There are ways around both the above but their is no CSV standard. If
someone was offereng to send you data in CSV format then you should ask
what program generated it and also ask for a sample.
It is not as simple, for example, to parse a CSV file generated by
Excel in AWK if text fields can include newlines, or commas, or double
quotes ;-)
- Paddy.
.
- Follow-Ups:
- Re: I love csv format
- From: Rob Thorpe
- Re: I love csv format
- From: websnarf
- Re: I love csv format
- References:
- I love csv format
- From: casioculture
- I love csv format
- Prev by Date: Re: Open source
- Next by Date: Re: math problem from an interview
- Previous by thread: Re: I love csv format
- Next by thread: Re: I love csv format
- Index(es):
Relevant Pages
|