Re: Compare 2 Tab Delimited
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Tue, 06 May 2008 22:49:55 -0400
Leonard Milcin wrote:
Arved Sandstrom wrote:"Chase Preuninger" <chasepreuninger@xxxxxxxxx> wrote in message news:e50333ba-e8a1-47b5-a82e-865ab191172c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxI don't like the idea of tab delimited files. Use something else like
a comma or semicolon.
I'm a little curious as to what you have against tabs. The problem with commas or semicolons or colons is that now you have to quote fields with those characters, then handle the situation of the quote character being in the fields too...namely, our favourite CSV flatfile format. Tabs as part of your data is much less common, so it's a good delimiter. You normally don't manually insert the tabs anyway, and any decent text editor has a "Show whitespace" option if you find that necessary.
Well. Even with ,,show whitespace'' it is usually difficult to say if
something is a tab or a space and it is quite easy to escape special
characters properly.
It is easier to write tab separated files by programs.
But it is more difficult to read tab separated files by humans.
Arne
.
- References:
- Compare 2 Tab Delimited
- From: Nick
- Re: Compare 2 Tab Delimited
- From: Chase Preuninger
- Re: Compare 2 Tab Delimited
- From: Arved Sandstrom
- Re: Compare 2 Tab Delimited
- From: Leonard Milcin
- Compare 2 Tab Delimited
- Prev by Date: Re: free java tools.
- Next by Date: Re: Naming convention for collection of objects
- Previous by thread: Re: Compare 2 Tab Delimited
- Next by thread: Re: Compare 2 Tab Delimited
- Index(es):
Relevant Pages
|