Re: [pgadmin-hackers] Import from CSV

2008-11-26 Thread Dave Page
On Wed, Nov 26, 2008 at 7:02 AM, Quan Zongliang <[EMAIL PROTECTED]> wrote: > Hi, all > > Next, I plan to code TODO Item "- Import from CSV". Cool :-) > Maybe, export function is also expected by somebody. As you note, we already have that. The TODO item for importing is just to produce a *relati

Re: [pgadmin-hackers] Import from CSV

2008-11-26 Thread Guillaume Lelarge
Quan Zongliang a écrit : > [...] > Next, I plan to code TODO Item "- Import from CSV". > Maybe, export function is also expected by somebody. > That's a really good idea, something I wanted to work on. Glad to see you'll do it :) Being able to use different formats (both for import and export) w

[pgadmin-hackers] Import from CSV

2008-11-25 Thread Quan Zongliang
Hi, all Next, I plan to code TODO Item "- Import from CSV". Maybe, export function is also expected by somebody. It will take a long time, several months. Because I have to do it in spare time. And I am unfamiliar at i18n, first attempt. Now, there is frmExport class, it used by query tool to ex

Re: [pgadmin-hackers] Import from CSV - Questions

2006-03-14 Thread Magnus Hagander
> > Umm. That would kind of assume it's written down in a > comprehensible > > way. Which it isn't, of course :-) > > > > The general ideas so far have been, off the top of my head: > > > > * Pluginnable set of "readers" and "writers". Originally I'd see > > postgresql, odbc, xml and possibly cs

Re: [pgadmin-hackers] Import from CSV - Questions

2006-03-14 Thread Andreas Pflug
Magnus Hagander wrote: Magnus, any chance of getting a look at what you currently have to help guide me in the appropriate direction? Umm. That would kind of assume it's written down in a comprehensible way. Which it isn't, of course :-) The general ideas so far have been, off the top o

Re: [pgadmin-hackers] Import from CSV - Questions

2006-03-14 Thread Magnus Hagander
> > Magnus, any chance of getting a look at what you currently > have to help guide me in the appropriate direction? Umm. That would kind of assume it's written down in a comprehensible way. Which it isn't, of course :-) The general ideas so far have been, off the top of my head: * Pluginnabl

Re: [pgadmin-hackers] Import from CSV - Questions

2006-03-14 Thread Joel Hainley
Magnus, any chance of getting a look at what you currently have to help guide me in the appropriate direction?On 3/10/06, Magnus Hagander < [EMAIL PROTECTED] > wrote: > To be honest I didn't realise it was there. The tool I have> in mind for more general data movement is a simplified> version of so

Re: [pgadmin-hackers] Import from CSV - Questions

2006-03-10 Thread Magnus Hagander
> To be honest I didn't realise it was there. The tool I have > in mind for more general data movement is a simplified > version of something like Microsoft's DTS, essentially with > input, transform and output modules. The input modules might > get data from ODBC or a CSV file for example, the

Re: [pgadmin-hackers] Import from CSV - Questions

2006-03-10 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joel HainleySent: 09 March 2006 21:43To: pgadmin-hackers@postgresql.orgSubject: [pgadmin-hackers] Import from CSV - Questions Hello all,I was looking over the todo list and noticed an item "import

[pgadmin-hackers] Import from CSV - Questions

2006-03-09 Thread Joel Hainley
Hello all, I was looking over the todo list and noticed an item "import from CSV". I was wondering if there was more information about what the thoughts were behind this item? - Are you looking to be able to import a csv file into a single table? - Multiple tables? - Any examples exist out there