Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53630 > unrolled thread

Re: Dealing with \r in CSV fields in Python2.4

Started bySkip Montanaro <skip@pobox.com>
First post2013-09-04 10:20 -0500
Last post2013-09-04 10:20 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Dealing with \r in CSV fields in Python2.4 Skip Montanaro <skip@pobox.com> - 2013-09-04 10:20 -0500

#53630 — Re: Dealing with \r in CSV fields in Python2.4

FromSkip Montanaro <skip@pobox.com>
Date2013-09-04 10:20 -0500
SubjectRe: Dealing with \r in CSV fields in Python2.4
Message-ID<mailman.44.1378308044.5461.python-list@python.org>
>   _csv.Error: newline inside string

How are the lines actually terminated, with \r\n or with just \n? If
it's just \n, what happens if you specify \n as the line terminator?

Skip

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web