[web2py] Re: AppAdmin: CSV import bug

2015-09-01 Thread Derek
If your CSV file is not RFC-4180 compliant, I would expect it not to work. RFC-4180 calls for CR+LF linefeeds. Your program may just be outputting a single linefeed without the carriage return. On Monday, August 31, 2015 at 6:00:45 PM UTC-7, Gary Fung wrote: > > worked for me doing the same

[web2py] Re: AppAdmin: CSV import bug

2015-08-31 Thread Gary Fung
worked for me doing the same windows comma separated (.csv) option. On Tuesday, May 20, 2014 at 11:49:44 AM UTC-7, Michael Beller wrote: > > I'm also using Excel on a Mac and had the same problem. However, if I > select "Windows Comma Separated (.csv)" option rather than the default > "Comma

[web2py] Re: AppAdmin: CSV import bug

2014-05-20 Thread Michael Beller
I'm also using Excel on a Mac and had the same problem. However, if I select Windows Comma Separated (.csv) option rather than the default Comma Separated Values (.csv) in the Save As ... dialog box the import through the appadmin interface works. On Friday, November 22, 2013 5:49:37 AM

[web2py] Re: AppAdmin: CSV import bug

2013-11-22 Thread Andy W
Just come across the same problem - using ver 2.7.4 with pythonanywhere.com The issue seems to be with the csv files created by Excel (I am on Mac OSX). I have a simple 2-column list of ISO country codes and nationalities on an Excel spreadsheet. Saving from Excel to CSV creates a file that,

[web2py] Re: AppAdmin: CSV import bug

2013-11-22 Thread Dave S
On Friday, November 22, 2013 2:49:37 AM UTC-8, Andy W wrote: Just come across the same problem - using ver 2.7.4 with pythonanywhere.comhttp://www.google.com/url?q=http%3A%2F%2Fpythonanywhere.comsa=Dsntz=1usg=AFQjCNE87nZNBtnO7Cp-WuDu5NNkjqvjrA The issue seems to be with the csv files

[web2py] Re: AppAdmin: CSV import bug

2013-08-08 Thread Massimo Di Pierro
Hard to say without an example. On Thursday, 8 August 2013 00:07:38 UTC-5, DJ wrote: Not able to upload data using CSV import tool, get the following error (perhaps, web2py csv import tool needs to read it in using 'rU' option?) - Running Version 2.5.1, Python 2.7, MacOSX. Tested it using