On Wed, Aug 28, 2013 at 8:25 AM, <[email protected]> wrote:

> For example, here's a sample (header + one line of data) that fails -- a
> lot more lines fail but I cut it down just to show the problem:
>
> "Year","Debt","GDP1","GDP2","**RGDP","dRGDP","Infl","debtgdp"
> "1833","","49.3275923134","","**118.3483703666","","",""
>
> Then, doing
> .sep ,
> .import data tab
>
> gives error(s).
>

Unable to reproduce the problem.  The example above works correctly for me
using SQLite 3.8.0 on Linux and on Windows8.

Please verify that you are using 3.8.0 (where this problem has been fixed)
and not SQLite version 3.7.17 or earlier.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to