Re: [sqlite] Unable to import CSV file correctly when using ext/misc/csv.c as the csv module.

2018-12-26 Thread D Burgess
There is also a problem with the documentation on csv.c Example from the source comments: CREATE VIRTUAL TABLE temp.csv2 USING csv( filename = "../http.log", schema = "CREATE TABLE x(date,ipaddr,url,referrer,userAgent)" ); It should be noted that the schema= parameter allows

Re: [sqlite] Unable to import CSV file correctly when using ext/misc/csv.c as the csv module.

2018-12-26 Thread Richard Hipp
Fixed at https://www.sqlite.org/src/info/7acaed08f946633f On 12/25/18, hi jack wrote: > The SQLite source code version I’m using is the latest public release > version 3.26.0. > > -

[sqlite] Unable to import CSV file correctly when using ext/misc/csv.c as the csv module.

2018-12-26 Thread hi jack
The SQLite source code version I’m using is the latest public release version 3.26.0. -- Reproduce steps: 1. Prepare a file data.csv. The content is a,b,c,d 1,2,3,