JPH08194636A - Data format conversion processing method - Google Patents

Data format conversion processing method

Info

Publication number
JPH08194636A
JPH08194636A JP7005471A JP547195A JPH08194636A JP H08194636 A JPH08194636 A JP H08194636A JP 7005471 A JP7005471 A JP 7005471A JP 547195 A JP547195 A JP 547195A JP H08194636 A JPH08194636 A JP H08194636A
Authority
JP
Japan
Prior art keywords
data
format conversion
information file
input data
storage device
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
JP7005471A
Other languages
Japanese (ja)
Inventor
Hirokazu Terasawa
浩和 寺沢
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP7005471A priority Critical patent/JPH08194636A/en
Publication of JPH08194636A publication Critical patent/JPH08194636A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE: To enable the addition or change of format conversion rules by editing input data by retrieving the format conversion rules matched with a providing destination identification code when the data, to which this code is added, are inputted. CONSTITUTION: A conversion information file 5 describing the format conversion rules peculiar for each of plural providing destinations is stored in an external storage device 6 by providing destination identification codes. A CPU 3 extracts input data 1 from an external storage device 2 according to a common program 4 and stores result processing data 7 in an external storage device 8 while referring to the conversion information file 5 stored in the external storage device 7. In this case, when data 1 to which the providing destination identification code for identifying the plural providing destinations are inputted, the format conversion rules matched with this code are retrieved out of the conversion information file 5 and the input data 1 are edited based on the retrieved format conversion rules. Therefore, when adding or changing the format conversion rules, it is enough only to change the contents of the conversion information file.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、データフォーマット変
換処理方法に関し、特に、複数の提供先に分配される特
定のフォーマットのデータを提供先固有のフォーマット
変換規則に従って編集するデータフォーマット変換処理
方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data format conversion processing method, and more particularly, to a data format conversion processing method for editing data of a specific format distributed to a plurality of distribution destinations according to a format conversion rule unique to the distribution destinations. It is a thing.

【0002】[0002]

【従来の技術】従来、複数の提供先に分配される特定の
フォーマットのデータを、提供先毎に固有のフォーマッ
ト変換規則に従って編集するデータフォーマット変換処
理は、各々の変換規則に対応して作成した個別のプログ
ラムによって実施していた。
2. Description of the Related Art Conventionally, a data format conversion process for editing data of a specific format distributed to a plurality of destinations according to a format conversion rule unique to each destination is created corresponding to each conversion rule. It was implemented by individual programs.

【0003】[0003]

【発明が解決しようとする課題】しかし、上記従来方法
によると、フォーマット変換規則に追加や変更が生じた
場合には、新たに個別プログラムを作成したり、また既
存のプログラムを修正しなければならないという問題が
ある。
However, according to the above-mentioned conventional method, when a format conversion rule is added or changed, a new individual program must be created or an existing program must be modified. There is a problem.

【0004】例えば、損害保険団体契約保険料給与控除
データ提供システムにおいては、データ提供先団体(一
般的には会社)の追加やデータ提供先団体側の事務処理
の都合によるフォーマット変換規則の変更が頻繁に発生
する。このため、損害保険団体契約保険料給与控除デー
タ提供システムの特徴上、個別プログラムの作成や修正
が頻繁に発生する。この結果、プログラムの開発費用お
よび人員が増大するという問題がある。
For example, in the non-life insurance group contract premium salary deduction data providing system, it is possible to add a data providing organization (generally a company) or change the format conversion rule due to the clerical processing of the data providing organization. It happens frequently. Therefore, individual programs are frequently created and modified due to the characteristics of the non-life insurance group contract insurance premium deduction data providing system. As a result, there is a problem that the development cost and personnel of the program increase.

【0005】本発明の目的は、フォーマット変換規則に
追加や変更が発生した場合においても、フォーマット変
換規則の追加や変更を容易に行うことを可能とするデー
タフォーマット変換処理方法を提供することにある。
An object of the present invention is to provide a data format conversion processing method capable of easily adding or changing a format conversion rule even when the format conversion rule is added or changed. .

【0006】[0006]

【課題を解決するための手段】前記目的を達成するため
に、本発明は、提供先固有のフォーマット変換規則を記
述した変換情報ファイルを提供先識別コード別に格納し
ておき、提供先識別コードの付加されたデータの入力時
に、この提供先識別コードと一致する前記フォーマット
変換規則を変換情報ファイルから検索し、この検索され
たフォーマット変換規則に基づいて、前記入力されたデ
ータを編集するようにしたものである。
In order to achieve the above object, the present invention stores a conversion information file in which format conversion rules unique to a service provider are described for each service provider identification code and stores the service provider identification code. At the time of inputting the added data, the format conversion rule that matches the provider identification code is searched from the conversion information file, and the input data is edited based on the searched format conversion rule. It is a thing.

【0007】[0007]

【作用】前記手段によれば、複数の提供先を識別する提
供先識別コードが付加されたデータの入力時に、提供先
識別コード別に格納されている前記変換情報ファイルか
ら前記フォーマット変換規則が検索され、入力されたデ
ータの提供先識別コードに対応する所定のフォーマット
変換規則に従って、入力されたデータが編集される。
According to the above-mentioned means, the format conversion rule is retrieved from the conversion information file stored for each provider identification code when the data to which the provider identification code for identifying a plurality of providers is added. The input data is edited according to a predetermined format conversion rule corresponding to the provider identification code of the input data.

【0008】これにより、フォーマット変換規則に追加
や変更があった場合においても、前記変換情報ファイル
の内容を変更すればよく、フォーマット変換規則の追加
や修正を容易に行うことができる。
As a result, even if the format conversion rule is added or changed, the contents of the conversion information file need only be changed, and the format conversion rule can be easily added or modified.

【0009】[0009]

【実施例】以下、本発明の一実施例を図面を用いて詳細
に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below in detail with reference to the drawings.

【0010】図1は、本発明のデータフォーマット変換
処理方法を適用した保険料控除データ作成システムの一
実施例を示すシステム構成図である。
FIG. 1 is a system configuration diagram showing an embodiment of an insurance premium deduction data creation system to which the data format conversion processing method of the present invention is applied.

【0011】図1において、1は入力データ、2は入力
データ1を格納する外部記憶装置である。3は各種の処
理を行う中央処理装置(以下、CPUという)、4は本
発明に係わる一連の処理を行う共通プログラムである。
5は変換情報ファイル、6は変換情報ファィル5を格納
する外部記憶装置、7は処理結果データ、8は処理結果
データ7を格納する外部記憶装置である。
In FIG. 1, reference numeral 1 is input data, and 2 is an external storage device for storing the input data 1. Reference numeral 3 denotes a central processing unit (hereinafter referred to as CPU) that performs various kinds of processing, and 4 denotes a common program that performs a series of processing according to the present invention.
Reference numeral 5 is a conversion information file, 6 is an external storage device for storing the conversion information file 5, 7 is processing result data, and 8 is an external storage device for storing the processing result data 7.

【0012】図1において、CPU3は、処理結果デー
タ7の作成処理を実行するもので、共通プログラム4に
従って外部記憶装置2から入力データ1を取り出し、外
部記憶装置6に格納されている変換情報ファイル5を参
照して、結果処理データ7を外部記憶装置8に格納す
る。
In FIG. 1, the CPU 3 executes a process of creating the process result data 7, takes out the input data 1 from the external storage device 2 according to the common program 4, and stores the conversion information file stored in the external storage device 6. 5, the result processing data 7 is stored in the external storage device 8.

【0013】図2は、変換情報ファイル5に記述された
フォーマット変換規則の構成を示す図である。
FIG. 2 is a diagram showing the structure of the format conversion rule described in the conversion information file 5.

【0014】図2において、変換情報ファイル5に記述
されたフォーマット変換規則は、入力データ1の提供先
を識別するための提供先識別コードである会社コード2
0、入力データ1を構成する項目から処理結果データ7
を作成する編集処理の区別を表す処理区分21、処理結
果データ7を構成する項目のデータ内位置を表す開始位
置221や桁222などの切り出し情報および項目内容
を補正するか否かを表す属性223からなる出力フィー
ルド情報22、入力データ1を構成する項目のデータ内
位置を表す開始位置231や桁232などの切り出し情
報および項目内容を補正するか否かを表す属性233か
らなる入力フィールド情報23、実際のシステムに適用
する場合にその適用システムにおいて行われるいくつか
の標準的な編集パターンを実現するプログラム上の処理
との対応付けを表す標準編集パターン24、結果処理デ
ータ7を構成する項目に定まった値を転送する場合や入
力データ1を抽出する条件式に用いる定数値25から構
成されている。
In FIG. 2, the format conversion rule described in the conversion information file 5 is a company code 2 which is a provider identification code for identifying the provider of the input data 1.
0, processing result data 7 from items that make up input data 1
Process classification 21 that represents the distinction of the editing process that creates, the cut-out information such as the start position 221 that represents the in-data position of the items that form the process result data 7, the digit 222, and the attribute 223 that indicates whether to correct the item content. Output field information 22, which is composed of input field information 23, cutout information such as a starting position 231 that represents the position in the data of the items that make up the input data 1 and columns 232, and input field information 23 that is an attribute 233 that indicates whether or not to correct the item content. When applied to an actual system, the standard edit pattern 24 that represents the correspondence with the process on the program that realizes some standard edit patterns performed in the applicable system, and the items that form the result process data 7 are set. And a constant value 25 used in the conditional expression for transferring the input value or extracting the input data 1.

【0015】なお、図2において、処理区分21は
「A」ならば入力フィールド情報23の示す入力データ
1の項目を出力フィールド情報22の示す処理結果デー
タ7の項目に転送する「単純転送」を表わし、「B」な
らば定数値25を出力フィールド情報22の示す処理結
果データ7の項目に転送する「定数値転送」を表わす。
In FIG. 2, if the processing category 21 is "A", "simple transfer" for transferring the item of the input data 1 indicated by the input field information 23 to the item of the process result data 7 indicated by the output field information 22 is performed. "B" represents "constant value transfer" in which the constant value 25 is transferred to the item of the processing result data 7 indicated by the output field information 22.

【0016】「C」ならば入力フィールド情報23の示
す入力データ1の項目を標準編集パターン24に該当す
る共通プログラム4上の処理で編集した結果を出力フィ
ールド情報22の示す処理結果データ7の項目に転送す
る「標準編集パターン編集」、「D」ならば入力フィー
ルド情報23の示す入力データ1の項目を出力フィール
ド情報22の示す処理結果データ7の並び変え用項目に
転送する「並び変え用項目編集」を表わす。
If "C", the result of editing the item of the input data 1 indicated by the input field information 23 by the process on the common program 4 corresponding to the standard edit pattern 24 is the item of the process result data 7 indicated by the output field information 22. "Standard edit pattern edit" to be transferred to the item, if "D", the item of the input data 1 indicated by the input field information 23 is transferred to the item for rearrangement of the processing result data 7 indicated by the output field information 22. "Edit".

【0017】「E」ならば入力フィールド情報23の示
す入力データ1の項目が定数値25と等しい場合にのみ
処理結果データ7を外部記憶装置8に格納するという抽
出条件であることを示す。
"E" indicates that the extraction condition is that the processing result data 7 is stored in the external storage device 8 only when the item of the input data 1 indicated by the input field information 23 is equal to the constant value 25.

【0018】出力フィールド情報22の属性223は、
「Z」ならば前ゼロスペース補正(右詰め前「0」をス
ペースに補正)、「9」ならば数値補正(右詰め前スペ
ースを「0」に補正)、「,」ならばカンマ補正(右詰
め3桁毎に「,」埋め)、何も入っていなければ補正し
ないことを示す。
The attribute 223 of the output field information 22 is
If it is "Z", the previous zero space correction (correction "0" before right adjustment to space) is corrected, if it is "9", numerical correction (correct the space before right adjustment to "0"), and if it is "," comma correction ( Right-justified every three digits are filled with ","), indicating that no correction is made if nothing is entered.

【0019】図3は、共通プログラム4の処理手順を示
すフローチャートである。なお、この共通プログラム4
は入力データ1が一定数量作成された時点で起動される
ものとする。
FIG. 3 is a flow chart showing the processing procedure of the common program 4. In addition, this common program 4
Shall be started when a certain quantity of input data 1 is created.

【0020】図3において、まず、外部記憶装置2から
入力データ1を1件読み込む(ステップ31)。そし
て、データが存在するか否かを判定し(ステップ3
2)、データが無い場合は処理を終了する。ステップ3
2において、データが存在する場合は(ステップ32:
Yes)、この読み込んだ入力データ1の会社コード2
0と一致する変換情報ファィル5を外部記憶装置B6か
ら読み込む(ステップ33)。そして、会社コード20
と一致する変換情報ファイル5が存在するか否かを判定
し(ステップ34)、存在しない場合は(ステップ3
4:No)、予め設定されているエラー処理を行い(ス
テップ36)、ステップ31に戻る。
In FIG. 3, first, one input data 1 is read from the external storage device 2 (step 31). Then, it is determined whether or not the data exists (step 3
2) If there is no data, the process ends. Step 3
In step 2, if the data exists (step 32:
Yes), company code 2 of this read input data 1
The conversion information file 5 matching 0 is read from the external storage device B6 (step 33). And company code 20
It is determined whether or not the conversion information file 5 matching with (step 34) exists, and if it does not exist (step 3).
4: No), preset error processing is performed (step 36), and the process returns to step 31.

【0021】会社コード20と一致する変換情報ファイ
ル5が存在する場合には(ステップ34:Yes)、記
述されているフォーマット変換規則に従って、入力デー
タ1から項目を編集し、処理結果データ7を作成する
(ステップ35)。そして、処理結果データ7を外部記
憶装置8に格納し(ステップ37)、次の入力データ1
の処理を行うためにステップ31に戻る。
When the conversion information file 5 matching the company code 20 exists (step 34: Yes), the item is edited from the input data 1 according to the described format conversion rule to create the processing result data 7. (Step 35). Then, the processing result data 7 is stored in the external storage device 8 (step 37), and the next input data 1
The process returns to step 31 to perform the process of.

【0022】図4は、図3における処理結果データ編集
(ステップ35)の詳細な手順を示すフローチャートで
ある。
FIG. 4 is a flow chart showing a detailed procedure of processing result data editing (step 35) in FIG.

【0023】図4において、まず、変換情報ファイル5
から読み込んだ変換情報データを1件取り出す(ステッ
プ41)。そして、データが存在するか否かを判定し
(ステップ42)、データが無い場合は処理を終了す
る。
In FIG. 4, first, the conversion information file 5
One piece of conversion information data read from is extracted (step 41). Then, it is determined whether or not there is data (step 42), and if there is no data, the process ends.

【0024】ステップ42において、データが存在する
場合は(ステップ42:Yes)、この取り出した変換
情報データの処理区分21が何であるかを判定する(ス
テップ43)。処理区分21が「A」であれば(ステッ
プ43:「A」)、単純転送を行う(ステップ44)。
If the data exists in step 42 (step 42: Yes), it is determined what the processing division 21 of the extracted conversion information data is (step 43). If the processing category 21 is "A" (step 43: "A"), simple transfer is performed (step 44).

【0025】処理区分21が「B」であれば(ステップ
43:「B」)、定数値転送を行い(ステップ45)、
処理区分21が「C」であれば(ステップ43:
「C」)、標準編集パターンに従った編集を行い(ステ
ップ46)、処理区分21が「D」であれば(ステップ
43:「D」)、並び変え用項目の編集を行い(ステッ
プ47)、処理区分21が「E」であれば(ステップ4
3:「E」)、抽出条件に従った判定を行う(ステップ
48)。
If the processing category 21 is "B" (step 43: "B"), constant value transfer is performed (step 45),
If the processing category 21 is "C" (step 43:
"C"), edit according to the standard edit pattern (step 46), and if the process classification 21 is "D" (step 43: "D"), the rearrangement item is edited (step 47). , If the processing classification 21 is “E” (step 4)
3: "E"), and a determination is made according to the extraction conditions (step 48).

【0026】そして、次の変換情報データの処理を行う
ためにステップ41に戻る。
Then, the process returns to step 41 to process the next conversion information data.

【0027】図5は、本実施例による入力データ1の処
理結果を示す図である。図5において(A)は入力デー
タ1を示しており、(B)は入力データ1を図2のフォ
ーマット変換規則に従って処理した処理結果データ7で
ある。
FIG. 5 is a diagram showing a processing result of the input data 1 according to this embodiment. In FIG. 5, (A) shows the input data 1, and (B) is the processing result data 7 obtained by processing the input data 1 according to the format conversion rule of FIG.

【0028】以下、図5における処理結果データ7の1
件目の構成項目の編集経過を説明する。
1 of processing result data 7 in FIG.
The edit process of the configuration item of item is explained.

【0029】まず、図2において、最初の処理区分21
は「A」の単純転送であるため、入力フィールド23の
示す項目(入力データ1の会社コード301)を出力フ
ィールド情報22の示す項目(処理結果データ7の会社
コード307)に設定する。
First, in FIG. 2, the first processing section 21
Is a simple transfer of "A", the item indicated by the input field 23 (company code 301 of the input data 1) is set to the item indicated by the output field information 22 (company code 307 of the processing result data 7).

【0030】2番目の処理区分21は「B」の定数値転
送であるため、定数値「XX〜X」251を出力フィー
ルド情報22の示す項目(処理結果データ7の会社名3
08)に設定する。
Since the second processing division 21 is the constant value transfer of "B", the constant values "XX to X" 251 are shown in the output field information 22 (the company name 3 of the processing result data 7).
08).

【0031】3番目の処理区分21は「C」の標準パタ
ーン編集であるため、入力フィールド23の示す項目
(入力データ1の氏名コード302)を標準編集パター
ン「YY」241に該当する共通プログラム4上の処理
で編集し、結果を出力フィールド情報22の示す項目
(処理結果データ7の氏名コード309)に設定する。
ここでは、標準編集パターン「YY」241を、指定さ
れた項目から「0」を除く処理とした場合の結果を示し
ている。
Since the third processing section 21 is the standard pattern editing of "C", the item (name code 302 of the input data 1) indicated by the input field 23 corresponds to the standard editing pattern "YY" 241 of the common program 4 It is edited in the above processing, and the result is set in the item (name code 309 of the processing result data 7) indicated by the output field information 22.
Here, the result when the standard edit pattern “YY” 241 is processed to remove “0” from the designated item is shown.

【0032】4番目の処理区分21は「A」の単純転送
であるが、出力フィールド情報22の属性223が
「Z」224であるため、入力フィールド情報23の示
す項目(入力データ1の保険料「000000600
0」303)の前「0」をスペースに補正して右詰めし
た結果を出力フィールド情報22の示す項目(処理結果
データ7の保険料「6000」310)に設定する。
The fourth processing division 21 is a simple transfer of "A", but since the attribute 223 of the output field information 22 is "Z" 224, the item indicated by the input field information 23 (the insurance premium of the input data 1). "000000600
"0" 303) is corrected to the space before "0" and right-justified, and the result is set in the item (insurance premium "6000" 310 of the processing result data 7) indicated by the output field information 22.

【0033】5番目の処理区分21は「E」の抽出条件
であるため、入力フィールド情報23の示す項目(入力
データ1の保険の種類「ZZ」304)が、定数値「Z
Z」252と等しいかどうかを判定する。この場合は等
しいため、出力対象と判定される。なお、入力データ1
の2件目のレコードは、保険の種類「WW」306が定
数値「ZZ」252と等しくないため出力対象とは判定
されず、処理結果データ7に出力されない。
Since the fifth processing category 21 is the extraction condition of "E", the item (the insurance type "ZZ" 304 of the input data 1) indicated by the input field information 23 is a constant value "Z".
Z ”252 is determined. In this case, since they are equal, it is determined that they are output targets. Input data 1
The second record No. is not determined as an output target because the insurance type “WW” 306 is not equal to the constant value “ZZ” 252, and is not output to the processing result data 7.

【0034】6番目の処理区分21は「A」の単純転送
であるため、入力フィールド23の示す項目(入力デー
タ1の保険の種類304)を出力フィールド情報22の
示す項目(処理結果データ7の保険の種類311)に設
定する。
Since the sixth processing section 21 is a simple transfer of "A", the item shown in the input field 23 (the insurance type 304 of the input data 1) is changed to the item shown in the output field information 22 (the processing result data 7). Set to insurance type 311).

【0035】7番目の処理区分21は「D」の並び変え
用項目編集であるため、入力フィールド23の示す項目
(入力データ1の契約日305)を出力フィールド情報
22の示す項目(処理結果データ7の並べ変え用項目3
12)に設定する。
Since the seventh processing category 21 is the item editing for rearranging "D", the item indicated by the input field 23 (contract date 305 of the input data 1) is indicated by the item indicated by the output field information 22 (process result data). Sorting item 3 of 7
12).

【0036】以上のように本実施例によれば、入力デー
タ1に対し、外部記憶装置B6に格納されている変換情
報ファイル5内に記述されているフォーマット変換規則
を参照して、項目内容の切り出し、組立ておよびフォー
マット変換を行うことにより、フォーマット変換規則に
追加や修正が発生した場合でも、変換情報ファイル5内
のフォーマット変換規則を変更するだけでよく、個々の
フォーマット変換用プログラムを追加したり修正する必
要がない。
As described above, according to this embodiment, with respect to the input data 1, the format conversion rule described in the conversion information file 5 stored in the external storage device B6 is referred to, and the item content Even if the format conversion rule is added or modified by cutting out, assembling, and performing format conversion, it is only necessary to change the format conversion rule in the conversion information file 5, and an individual format conversion program can be added. No need to fix.

【0037】なお、実施例においては、保険料控除デー
タの作成処理に本発明を適用した例を挙げて説明した
が、本発明はこれに限定されるものではなく、各種のデ
ータを出力先、提供先等が必要とするフォーマットに変
換する場合に適用できるものである。
In the embodiments, the example in which the present invention is applied to the process of creating insurance premium deduction data has been described, but the present invention is not limited to this, and various data are output to It can be applied when converting to a format required by a provider or the like.

【0038】[0038]

【発明の効果】以上説明したように、本発明によれば、
複数種類のフォーマットのそれぞれに対応する所定のフ
ォーマット変換規則を記述した変換情報ファイルを提供
先識別コード別に格納しておき、提供先識別コードの付
加されたデータの入力時に、この提供先識別コードと一
致する前記フォーマット変換規則を前記変換情報ファイ
ルから検索し、この検索されたフォーマット変換規則に
基づいて、前記入力されたデータを編集するので、フォ
ーマット変換規則に追加や修正が発生した場合において
は、変換情報ファイルに記述されているフォーマット変
換規則を変更すればよく、容易に追加や修正を行うこと
ができる。
As described above, according to the present invention,
A conversion information file that describes a predetermined format conversion rule corresponding to each of a plurality of formats is stored for each provider identification code, and when the data with the provider identification code is input, this provider identification code and The format conversion rule that matches is searched from the conversion information file, and the input data is edited based on the searched format conversion rule. The format conversion rule described in the conversion information file may be changed, and additions and corrections can be easily performed.

【0039】また、提供先識別コードに固有の抽出条件
や並び変え用項目を前記変換情報ファイルに記述してお
くことにより、フォーマット変換時の抽出および並び変
え用項目の設定を容易に行えるという効果がある。
Further, by describing in the conversion information file extraction conditions and rearrangement items unique to the provider identification code, it is possible to easily perform extraction and setting of rearrangement items during format conversion. There is.

【0040】従って、本発明に係わるデータフォーマッ
ト変換処理方法を、例えば損害保険団体契約保険料給与
控除データ提供システムなどに適用した場合、項目内容
の組立てとフォーマットの変換処理を行うプログラムを
追加したり修正する必要がなく、フォーマット変換規則
の追加や修正を極めて容易に行うことができるという効
果がある。
Therefore, when the data format conversion processing method according to the present invention is applied to, for example, a non-life insurance group contract insurance premium deduction data providing system, a program for assembling item contents and format conversion processing is added. There is an effect that the format conversion rule can be added or modified very easily without the need for modification.

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

【図1】本発明の一実施例のブロック構成図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】実施例の変換情報ファイルの構成を示す図であ
る。
FIG. 2 is a diagram showing a configuration of a conversion information file according to an embodiment.

【図3】実施例の処理手順を示すフローチャートであ
る。
FIG. 3 is a flowchart showing a processing procedure of an embodiment.

【図4】実施例の編集処理手順を示すフローチャートで
ある。
FIG. 4 is a flowchart showing an editing processing procedure of the embodiment.

【図5】実施例の処理結果を説明するための説明図であ
る。
FIG. 5 is an explanatory diagram for explaining a processing result of the embodiment.

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

1…入力データ、2…外部記憶装置、3…中央処理装置
(CPU)、4…共通プログラム、5…変換情報ファィ
ル、6…外部記憶装置、7…処理結果データ、8…外部
記憶装置。
1 ... Input data, 2 ... External storage device, 3 ... Central processing unit (CPU), 4 ... Common program, 5 ... Conversion information file, 6 ... External storage device, 7 ... Processing result data, 8 ... External storage device.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 複数の提供先に分配される特定のフォー
マットのデータを、提供先毎に固有のフォーマット変換
規則に従って編集するデータフォーマット変換処理方法
であって、 前記固有のフォーマット変換規則を記述した変換情報フ
ァイルを提供先識別コード別に格納しておき、提供先識
別コードの付加されたデータの入力時に、この提供先識
別コードと一致する前記フォーマット変換規則に基づい
て、前記入力されたデータを編集することを特徴とする
データフォーマット変換処理方法。
1. A data format conversion processing method for editing data of a specific format distributed to a plurality of providers according to a unique format conversion rule for each provider, wherein the unique format conversion rule is described. A conversion information file is stored for each recipient identification code, and when the data with the recipient identification code added is input, the input data is edited based on the format conversion rule that matches the recipient identification code. A data format conversion processing method comprising:
【請求項2】 提供先毎に固有のデータ抽出条件と並び
変え順を前記変換情報ファイルに記述しておき、フォー
マット変換時にデータの抽出および並び変え順の設定を
行うことを特徴とする請求項1記載のデータフォーマッ
ト変換処理方法。
2. A data extraction condition and a rearrangement order unique to each destination are described in the conversion information file, and data extraction and rearrangement order are set at the time of format conversion. 1. The data format conversion processing method described in 1.
JP7005471A 1995-01-18 1995-01-18 Data format conversion processing method Pending JPH08194636A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7005471A JPH08194636A (en) 1995-01-18 1995-01-18 Data format conversion processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7005471A JPH08194636A (en) 1995-01-18 1995-01-18 Data format conversion processing method

Publications (1)

Publication Number Publication Date
JPH08194636A true JPH08194636A (en) 1996-07-30

Family

ID=11612167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7005471A Pending JPH08194636A (en) 1995-01-18 1995-01-18 Data format conversion processing method

Country Status (1)

Country Link
JP (1) JPH08194636A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000016534A (en) * 1998-06-30 2000-01-18 Sato:Kk Delivery inspection method and its device
JP2000259463A (en) * 1999-03-04 2000-09-22 Nec Corp Method and device for converting code
JP2002279315A (en) * 2001-03-22 2002-09-27 Toppan Forms Co Ltd System and server for supporting in finding job
US7239434B2 (en) 1997-10-27 2007-07-03 Canon Kabushiki Kaisha Data communication apparatus and method
US7664794B2 (en) 2000-02-14 2010-02-16 Nice Systems Ltd. Content-based storage management

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7239434B2 (en) 1997-10-27 2007-07-03 Canon Kabushiki Kaisha Data communication apparatus and method
US7839529B2 (en) 1997-10-27 2010-11-23 Canon Kabushiki Kaisha Data communication apparatus and method
US8164779B2 (en) 1997-10-27 2012-04-24 Canon Kabushiki Kaisha Data communication apparatus and method
US8395800B2 (en) 1997-10-27 2013-03-12 Canon Kabushiki Kaisha Data communication apparatus and method
US8619308B2 (en) 1997-10-27 2013-12-31 Canon Kabushiki Kaisha Data communication apparatus and method transmitting input data in parallel to destinations using different transmission protocols
JP2000016534A (en) * 1998-06-30 2000-01-18 Sato:Kk Delivery inspection method and its device
JP2000259463A (en) * 1999-03-04 2000-09-22 Nec Corp Method and device for converting code
US7664794B2 (en) 2000-02-14 2010-02-16 Nice Systems Ltd. Content-based storage management
JP2002279315A (en) * 2001-03-22 2002-09-27 Toppan Forms Co Ltd System and server for supporting in finding job

Similar Documents

Publication Publication Date Title
US7305404B2 (en) Data structure and management system for a superset of relational databases
US5909570A (en) Template mapping system for data translation
US5999937A (en) System and method for converting data between data sets
CN112036144B (en) Data analysis method, device, computer equipment and readable storage medium
US5564053A (en) Method for generating specific program systems and tools to facilitate in generating the specific program systems
JPH08194636A (en) Data format conversion processing method
CA2543159C (en) Data structure and management system for a superset of relational databases
JP2000339306A (en) Document preparing device
JPH11306203A (en) Index production method and document retrieval method
JPH0855127A (en) Data retrieving device
JP2535629B2 (en) Input string normalization method of search system
JP5198149B2 (en) Information processing apparatus, program, and insurance product policy generation method
JPH11250092A (en) Shared database, shared databse system, method for extracting data from shared database and medium recording data extraction program from shared databse
JPH0737010A (en) Slip image data processing method
Avram The evolving MARC system: the concept of a data utility
JPH01271879A (en) Automatic selection system for parts arrangement chart number
JPH11265389A (en) Shared data base device ahd shared data base system
JPH0785178A (en) Slip distributed output system
JPH11259351A (en) Data base device, shared data base device, shared data base system, data extracting method for shared data base device and storage medium recording data extraction program for shared data base device
JP2002169714A (en) System and method for information control
JP3216660B2 (en) Data type and data constant expansion method
JPH0991300A (en) File management method
JP2000047751A (en) Area non-expansion type anno domini four-digit adaptation system
JPH0358146A (en) File exchange system between different kinds of computer systems
Strand et al. NUTIS: NUmerical and Textual Information System. Version 1.0. A user's manual