Re: Copy HL7 record/file into PostgreSQL Table - Mailing list pgsql-admin

From Joshua D. Drake
Subject Re: Copy HL7 record/file into PostgreSQL Table
Date
Msg-id 4464C27D.9060805@commandprompt.com
Whole thread Raw
In response to Copy HL7 record/file into PostgreSQL Table  ("Kenneth B. Hill" <ken@scottshill.com>)
List pgsql-admin
Kenneth B. Hill wrote:
> I'm looking for a way to get an HL7 file into a table. My current
> thinking is I need to parse the HL7 file to a flat-file and use the copy
> command. I would appreciate some guidance on doing this. Thank you.
>

Well I have no idea what a HL7 file is but yes you either parse and use
copy or parse and use insert.

Joshua D. Drake

> -Ken Hill
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>


--

            === The PostgreSQL Company: Command Prompt, Inc. ===
      Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
      Providing the most comprehensive  PostgreSQL solutions since 1997
                     http://www.commandprompt.com/



pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Copy HL7 record/file into PostgreSQL Table
Next
From: Sean Hamilton
Date:
Subject: Re: Copy HL7 record/file into PostgreSQL Table