I'm creating the csv file like that.
>From a CRM I export data in the only format available, Excel.
>From Excel I export in CSV.
After that I have to replace a lot of things inside the file.
First "," with "." for decimal separator.
";" with "," for field separator
"FALSO" with "0"
"VERO" with "1"
and all the first line (field names)

Do you have a solution ?

Il giorno venerdì 3 ottobre 2014 17:31:31 UTC+2, Leonel Câmara ha scritto:
>
> How are you creating your csv file input?
>
> Along with delimiter you can also change quotechar and quoting.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to