Steven D'Aprano <[EMAIL PROTECTED]> wrote:
> On Tue, 27 Dec 2005 19:24:57 -0800, Alex Martelli wrote:
>
> > Steven D'Aprano <[EMAIL PROTECTED]> wrote:
> >
> >> Why are you calling it a Comma Separated Values file when there are no
> >> commas separating values in it?
> >
> > It's common usage
>
On Tue, 27 Dec 2005 19:24:57 -0800, Alex Martelli wrote:
> Steven D'Aprano <[EMAIL PROTECTED]> wrote:
>
>> Why are you calling it a Comma Separated Values file when there are no
>> commas separating values in it?
>
> It's common usage
Well you learn something new every day. Of course I know abo
Steven D'Aprano <[EMAIL PROTECTED]> wrote:
> Why are you calling it a Comma Separated Values file when there are no
> commas separating values in it?
It's common usage -- the Python standard library's csv also lets you
parse files where the separator is not a comma -- you just need to have
an exp
On Tue, 27 Dec 2005 14:45:16 -0800, muttu2244 wrote:
> Hi everybody
>
>
> Am trying to read a csv file "temp.csv", which has the below info,
>
>
> compName macAddripAddr
> opSys
>
>
> Chris-Dev 0003469F44CC 10.160.24.226 Microsoft
> Windows XP Profess
Hi everybody
Am trying to read a csv file "temp.csv", which has the below info,
compName macAddripAddr
opSys
Chris-Dev 0003469F44CC 10.160.24.226 Microsoft
Windows XP
Professional
Shivayogi-Dev 000D5234F44C 10.160.24.136 Microsoft Windows XP
Pro