On 8/30/06, Amit Khemka <[EMAIL PROTECTED]> wrote:
> sonald <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Can anybody tell me how to change the text delimiter in FastCSV Parser
> > ?
> > By default the text delimiter is double quotes(")
> > I want to change it to anything else... say a pipe (|)..

Btw, I forgot to mention that AFAIK, in CSV  '"' (double quotes) are
*not* field seperator delimiters character !

',' (comma) is the default field seperator, and my earlier suggestion
was considering that you want to change the default value for the
field seperator.

http://en.wikipedia.org/wiki/Comma-separated_values

cheers,
amit.
-- 
----
Amit Khemka -- onyomo.com
Home Page: www.cse.iitd.ernet.in/~csd00377
Endless the world's turn, endless the sun's Spinning, Endless the quest;
I turn again, back to my own beginning, And here, find rest.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to