JPH05314191A - Data base registration system - Google Patents
Data base registration systemInfo
- Publication number
- JPH05314191A JPH05314191A JP4119389A JP11938992A JPH05314191A JP H05314191 A JPH05314191 A JP H05314191A JP 4119389 A JP4119389 A JP 4119389A JP 11938992 A JP11938992 A JP 11938992A JP H05314191 A JPH05314191 A JP H05314191A
- Authority
- JP
- Japan
- Prior art keywords
- information
- data base
- word processor
- processing means
- database
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
- 238000000605 extraction Methods 0.000 claims abstract description 10
- 238000006243 chemical reaction Methods 0.000 claims abstract description 9
- 238000000034 method Methods 0.000 claims description 5
- 239000000284 extract Substances 0.000 abstract 1
- 238000007796 conventional method Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はデータベース特にワード
プロセッサを利用して作成された文章をリレーショナル
型データベースに登録するデータベース登録方式に関す
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database, and more particularly to a database registration system for registering a sentence created by using a word processor in a relational database.
【0002】[0002]
【従来の技術】従来、ワードプロセッサで作成された文
章は文章資料でしかなかった。その文章の中の情報がリ
レーショナル型データベースに入力される情報であって
も、再度データベースを利用する為のツールを利用し、
必要な情報だけを支援ツールを介して入力しなければな
らなかった。2. Description of the Related Art Conventionally, sentences created by a word processor were only text materials. Even if the information in the sentence is the information input to the relational database, use the tool to use the database again,
Only the required information had to be entered via the support tool.
【0003】[0003]
【発明が解決しようとする課題】上述した従来の方法で
は、データベースに情報を登録する為にはデータベース
の支援ツールを利用するので、その操作法を習得しなけ
ればならない。また大量の情報を登録する為には過大な
労力を必要とする。さらに支援ツールはホストコンピュ
ータ配下で動作するので、情報を入力する端末が限定さ
れ入力処理作業の時間帯も制限される。In the above-mentioned conventional method, since the database support tool is used to register information in the database, the operation method must be learned. Moreover, it requires an excessive amount of labor to register a large amount of information. Further, since the support tool operates under the control of the host computer, the terminal for inputting information is limited and the time zone for input processing work is also limited.
【0004】従って情報入力の作業効率が低く、また資
料を作成するという点でも別途にワードプロセッサを利
用して作成するという情報入力の重複を発生させてい
る。Therefore, the work efficiency of inputting information is low, and also in terms of creating a material, duplication of information input occurs separately by using a word processor.
【0005】[0005]
【課題を解決するための手段】本発明のデータベース登
録方式は、固定されたフォーマットで作成された情報を
入力する手段と、前記情報をホスト側のコンピュータに
認識できる形式に変換する文書変換処理手段と、前記文
書変換処理手段が変換した情報の中からデータベースに
登録する情報を抜粋する情報抽出処理手段と、前記情報
抽出処理手段が抽出した情報をデータベースに登録する
ロード手段とを有する。The database registration method of the present invention is a means for inputting information created in a fixed format, and a document conversion processing means for converting the information into a format that can be recognized by the host computer. And an information extraction processing means for extracting information to be registered in the database from the information converted by the document conversion processing means, and a loading means for registering the information extracted by the information extraction processing means in the database.
【0006】[0006]
【実施例】以下、本発明について図面を参照しながら説
明する。DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings.
【0007】図1は本発明の一実施例を示す説明図であ
る。同図において本発明によるデータベース登録方式
は、端末装置1,ワードプロセッサ2,ワードプロセッ
サ文章変換処理部3,情報抽出処理部4,リレーショナ
ル型データベース5を有する。FIG. 1 is an explanatory view showing an embodiment of the present invention. In the figure, the database registration method according to the present invention has a terminal device 1, a word processor 2, a word processor sentence conversion processing unit 3, an information extraction processing unit 4, and a relational database 5.
【0008】入出力端末1は、利用者がワードプロセッ
サの機能を利用して情報を入力したワードプロセッサの
文章ファイル2を作成し、その文章をワードプロセッサ
文章変換処理部3を介してホスト側12に認識できる情
報に変換する。ここまでの機能は全て端末側11で処理
される機能である。The input / output terminal 1 creates a word processor text file 2 in which the user inputs information by using the function of the word processor, and the host side 12 can recognize the text through the word processor text conversion processing unit 3. Convert to information. All the functions up to this point are functions that are processed by the terminal side 11.
【0009】前述までの情報をさらに情報抽出処理部4
を介すことによって必要となる情報のみを抽出し、最終
的にリレーショナル型データベース5にロードする。こ
れらはホスト型12の機能である。The above information is further processed by the information extraction processing unit 4
Only necessary information is extracted by way of, and finally loaded into the relational database 5. These are the functions of the host type 12.
【0010】図2は上記のデータベース登録方式の動作
を示す流れ図である。FIG. 2 is a flow chart showing the operation of the above database registration method.
【0011】最初にステップ21は図3に例示している
固定フォーマット31を作成する。入力情報項目をA,
B,C,D,E,Fとし、A,C,E,Fは英数字項
目、BDは日本語項目とする。First, step 21 creates the fixed format 31 illustrated in FIG. Input information item is A,
B, C, D, E, and F, A, C, E, and F are alphanumeric items, and BD is a Japanese item.
【0012】次に固定フォーマット31のデータを、ワ
ードプロセッサの機能の一つであるユーティリティを利
用し、順編成データ32に変換する(ステップ22)。
そしてさらにホストコンピュータに認識させる為のデー
タに変換する(ステップ23)。ここまでが端末側の動
作である。Next, the data in the fixed format 31 is converted into the sequential organization data 32 by using a utility which is one of the functions of the word processor (step 22).
Then, it is further converted into data for recognition by the host computer (step 23). The operation up to this point is the operation on the terminal side.
【0013】以下はホスト側の動作になる。最終的に必
要とされる項目を今A,C,E,Fとすると、B,Dの
項目を除去し、A,C,E,Fの項目を抽出し、抽出デ
ータ33を作成する(ステップ24)。この処理は一本
のプログラムを利用するので抽出項目は逐次変更可能で
ある。最後にデータベース支援ツールを利用して抽出デ
ータ33をリレーショナル型データベースへ登録する
(ステップ25)。The following is the operation on the host side. If the finally required items are now A, C, E and F, the items B and D are removed, the items A, C, E and F are extracted, and the extracted data 33 is created (step 24). Since this processing uses one program, the extraction items can be changed sequentially. Finally, the extracted data 33 is registered in the relational database using the database support tool (step 25).
【0014】[0014]
【発明の効果】以上説明したように本発明は、ワードプ
ロセッサの簡易な操作によりリレーショナルデータベー
スに大量のデータを一括して何度でも登録でき、作業の
効率化が図れ、ワードプロセッサの文書は資料としても
十分に利用できるという効果がある。As described above, according to the present invention, a large amount of data can be collectively registered in a relational database many times by a simple operation of a word processor, work efficiency can be improved, and a word processor document can be used as a material. There is an effect that it can be fully utilized.
【図1】本発明の一実施例を示す説明図。FIG. 1 is an explanatory view showing an embodiment of the present invention.
【図2】本発明の動作を示す流れ図。FIG. 2 is a flowchart showing the operation of the present invention.
【図3】データのフォーマット例を示す説明図。FIG. 3 is an explanatory diagram showing a data format example.
1 入出力端末 2 ワードプロセッサの文章ファイル 3 ワードブロセッサ文章変換処理部 4 情報抽出処理部 5 リレーショナル型データベース 1 Input / output terminal 2 Word processor text file 3 Word processor Text conversion processing unit 4 Information extraction processing unit 5 Relational database
Claims (1)
報を入力する手段と、前記情報をホスト側のコンピュー
タに認識できる形式に変換する文書変換処理手段と、前
記文書変換処理手段が変換した情報の中からデータベー
スに登録する情報を抜粋する情報抽出処理手段と、前記
情報抽出処理手段が抽出した情報をデータベースに登録
するロード手段とを有することを特徴とするデータベー
ス登録方式。1. A means for inputting information created in a fixed format, a document conversion processing means for converting the information into a format that can be recognized by a computer on the host side, and information converted by the document conversion processing means. A database registration method comprising: an information extraction processing means for extracting information to be registered in the database from the inside; and a loading means for registering the information extracted by the information extraction processing means in the database.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4119389A JPH05314191A (en) | 1992-05-13 | 1992-05-13 | Data base registration system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP4119389A JPH05314191A (en) | 1992-05-13 | 1992-05-13 | Data base registration system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH05314191A true JPH05314191A (en) | 1993-11-26 |
Family
ID=14760295
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP4119389A Withdrawn JPH05314191A (en) | 1992-05-13 | 1992-05-13 | Data base registration system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH05314191A (en) |
-
1992
- 1992-05-13 JP JP4119389A patent/JPH05314191A/en not_active Withdrawn
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH05314191A (en) | Data base registration system | |
| JP3043643B2 (en) | Sort processing apparatus and method | |
| JPH08161350A (en) | Electronic filing method and apparatus | |
| JP2001052013A (en) | Document processing apparatus, document processing method, and medium recording document processing program | |
| JP2629946B2 (en) | Document processing device | |
| JPS6154559A (en) | Japanese word processor | |
| JPH0216671A (en) | Document preparation supporting device | |
| JPH11203279A (en) | Kana-kanji conversion device, kana-kanji conversion method, and storage medium | |
| JPH0498566A (en) | Character data conversion device | |
| JPS61253577A (en) | Japanese word processing filter | |
| JPH04205051A (en) | Document preparing device | |
| JPH06103023A (en) | Japanese code conversion processing system | |
| JPH07146858A (en) | Information processing system | |
| JPH06119331A (en) | Document parts controller for structured document | |
| JPH01316865A (en) | Device for attaching reading input function in kana/kanji conversion | |
| JPH08314711A (en) | Method of creating class library by object-oriented COBOL language | |
| JPH0370065A (en) | Kanji input system | |
| JPS6376056A (en) | Processing conversion method in document creation device | |
| JPS63278139A (en) | Picture and calligraphy filing device | |
| JPH05225244A (en) | Retrieval system for arabic data | |
| JPS61250772A (en) | Kana/kanji converter | |
| JPH086961A (en) | Document processing apparatus and document processing method thereof | |
| JPH05181841A (en) | Japanese sentence generating device | |
| JPH05290032A (en) | Document creation support apparatus and document creation support method | |
| JPH0380361A (en) | Document processor |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 19990803 |