JPH04142659A - Summary system by data conversion - Google Patents

Summary system by data conversion

Info

Publication number
JPH04142659A
JPH04142659A JP2265757A JP26575790A JPH04142659A JP H04142659 A JPH04142659 A JP H04142659A JP 2265757 A JP2265757 A JP 2265757A JP 26575790 A JP26575790 A JP 26575790A JP H04142659 A JPH04142659 A JP H04142659A
Authority
JP
Japan
Prior art keywords
conversion
key
data
preconversion
master
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
JP2265757A
Other languages
Japanese (ja)
Inventor
Yoshinori Kudo
工藤 義紀
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2265757A priority Critical patent/JPH04142659A/en
Publication of JPH04142659A publication Critical patent/JPH04142659A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To improve the generality of a summary system by providing a conversion means that extracts data and a preconversion key, that refers to a contrast table to convert only the preconversion key into a postconversion key an accordance with a conversion master, and that uses the postconversion key as input data after conversion. CONSTITUTION:The present summary system is provided with a conversion means 3 that extracts data and a preconversion key, that refers to a contrast table to convert only the preconversion key into a postconversion key in accordance with a conversion master 2, and that uses the postconversion key as input data after conversion, Further, preconversion data 1 converts the key section by the conversion master 2 to output the converted data 4, and the conversion master 2 has both the preconversion key and the postconversion key. That is, the input preconversion data 1 consists of two divisions of key and data and is treated as input data. Accordingly, from the conversion means 3 the post conversion data 4 is obtained in accordance with the preconversion data. With this, only by changing the conversion master 2 various different summary can be executed without changing program.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データ変換による集計方式に間し、特に集計
システムの集計キーが変更されても、以降の処理に影響
を与えないように変換マスタによりキー変換を行うデー
タ変換による集計方式に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention is directed to an aggregation method based on data conversion, and in particular, to a data conversion method that does not affect subsequent processing even if the aggregation key of the aggregation system is changed. This invention relates to an aggregation method using data conversion in which key conversion is performed by a master.

〔従来の技術〕[Conventional technology]

従来この種のデータ集計方式は、データ中のキー項目を
プログラムで集計を行っていたので、キーデータが変更
された時は、その度にプログラムを作り直して集計を行
っていた。
Conventionally, in this type of data aggregation method, the key items in the data were aggregated by a program, so each time the key data was changed, the program was rewritten to perform the aggregation.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述のコンピュータによるデータの集計システム方式に
おいては、集計を行うキーデータが変わると、そのキー
データに合わせてプログラムを作り直さなければならな
いという欠点があり、異なった集計を行う為にも、その
度にプログラムを作らなけらばならないという欠点があ
った。
The computer-based data aggregation system described above has the disadvantage that if the key data for aggregation changes, the program must be rewritten to match that key data. The drawback was that a program had to be created.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のデータ変換による集計方式は、変換前キーと変
換後キーとの対照テーブルから成る変換マスタと、デー
タと前記変換前キーを抽出し前記対照テーブルを参照し
て前記変換マスタに従って前記変換前キーのみを変換後
キーに変換して変換後の入力データとする交換手゛段と
を備えて構成される。
The aggregation method by data conversion of the present invention includes a conversion master consisting of a comparison table of pre-conversion keys and post-conversion keys, extracts data and the pre-conversion key, refers to the comparison table, and performs the conversion before the conversion according to the conversion master. and an exchange means for converting only the key into a converted key and using it as converted input data.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は、本発明の一実施例の構成を示すブロック図で
ある。変換前データ1は、変換マスタ2によってキ一部
を変換し、変換後データ2に出力する。また、変換マス
タ2は、変換前のキーと変換後のキーを持つ形式とする
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. A portion of the pre-conversion data 1 is converted by a conversion master 2 and output as post-conversion data 2. Further, the conversion master 2 is in a format having a key before conversion and a key after conversion.

すなわち、入力した変換前データ1は、キーとデータと
の2部分から成り入力データとして取扱っている。変換
前データのデータ部では順に10.15,5,5,12
,8.3となっており変換のためのキーはそれぞれA、
A、B、BC,Dであり、変換マスタ2を参照すると、
これらの変換後のキーの配列は、A、A、B、BEとな
る。従って変換手段3からは変換前データに従って変換
後データ4のようにキーの配列はA、A、B、B、B、
Eとなり、データの配列は10.15,5,12,8,
3.の順となる。
That is, the input pre-conversion data 1 consists of two parts, a key and data, and is treated as input data. In the data part of the data before conversion, 10.15, 5, 5, 12
,8.3, and the keys for conversion are A, respectively.
A, B, BC, D, and referring to conversion master 2,
The key arrangement after these conversions is A, A, B, BE. Therefore, from the conversion means 3, according to the pre-conversion data, the key arrangement is A, A, B, B, B, as in the post-conversion data 4.
E, and the data array is 10.15, 5, 12, 8,
3. The order is as follows.

かようにして変換後のデータが一得られる。従って変換
マスタ2を変更するのみでプログラムを変更せずに異っ
た集計を行うことができる。
In this way, the converted data can be obtained. Therefore, by simply changing the conversion master 2, different aggregations can be performed without changing the program.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、集計キーが変ってもプロ
グラム修正を必要とせず、異った集計を行う場合にはキ
ー変換マスターを修正するだけで可能なので、非常に汎
用性の高いシステムを作ることができる。
As explained above, the present invention does not require program modification even if the aggregation key changes, and can be performed simply by modifying the key conversion master when performing different aggregation, making it possible to create a highly versatile system. can be made.

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

第1図は本発明のデータ変換による集計方式を示すブロ
ック図である9 1・・・変換前データ、2・・・変換マスタ、3・・・
変換手段、4・・・変換後データ。
FIG. 1 is a block diagram showing an aggregation method based on data conversion according to the present invention.9 1... Data before conversion, 2... Conversion master, 3...
Conversion means, 4...data after conversion.

Claims (1)

【特許請求の範囲】[Claims] 変換前キーと変換後キーとの対照テーブルから成る変換
マスタと、データと前記変換前キーを抽出し前記対照テ
ーブルを参照して前記変換マスタに従って前記変換前キ
ーのみを変換後キーに変換して変換後の入力データとす
る変換手段とを備えて成ることを特徴とするデータ変換
による集計方式。
A conversion master consisting of a comparison table of pre-conversion keys and post-conversion keys, extracting data and the pre-conversion keys, referring to the comparison table and converting only the pre-conversion keys to post-conversion keys according to the conversion master. An aggregation method by data conversion, characterized by comprising a conversion means for converting input data.
JP2265757A 1990-10-03 1990-10-03 Summary system by data conversion Pending JPH04142659A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2265757A JPH04142659A (en) 1990-10-03 1990-10-03 Summary system by data conversion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2265757A JPH04142659A (en) 1990-10-03 1990-10-03 Summary system by data conversion

Publications (1)

Publication Number Publication Date
JPH04142659A true JPH04142659A (en) 1992-05-15

Family

ID=17421592

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2265757A Pending JPH04142659A (en) 1990-10-03 1990-10-03 Summary system by data conversion

Country Status (1)

Country Link
JP (1) JPH04142659A (en)

Similar Documents

Publication Publication Date Title
JPH04142659A (en) Summary system by data conversion
JPH04297923A (en) Character coder converting system
JPH04107990A (en) Packaging data conversion method
CA2234463A1 (en) Method for producing computer-controlled services
JPH0337713A (en) Code conversion processing system
JPH0359724A (en) Error information compression system for translation system
JPH04245322A (en) Input device
Yin et al. Study on the intelligent and innovative design of traditional graphic semantics in China
JPS6227836A (en) Storing system for document data
JP2833612B2 (en) Service primitive generation system
JPH01142828A (en) Software developing station
JPH02165239A (en) Data access system for large-scale knowledge base
JPH02266413A (en) Code converting method
JPH04323727A (en) Arithmetic processing system
JPH07192029A (en) Generating method for logic circuit
JPH04369730A (en) Source program conversion tool generation system
JPH09138750A (en) Expert system dealing with frame data and plotting data
JPH0231208A (en) Programming unit
JPH0250730A (en) Language converting system based upon common machine word
JPH0580992A (en) Output system for procedure-function relation chart
JPH01161467A (en) System for optimizing display screen output
JPH0337716A (en) Pattern editing processing system
JPH02173788A (en) Character pattern converting circuit
JPH03123937A (en) File description system conversion method
JPH02158829A (en) Logical operation processing system for digital signal