Re: Direct csv import into Base table

2013-06-20 Thread Lionel Elie Mamane
On Sat, Jun 08, 2013 at 12:40:05AM +0200, Zolnai Tamás wrote: Well, enhanching Base connection to text database (which will be used for import too in my current plan) can be handled indenpedently from the primary task (import) and because I will start working on my GSoC project soon, this

Re: Direct csv import into Base table

2013-06-07 Thread Zolnai Tamás
2013/6/6 Lionel Elie Mamane lio...@mamane.lu On Mon, Jun 03, 2013 at 09:49:01PM +0200, Zolnai Tamás wrote: The feature which I intend to implement is making a new table and insert into the already opened database. Yes, which is exactly what the procedure described in my previous mail

Re: Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
Hi Lionel, 2013/6/3 Lionel Elie Mamane lio...@mamane.lu Hi, Would you mind if I included the developer's mailing list in CC in our discussion? Of course not. :) On Mon, Jun 03, 2013 at 12:05:56PM +0200, Zolnai Tamás wrote: I'm working on a new feature in Base again. It's just a

Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc and copypaste the content from it to Base. I already have the plan to implement it and it seems to me that it will work

Re: Direct csv import into Base table

2013-06-03 Thread Lionel Elie Mamane
Hi, Would you mind if I included the developer's mailing list in CC in our discussion? On Mon, Jun 03, 2013 at 12:05:56PM +0200, Zolnai Tamás wrote: I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into

Re: Direct csv import into Base table

2013-06-03 Thread Lionel Elie Mamane
On Mon, Jun 03, 2013 at 02:57:47PM +0200, Zolnai Tamás wrote: On Mon, Jun 03, 2013 at 12:05:56PM +0200, Zolnai Tamás wrote: I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc

Re: Direct csv import into Base table

2013-06-03 Thread Dan Lewis
On 06/03/2013 06:05 AM, Zolnai Tamás wrote: Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc and copypaste the content from it to Base. I already have the plan to

Re: Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
Hi Lionel, Whether the access the source is read-only or read-write depends on the underlying driver; for CSV it is probably read-only, be it only for lack of a primary key. For DBaseIII, for example, I think it is read/write. But Read-only access to the source is all you need for import, so

Re: Direct csv import into Base table

2013-06-03 Thread Zolnai Tamás
2013/6/3 Dan Lewis elderdanle...@gmail.com On 06/03/2013 06:05 AM, Zolnai Tamás wrote: Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to make available the direct import of an csv file into table, without open Calc and copypaste the content

Re: Direct csv import into Base table

2013-06-03 Thread Dan Lewis
On 06/03/2013 03:59 PM, Zolnai Tamás wrote: 2013/6/3 Dan Lewis elderdanle...@gmail.com mailto:elderdanle...@gmail.com On 06/03/2013 06:05 AM, Zolnai Tamás wrote: Hi Lionel, I'm working on a new feature in Base again. It's just a little user helper feature to