JPH10326285A - Document management system - Google Patents

Document management system

Info

Publication number
JPH10326285A
JPH10326285A JP9136239A JP13623997A JPH10326285A JP H10326285 A JPH10326285 A JP H10326285A JP 9136239 A JP9136239 A JP 9136239A JP 13623997 A JP13623997 A JP 13623997A JP H10326285 A JPH10326285 A JP H10326285A
Authority
JP
Japan
Prior art keywords
file
registration
document
batch
deletion
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.)
Pending
Application number
JP9136239A
Other languages
Japanese (ja)
Inventor
Shuichi Izawa
修一 伊澤
Yoshihiro Tsukamoto
好広 塚本
Yoshikatsu Akagi
義勝 赤城
Hiroyuki Henmi
宏幸 辺見
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP9136239A priority Critical patent/JPH10326285A/en
Publication of JPH10326285A publication Critical patent/JPH10326285A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a document management system in which the registration or deletion of large amounts of documents can be easily attained. SOLUTION: Data necessary for document management are read from an existing data base system 2, and a management data file 1 in a CSV format is prepared, and document data to be registered are prepared as an end batch registration file 3 in a CSV format by the reading and edition of this file. Then, the document is registered in a batch in an object directional data base 5 according to a data array for registration generated from this file by an end batch registration interface 4. Also, the interface generates the file for end batch deletion from the management data file, and operates the end batch deletion.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、オブジェクト指向
データベースシステムなど、データベースシステムにお
けるドキュメントの登録・削除などを行うためのドキュ
メント管理システムに関する。
The present invention relates to a document management system for registering and deleting documents in a database system such as an object-oriented database system.

【0002】[0002]

【従来の技術】文書や設計図面などのドキュメントをデ
ータベースに登録や削除などをするためのドキュメント
管理システムは、専用の画面インタフェースを使ってド
キュメントの登録や削除を行っている。
2. Description of the Related Art A document management system for registering and deleting documents such as documents and design drawings in a database uses a dedicated screen interface to register and delete documents.

【0003】図4は、登録画面インタフェースを示し、
同図の(a)では一件ずつ登録するインタフェース画面
を示し、必要事項(ファイル名、属性など)を一件ずつ
入力操作して登録ボタンを操作することで登録がなされ
る。
FIG. 4 shows a registration screen interface.
FIG. 7A shows an interface screen for registering items one by one, and registration is performed by inputting necessary items (file names, attributes, etc.) one by one and operating a registration button.

【0004】同図の(b)では、エディタで作成するシ
ステム固有の書式に基づいた一括登録ファイル画面を示
し、システムで「一括登録」メニューを選択することで
ファイルを解析して一括登録ファイルを作成して画面表
示し、これを用いて一括登録を行っている。
FIG. 1B shows a batch registration file screen based on a system-specific format created by an editor, and the system analyzes the file by selecting a “batch registration” menu and creates a batch registration file. It is created and displayed on a screen, and batch registration is performed using this.

【0005】ドキュメントの削除は、一件ずつの登録と
同じに、一件ずつのドキュメント検索と削除を行ってい
る。
[0005] Deletion of documents involves searching and deleting documents one by one in the same manner as registration of individual documents.

【0006】[0006]

【発明が解決しようとする課題】データベースシステム
では、特に新たなデータベースシステム導入時に大量の
ドキュメントを登録する必要がある。このための登録作
業は、従来の一件ずつの登録方法では登録作業者が膨大
な入力作業を行う必要があるし、入力ミスを起こし易
い。
In a database system, it is necessary to register a large number of documents especially when a new database system is introduced. For the registration work for this purpose, the conventional registration method for each case requires the registration worker to perform an enormous amount of input work, and input errors easily occur.

【0007】一方、システム固有の一括登録ファイルを
用いる方法は、一括登録ファイルを作成すれば登録作業
は簡単になるが、一括登録ファイルがシステム固有のも
のであるため、他のシステムで既にまとまった形で存在
するドキュメントを登録する場合にはシステムに合うよ
う一括登録ファイルを1から作成しなければならず、一
件ずつの登録と同じ問題がある。
On the other hand, the method of using a system-specific batch registration file simplifies the registration operation if the batch registration file is created, but since the batch registration file is system-specific, it has already been collected in other systems. When registering a document that exists in a form, a batch registration file must be created from scratch so as to match the system, and there is the same problem as registration of individual documents.

【0008】ドキュメントの削除においても、データベ
ースシステムを長期運用すると大量のドキュメントが存
在し、効率的なシステムの運用には多量のドキュメント
の削除が必要となり、これには一件ずつの検索と削除に
なってドキュメントの登録と同じ問題が発生する。
[0008] When deleting a document, a large number of documents exist when the database system is operated for a long period of time. For efficient operation of the system, it is necessary to delete a large number of documents. The same problem as registering a document.

【0009】本発明の目的は、大量のドキュメントの登
録又は削除を簡単にするドキュメント管理システムを提
供することにある。
An object of the present invention is to provide a document management system that simplifies registration or deletion of a large number of documents.

【0010】[0010]

【課題を解決するための手段】本発明は、既存のデータ
ベースシステムから表計算アプリケーション等を利用し
てCSV形式の管理データファイルを編集・作成し、こ
のファイルから一括登録ファイル又は一括削除ファイル
を作成し、これらファイルを使ってインタフェースによ
りドキュメントの一括登録又は削除を行うようにしたも
ので、以下の構成を特徴とする。
According to the present invention, a management data file in CSV format is edited and created from an existing database system using a spreadsheet application or the like, and a batch registration file or a batch deletion file is created from this file. In addition, these files are used to collectively register or delete documents by an interface, and are characterized by the following configuration.

【0011】データベースシステムにドキュメントを登
録又は削除するためのドキュメント管理システムにおい
て、既存のデータベースシステムからドキュメント管理
に必要なデータを読み出し、CSV形式で作成した管理
データファイルと、前記管理データファイルの読み込み
と編集で登録又は削除するドキュメントデータをCSV
形式で作成した一括登録/削除ファイルと、前記一括登
録/削除ファイルから生成した登録用データ配列にした
がってデータベースにドキュメントを一括登録、又は該
ファイルを読み込んで検索情報に基づいて検索したドキ
ュメントを一括削除する一括登録/削除インタフェース
とを備えたことを特徴とする。
In a document management system for registering or deleting a document in a database system, data necessary for document management is read from an existing database system, and a management data file created in CSV format and reading of the management data file are performed. Document data to be registered or deleted by editing CSV
Documents are registered in a database in a batch according to a batch registration / deletion file created in a format and a registration data array generated from the batch registration / deletion file, or a document retrieved from the file and searched based on search information is batch deleted. And a batch registration / deletion interface.

【0012】また、前記インタフェースは、登録用デー
タ配列の生成又は削除用ドキュメントの検索にエラーが
あるときにCSV形式のエラーログファイルを作成する
ことを特徴とする。
Further, the interface is characterized in that when there is an error in the generation of the registration data array or the retrieval of the deletion document, an error log file in CSV format is created.

【0013】[0013]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

(第1の実施形態)図1は、本発明の実施形態を示すド
キュメントの一括登録処理システムの構成図である。
(First Embodiment) FIG. 1 is a configuration diagram of a document batch registration processing system according to an embodiment of the present invention.

【0014】管理データファイル1は、データベースシ
ステム2からのデータ読み出しにより、ドキュメント管
理に必要なデータ(属性、ファイル名など)をCSV形
式(フィールド区切り記号で区切って並べた書式)で作
成される。図示では、「タイトル」と「担当者」と「フ
ァイル名」の項目をフィールド区切りとしている。
The management data file 1 is created by reading data from the database system 2 in a CSV format (a format in which data necessary for document management (attributes, file names, etc.) are separated by field delimiters). In the figure, the items of "title", "person in charge", and "file name" are delimited by fields.

【0015】この管理データファイル1の作成は、一般
の表計算アプリケーションが持つ編集機能で実現され
る。また、データベースシステム2としては、リレーシ
ョナルデータベースシステムやオブジェクト指向データ
ベースシステムなど既存の任意のデータベースシステム
がCSV形式で登録データを出力する機能のあるものと
される。
The creation of the management data file 1 is realized by an editing function of a general spreadsheet application. Further, as the database system 2, any existing database system such as a relational database system or an object-oriented database system has a function of outputting registered data in CSV format.

【0016】一括登録ファイル3は、作成した管理デー
タファイル1のデータ読み込みと編集でCSV形式の一
括登録ファイルとして作成される。
The batch registration file 3 is created as a CSV format batch registration file by reading and editing the created management data file 1.

【0017】一括登録インタフェース4は、一括登録フ
ァイル3を読み込み、従来の一括登録処理と同様の操作
でオブジェクト指向データベースシステム5へのドキュ
メントの登録を行う。
The batch registration interface 4 reads the batch registration file 3 and registers a document in the object-oriented database system 5 by the same operation as the conventional batch registration process.

【0018】この登録処理で属性の不正などエラーが発
生して登録できなかった場合、インタフェース4は、そ
のレコードを先頭列にエラー内容を付加してまとめたC
SV形式のエラーログファイル6を作成し、このログフ
ァイル6から表計算アプリケーション等を利用して手作
業による一括登録ファイル3を修正し、この修正後のフ
ァイル3による未登録データの再登録を可能にする。
In the case where registration cannot be performed due to an error such as an invalid attribute in the registration processing, the interface 4 collects the record by adding an error content to the first column and compiling the record.
An error log file 6 in the SV format is created, and the batch registration file 3 is manually corrected from the log file 6 using a spreadsheet application or the like, and the unregistered data can be re-registered using the corrected file 3. To

【0019】図2は、一括登録インタフェース4の処理
手順を示す。まず、一括登録ファイル3の1行目を読み
込み、解析し、登録項目とフィールド順番の対応付けを
行う(S1)。次いで、一括登録ファイル3の2行目以
降を1行ずつ読み込み、処理S1で得られた対応付けを
基に登録用データ配列を生成する(S2)。次に、エラ
ーが無い場合、処理S2で生成した登録用データ配列で
データベースに登録を行う(S3)。エラーが有るとき
は、エラー内容とエラーレコードをログファイルにCS
V形式で追加する(S4)。
FIG. 2 shows a processing procedure of the batch registration interface 4. First, the first line of the batch registration file 3 is read and analyzed, and the registration items are associated with the field order (S1). Next, the second and subsequent lines of the batch registration file 3 are read line by line, and a registration data array is generated based on the association obtained in step S1 (S2). Next, if there is no error, registration is performed in the database using the registration data array generated in step S2 (S3). If there is an error, write the error details and error record to the log file.
It is added in the V format (S4).

【0020】以上のとおり、本実施形態によるドキュメ
ントの登録は、ドキュメントが保存されるデータベース
システム2から表計算アプリケーション等を利用して管
理データファイル1を編集し、このファイル1から一括
登録ファイル3を自動的に作成し、このファイル3によ
りオブジェクト指向データベースシステムへのドキュメ
ントの登録を得るため、大量のドキュメントの登録も簡
単・迅速な作業になる。
As described above, the registration of a document according to the present embodiment is performed by editing the management data file 1 using a spreadsheet application or the like from the database system 2 in which the document is stored, and converting the batch registration file 3 from this file 1. Since the file 3 is automatically created and the file 3 is used to register the document in the object-oriented database system, registering a large number of documents becomes a simple and quick operation.

【0021】また、エラーログファイル6を作成するこ
とにより、登録時に発生したエラーをエラー内容とレコ
ードというCSV形式で作成することにより、登録作業
者はこのファイル6を参照しながら表計算アプリケーシ
ョン上で編集し直し、容易に再登録ができる。
Further, by creating the error log file 6, an error generated at the time of registration is created in a CSV format of an error content and a record, so that the registration operator can refer to the file 6 on the spreadsheet application. It can be edited and re-registered easily.

【0022】(第2の実施形態)図3は、本実施形態に
なるドキュメントの削除インタフェースの処理手順であ
る。まず、図1のCSV形式の一括登録ファイル3から
一括削除ファイルを作成しておく。この一括登録ファイ
ルと一括削除ファイルの関係は、例えば下記表に示すよ
うになる。
(Second Embodiment) FIG. 3 shows a processing procedure of a document deletion interface according to the present embodiment. First, a batch deletion file is created from the CSV format batch registration file 3 of FIG. The relationship between the batch registration file and the batch deletion file is as shown in the following table, for example.

【0023】[0023]

【表1】 [Table 1]

【0024】[0024]

【表2】 [Table 2]

【0025】この一括削除ファイルが一括登録ファイル
と異なる部分は、登録用のドキュメントを指定する部分
になるファイル名が不要となる点である。この部分の削
除作業は、一般の表計算アプリケーションで簡単に実行
できる。
The difference between the batch deletion file and the batch registration file is that a file name for specifying a document for registration is not required. The work of deleting this part can be easily executed by a general spreadsheet application.

【0026】図3による削除処理は、一括削除ファイル
を読み込み(S11)、その先頭行から行データを読み
込み(S12)、行があれば(S13)、削除する行の
検索情報(ドキュメントタイプやフォルダ名、担当者な
ど)に基づいてドキュメントの検索を行う(S14)。
In the deletion process shown in FIG. 3, the batch deletion file is read (S11), line data is read from the first line (S12), and if there is a line (S13), search information of the line to be deleted (document type or folder) The document is searched based on the name, person in charge, etc.) (S14).

【0027】この検索で該当するドキュメントが存在し
た場合(S15)、当該ドキュメントをデータベースか
ら削除する(S16)。また、該当するドキュメントが
存在しない場合、CSV形式で削除に失敗した行の情報
をエラーログファイルとして出力し、手作業による削除
を可能にする(S17)。
If there is a corresponding document in this search (S15), the document is deleted from the database (S16). If the corresponding document does not exist, the information of the line that failed to be deleted in the CSV format is output as an error log file to enable manual deletion (S17).

【0028】以上のとおり、本実施形態によるドキュメ
ントの削除は、一括登録ファイルから一括削除ファイル
を作成し、このファイルから削除検索情報に基づいてド
キュメントを検索し、該当するドキュメントをデータベ
ースシステムから自動的にかつ簡単に削除することがで
きる。
As described above, when deleting a document according to the present embodiment, a batch deletion file is created from a batch registration file, a document is searched from this file based on deletion search information, and the relevant document is automatically retrieved from the database system. And can be easily deleted.

【0029】また、該当するドキュメントが存在しない
場合には、CSV形式で削除に失敗した行の情報をエラ
ーログファイルとして出力するため、ファイルミスの検
出も簡単になる。
If the corresponding document does not exist, the information of the line which failed to be deleted in the CSV format is output as an error log file, so that a file error can be easily detected.

【0030】[0030]

【発明の効果】以上のとおり、本発明によれば、既存の
データベースシステムから表計算アプリケーション等を
利用してCSV形式の管理データファイルを編集・作成
し、このファイルから一括登録ファイル又は一括削除フ
ァイルを作成し、これらファイルを使ってインタフェー
スによりドキュメントの一括登録又は削除を行うように
したため、大量のドキュメントの登録又は削除が簡単に
なる効果がある。
As described above, according to the present invention, a management data file in CSV format is edited and created from an existing database system using a spreadsheet application or the like, and a batch registration file or a batch deletion file is created from this file. Is created and the documents are registered or deleted collectively by the interface using these files, so that there is an effect that registration or deletion of a large number of documents is simplified.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施形態を示す一括登録処理システム
の構成図。
FIG. 1 is a configuration diagram of a batch registration processing system showing an embodiment of the present invention.

【図2】実施形態における一括登録インタフェースの処
理手順。
FIG. 2 is a processing procedure of a batch registration interface in the embodiment.

【図3】他の実施形態を示す一括削除処理手順。FIG. 3 is a collective deletion processing procedure according to another embodiment.

【図4】従来の個別登録と一括登録の画面例。FIG. 4 is a screen example of conventional individual registration and collective registration.

【符号の説明】[Explanation of symbols]

1…管理データファイル 2…データベースシステム 3…一括登録ファイル 4…一括登録インタフェース 5…オブジェクト指向データベースシステム 6…エラーログファイル DESCRIPTION OF SYMBOLS 1 ... Management data file 2 ... Database system 3 ... Batch registration file 4 ... Batch registration interface 5 ... Object-oriented database system 6 ... Error log file

───────────────────────────────────────────────────── フロントページの続き (72)発明者 辺見 宏幸 東京都品川区大崎2丁目1番17号 株式会 社明電舎内 ────────────────────────────────────────────────── ─── Continued from the front page (72) Inventor Hiroyuki Henmi Meidensha Co., Ltd. 2-1-1-17 Osaki, Shinagawa-ku, Tokyo

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データベースシステムにドキュメントを
登録又は削除するためのドキュメント管理システムにお
いて、 既存のデータベースシステムからドキュメント管理に必
要なデータを読み出し、CSV形式で作成した管理デー
タファイルと、 前記管理データファイルの読み込みと編集で登録又は削
除するドキュメントデータをCSV形式で作成した一括
登録/削除ファイルと、 前記一括登録/削除ファイルから生成した登録用データ
配列にしたがってデータベースにドキュメントを一括登
録、又は該ファイルを読み込んで検索情報に基づいて検
索したドキュメントを一括削除する一括登録/削除イン
タフェースとを備えたことを特徴とするドキュメント管
理システム。
1. A document management system for registering or deleting a document in a database system, comprising: reading data necessary for document management from an existing database system; creating a management data file created in CSV format; A batch registration / deletion file in which document data to be registered or deleted by reading and editing is created in CSV format, and a document is batch registered in a database according to a registration data array generated from the batch registration / deletion file, or the file is read. And a batch registration / deletion interface for batch deleting documents searched based on the search information.
【請求項2】 前記インタフェースは、登録用データ配
列の生成又は削除用ドキュメントの検索にエラーがある
ときにCSV形式のエラーログファイルを作成すること
を特徴とする請求項1に記載のドキュメント管理システ
ム。
2. The document management system according to claim 1, wherein the interface creates an error log file in a CSV format when there is an error in generation of a registration data array or retrieval of a deletion document. .
JP9136239A 1997-05-27 1997-05-27 Document management system Pending JPH10326285A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9136239A JPH10326285A (en) 1997-05-27 1997-05-27 Document management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9136239A JPH10326285A (en) 1997-05-27 1997-05-27 Document management system

Publications (1)

Publication Number Publication Date
JPH10326285A true JPH10326285A (en) 1998-12-08

Family

ID=15170542

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9136239A Pending JPH10326285A (en) 1997-05-27 1997-05-27 Document management system

Country Status (1)

Country Link
JP (1) JPH10326285A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002202987A (en) * 2000-11-02 2002-07-19 At System:Kk Data management method
KR100368913B1 (en) * 2000-05-17 2003-01-24 김지섭 Csv report generation
JP2007286969A (en) * 2006-04-18 2007-11-01 Mitsubishi Electric Corp Batch registration information generating apparatus, batch registration information generating method and batch registration information generating program
JP2012212251A (en) * 2011-03-30 2012-11-01 Fujitsu Ltd Update device, update program and update method
JP2013073354A (en) * 2011-09-27 2013-04-22 Fujitsu Ltd Data management program, data management method, and data management device
JP2013117805A (en) * 2011-12-02 2013-06-13 Hitachi Solutions Ltd Medical material database linking system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100368913B1 (en) * 2000-05-17 2003-01-24 김지섭 Csv report generation
JP2002202987A (en) * 2000-11-02 2002-07-19 At System:Kk Data management method
JP2007286969A (en) * 2006-04-18 2007-11-01 Mitsubishi Electric Corp Batch registration information generating apparatus, batch registration information generating method and batch registration information generating program
JP2012212251A (en) * 2011-03-30 2012-11-01 Fujitsu Ltd Update device, update program and update method
JP2013073354A (en) * 2011-09-27 2013-04-22 Fujitsu Ltd Data management program, data management method, and data management device
JP2013117805A (en) * 2011-12-02 2013-06-13 Hitachi Solutions Ltd Medical material database linking system

Similar Documents

Publication Publication Date Title
US7069502B2 (en) Structured document management system and structured document management method
US6782387B1 (en) System for document management and information processing
JPH08305616A (en) Data management system
JP2001084254A (en) Electronic filing system and filing method
JPH10326285A (en) Document management system
JP2000276338A (en) Method and system for visual programming, and recording medium for visual programming
JPH11161656A (en) Data base retrieval and extraction system and recording medium in which control program for data base retrieval and extraction is recorded
JP3335863B2 (en) Apparatus and method for simplifying character input
JP3529301B2 (en) Automatic data file converter
US7873659B2 (en) Database management system, database management method and database management program
JP2718836B2 (en) Database system
KR100323607B1 (en) Data conversion method for converting text file searched for art data into master table for art information analysis
JP3175239B2 (en) Multimedia information editing device
JP4365014B2 (en) Document management system, document management method, and computer-readable recording medium
JP4805491B2 (en) Dictionary management program and computer system
JP3439368B2 (en) Data conversion processing system and recording medium recording program for realizing the function
JP2723849B2 (en) Data management method
JPH0581320A (en) Information retrieving device
JP4398964B2 (en) Document management system, document management method, and computer-readable recording medium
JPH08161345A (en) Information retrieving system
JPH05303596A (en) File information generating system and electronic file device
JP3001597B2 (en) Software production support equipment
JPH10232879A (en) Design information managing system
JPH09223134A (en) Document processor
JPH04310183A (en) Method for retrieving/outputting relational data base