is a tool really needed ? 

for line in file:
     values = line.split('\t')
     .....



On Thursday, April 2, 2015 at 12:33:54 AM UTC+2, Alex Glaros wrote:
>
> Niphlod, I don't know how to apply that information to this web2py upload 
> project.
>
> avoiding Excel, I edited with vi editor (replaced commas with semicolons, 
> then replaced tabs with commas)
>
> that worked and web2py imported symbols correctly
>
> but now I get this error:
>
> field larger than field limit (131072)
>
> did not get it from Excel-created file
>
> Error occurs around row 130,747 in a 144,000 row table.
>
> Tried deleting 3 rows above and 3 rows below several times in case it was 
> one bad record but error persists.
>
> What other tools to people use convert tab delimited to CSV?
>
> thanks,
>
> Alex
>
>
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to