In a message of Sun, 19 Apr 2015 20:49:27 -0700, Jim Mooney writes:
>Come to think of it, since I used  |  as a delimiter, what happens if you
>generate a CSV file from data that already has commas in the text?
>
>-- 
>Jim

In Sweden, and lots of other places, we do numbers differently.
This is One thousand dollars and 43 cents. 1.000,43

Lots of the time you write that as 1000,43  same as in English you
get 1000.43 and 1,000.43.

So we tend to use comma separated values around here that are really
semi-colon separated values.  But I do not know how widespread that usage
is.

Laura

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to