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","","","
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
2 matches
Mail list logo