Re: need help with csv export

2013-04-13 Thread Mark Lybrand
Have you looked at this: http://docs.python.org/2/library/csv.html On Fri, Apr 12, 2013 at 2:53 PM, frocco wrote: > Hello, > > I have a php export file that I need to duplicate in django. > I am using django csv import > > Here is the PHP format I want. > > 3128559,"GOODYEAR","4024064","","","

need help with csv export

2013-04-12 Thread frocco
Hello, I have a php export file that I need to duplicate in django. I am using django csv import Here is the PHP format I want. 3128559,"GOODYEAR","4024064","","","","","","","","","","","16","","","","","" Here is the django output 3128559,'GENERAL','15480',,,'4' I want it to l