Re: ConText Option Filter

From: Gerhard Moeller <Gerhard.Moeller_at_OFFIS.Uni-Oldenburg.de>
Date: 1998/01/26
Message-ID: <6aih2t$f1m_at_news.Informatik.Uni-Oldenburg.DE>#1/1


timkarnold_at_aol.com (TimKArnold) wrote:

>Question:
> I have ASCII text in a long column that I present to
>the linguistics server. However, there is header information
>that I want to exclude that may be 50 -2000 bytes.
>Can anyone help in filtering out that text?

I suggest storing the header in a seperate column and creating a view that consists of both, the header and contents columns.

CREATE VIEW foo AS

        SELECT header || content "full_content" FROM bar;

Gerhard.

-- 
Dipl. Inform. Gerhard Möller -- Gerhard.Moeller_at_OFFIS.Uni-Oldenburg.DE
                                      ICQ PIN: 2804938
OFFIS                  | | | | | |    Tel.:    0441/9722-122
Escherweg 2            | | | | | |    Sekr.:   0441/9722-113 oder -101
D-26121 Oldenburg      |O|F|F|I|S|    Fax:     0441/9722-102
Received on Mon Jan 26 1998 - 00:00:00 CET

Original text of this message