Re: Compare 2 Tab Delimited



"Chase Preuninger" <chasepreuninger@xxxxxxxxx> wrote in message
news:e50333ba-e8a1-47b5-a82e-865ab191172c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I 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.

AHS


.



Relevant Pages

  • Re: Compare 2 Tab Delimited
    ... a comma or semicolon. ... 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, ...
    (comp.lang.java.programmer)
  • Re: Compare 2 Tab Delimited
    ... a comma or semicolon. ... 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, ...
    (comp.lang.java.programmer)
  • Re: Compare 2 Tab Delimited
    ... a comma or semicolon. ... I'm a little curious as to what you have against tabs. ... those characters, then handle the situation of the quote character being ...
    (comp.lang.java.programmer)
  • Re: Trying to fix Invalid CSV File
    ... adapt this to quote fields that contain a comma in them? ... than comma and quote delimited. ... There may be no tabs in *your* data. ...
    (comp.lang.python)
  • Re: [RFC][PATCH 2/2] disable boot interrupts on Intel X58 and 55x0
    ... on one line, with tabs to make for nice columns, I can more easily see ... Firstly I would say these entries aren't consistent at all.. ... comma tab delimited, some are comma space delimited, and some are mixed ... maybe not getting it right (not to mention it's special formatting just ...
    (Linux-Kernel)