JPH09311800A - Automatic data converting device - Google Patents

Automatic data converting device

Info

Publication number
JPH09311800A
JPH09311800A JP8127533A JP12753396A JPH09311800A JP H09311800 A JPH09311800 A JP H09311800A JP 8127533 A JP8127533 A JP 8127533A JP 12753396 A JP12753396 A JP 12753396A JP H09311800 A JPH09311800 A JP H09311800A
Authority
JP
Japan
Prior art keywords
data
conversion
program
automatically
definition body
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
JP8127533A
Other languages
Japanese (ja)
Inventor
Hitoshi Kawamura
仁志 川村
Mitsuya Maeda
光矢 前田
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.)
FDK Corp
Original Assignee
FDK 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 FDK Corp filed Critical FDK Corp
Priority to JP8127533A priority Critical patent/JPH09311800A/en
Publication of JPH09311800A publication Critical patent/JPH09311800A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To automatically convert data by actuating a conversion program which is automatically generated and converting conversion source data into conversion destination data by the conversion program. SOLUTION: A data definition body 4 predefines attributes of every item of data by a system as a conversion source 1 and on the basis of the data definition body 4, components 31 are combined to automatically generate the conversion program 34, thereby converting data. Namely, data information is analyzed by a data definition body analysis part 32 by referring to the data definition body 4, and on the basis of information analyzed by the data definition body analysis part 32, a program generation part 33 takes out and combines the corresponding components 31 together to generate the conversion program 34. Then a conversion execution part 35 actuates the automatically generated conversion program 34 to convert the conversion source data into conversion destination data 21. Consequently, the data can automatically be converted.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データを自動変換
するデータ自動変換装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic data conversion device for automatically converting data.

【0002】[0002]

【従来の技術】従来、ホストで使っているデータを、パ
ソコンが使うデータに変換する場合、変換するデータの
項目ごとの属性などをパラメタとして与え、変換を行う
市販のソフトウェアを利用し、パソコンで使えるデータ
に変換するようにしていた。
2. Description of the Related Art Conventionally, when converting the data used by a host into the data used by a personal computer, the attributes of each item of the data to be converted are given as parameters, and commercially available software for conversion is used. I was trying to convert it into usable data.

【0003】また、ホストとパソコン間でデータの連携
を行う毎に、連携するホストとパソコンに専用の変換プ
ログラムを個別に作成し、ホストのデータをパソコンで
使えるデータに変換するようにしていた。
Also, every time data is linked between the host and the personal computer, a dedicated conversion program is separately created for the host and the personal computer to be linked, and the host data is converted into data usable by the personal computer.

【0004】[0004]

【発明が解決しようとする課題】このため、上記前者の
変換を実行する市販のソフトウェアを利用する場合、変
換プログラムは1本で済むが、実行時にレイアウト情報
(項目毎の属性など)をパラメタとしてその都度与える
必要があり、そのための設定ミスが生じてしまうという
問題が発生した。
Therefore, when using the commercially available software that executes the former conversion, only one conversion program is required, but at the time of execution, layout information (attributes for each item, etc.) is used as a parameter. It was necessary to give it each time, and there was a problem that a setting error for that purpose occurred.

【0005】また、上記後者の専用の変換プログラムを
作成する場合、システムの数だけ変換プログラムを作成
する必要があり、開発や保守管理に多大の工数が必要と
なってしまう問題がある。
Further, in the case of creating the latter dedicated conversion program, it is necessary to create the conversion programs for the number of systems, and there is a problem that a great number of man-hours are required for development and maintenance management.

【0006】本発明は、これらの問題を解決するため、
指定された変換元のデータ定義体をもとに部品を結合し
て変換プログラムを自動生成し、自動生成した変換プロ
グラムがデータ変換処理を行い、データの自動変換を実
現することを目的としている。
[0006] The present invention solves these problems,
The purpose is to combine parts based on the specified data source of the conversion source to automatically generate a conversion program, and the automatically generated conversion program performs data conversion processing to realize automatic data conversion.

【0007】[0007]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、定義体4
は、変換元のシステムでデータの項目毎の属性について
予め定義したものである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, the definition structure 4
Is a pre-defined attribute of each item of data in the conversion source system.

【0008】プログラム生成部33は、定義体4をもと
に予め作成しておいた部品31を結合した変換プログラ
ム34を自動生成するものである。変換実行部35は、
自動生成された変換プログラム34を起動し、変換プロ
グラム34によってデータの変換を実行させるものであ
る。
The program generation unit 33 automatically generates a conversion program 34 in which the parts 31 previously created based on the definition body 4 are combined. The conversion execution unit 35
The automatically generated conversion program 34 is activated, and the conversion program 34 executes data conversion.

【0009】次に、動作を説明する。プログラム生成部
33が定義体4をもとに予め作成しておいた部品31を
結合した変換プログラム34を自動生成し、変換実行部
35が自動生成された変換プログラム34によってデー
タの変換を実行させるようにしている。
Next, the operation will be described. The program generation unit 33 automatically generates a conversion program 34 in which the parts 31 created in advance based on the definition body 4 are combined, and the conversion execution unit 35 executes data conversion by the automatically generated conversion program 34. I am trying.

【0010】この際、変換先のデータフォーマットを参
照して当該データフォーマット上にデータを自動設定す
るようにしている。従って、指定された変換元のデータ
定義体4をもとに部品31を結合した変換プログラム3
4を自動生成し、当該自動生成した変換プログラム34
がデータ変換処理を行い、データの自動変換を実現する
ことが可能となる。
At this time, the data format of the conversion destination is referred to, and the data is automatically set on the data format. Therefore, the conversion program 3 in which the parts 31 are combined based on the specified data source 4 of the conversion source
4 is automatically generated, and the automatically generated conversion program 34
Performs data conversion processing, and can realize automatic data conversion.

【0011】[0011]

【発明の実施の形態】次に、図1から図3を用いて本発
明の実施の形態および動作を順次詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Next, embodiments and operations of the present invention will be sequentially described in detail with reference to FIGS.

【0012】図1は、本発明のシステム構成図を示す。
図1において、変換元(ホスト)1は、データを変換し
ようとする元の計算機システムであって、例えばホスト
(汎用計算機システム)であり、ここでは、業務処理1
1、データ定義体4、変換元データ13などから構成さ
れるものである。
FIG. 1 shows a system configuration diagram of the present invention.
In FIG. 1, a conversion source (host) 1 is an original computer system that attempts to convert data, and is, for example, a host (general-purpose computer system).
1, data definition body 4, conversion source data 13, and the like.

【0013】業務処理11は、プログラムに従って各種
処理を行うものである。データ定義体4は、変換元1の
システムでデータの項目毎の属性について予め定義した
ものであって、例えば後述する図2のデータ定義体12
に示すようなものである。
The business process 11 performs various processes according to a program. The data definition structure 4 is defined in advance in the attribute of each item of data in the system of the conversion source 1, and for example, the data definition structure 12 of FIG.
As shown in.

【0014】変換元データ13は、変換元の変換しよう
とするデータである。変換先(パソコン)2は、データ
を変換しようとする先の計算機システムであって、例え
ばパソコン(パーソナルコンピュータ)であり、ここで
は、変換先データ21、データフォーマット22、およ
び業務処理23などから構成されるものである。
The conversion source data 13 is the conversion source data to be converted. The conversion destination (personal computer) 2 is a computer system to which data is to be converted, and is, for example, a personal computer (personal computer). Here, the conversion destination data 21, the data format 22, and the business processing 23 are included. It is what is done.

【0015】変換先データ21は、変換したデータであ
る。データフォーマット22は、変換先のデータフォー
マットである。業務処理23は、プログラムに従い各種
処理を行うものである。
The conversion destination data 21 is the converted data. The data format 22 is the data format of the conversion destination. The business process 23 performs various processes according to a program.

【0016】本プログラム3は、データ定義体4をもと
に部品31を結合して変換プログラム34を自動生成し
てデータを変換するものであって、部品31、データ定
義体解析部32、プログラム生成部33、および変換実
行部35などから構成されるものである。
The program 3 is a program for connecting the parts 31 based on the data definition 4 to automatically generate a conversion program 34 to convert the data. The parts 31, the data definition analysis part 32, and the program It is composed of a generation unit 33, a conversion execution unit 35, and the like.

【0017】部品31は、データを変換するプログラム
を予め作成したものである。データ定義体解析部32
は、データ定義体4を参照して解析するものである。プ
ログラム生成部33は、データ定義体解析部32によっ
て解析された情報をもとに、該当部品31を取り出し結
合して変換プログラム34を生成するものである。
The component 31 is a program in which a data conversion program is created in advance. Data definition analysis unit 32
Is to analyze by referring to the data definition body 4. The program generation unit 33 takes out the relevant parts 31 and combines them based on the information analyzed by the data definition structure analysis unit 32 to generate a conversion program 34.

【0018】変換実行部35は、自動生成された変換プ
ログラム34を起動して変換元データ13を変換先デー
タ21に変換させるものである。次に、図2を用いて1
実施例の構成および動作を詳細に説明する。
The conversion execution unit 35 activates the automatically generated conversion program 34 to convert the conversion source data 13 into the conversion destination data 21. Next, using FIG.
The configuration and operation of the embodiment will be described in detail.

【0019】図2は、本発明の1実施例構成図である。
図2において、取引先マスタ13−1は、取引先のデー
タを登録したマスタである。
FIG. 2 is a block diagram of an embodiment of the present invention.
In FIG. 2, supplier master 13-1 is a master in which the data of the supplier is registered.

【0020】抽出プログラム13−2は、データ定義体
12を参照して取引先マスタ13−1からデータ(変換
元データ13)を抽出するものである。ここでは、デー
タ定義体12の CODE NUMERIC(6) というデータの定義から、“コード”(CODE)を数
字で6桁として抽出し、 GYOSHA NCHAR(10) というデータの定義から、“業者”(GYOSHA)を
日本語で10文字として抽出する。例えばコード“00
0001”、および業者“富士電気化学株式会社”とし
て抽出する。
The extraction program 13-2 refers to the data definition body 12 and extracts data (conversion source data 13) from the supplier master 13-1. Here, from the definition of the data CODE NUMERIC (6) in the data definition body 12, a “code” (CODE) is extracted as a 6-digit number, and from the data definition GYOSHA NCHAR (10), the “supplier” (GYOSHA) ) Is extracted as 10 characters in Japanese. For example, the code "00
0001 ”and the trader“ Fuji Denki Kagaku ”.

【0021】変換元データ13は、抽出プログラム13
−2によって取引マスタ13−1からデータ定義体12
を参照して抽出したものである。本プログラム3は、デ
ータ定義体12を参照して該当する部品31を取り出し
て結合し、変換プログラム34を自動生成するものであ
る。
The conversion source data 13 is the extraction program 13
-2 by the transaction master 13-1 to the data definition body 12
It was extracted with reference to. This program 3 refers to the data definition body 12 to take out the corresponding parts 31 and combine them to automatically generate the conversion program 34.

【0022】部品31は、データを変換する予め作成し
たプログラムであって、例えば後述する図3に示すよう
に、属性(例えば“数字”)に対応づけて内容(処理内
容)を実行する予め作成したプログラムである。
The component 31 is a pre-created program for converting data, and for example, as shown in FIG. 3 described later, pre-created for executing contents (processing contents) in association with attributes (for example, "numerals"). It is a program.

【0023】変換プログラム34は、データ定義体12
を参照して該当する部品31を取り出して結合して自動
生成したものである。データ変換処理35−1は、変換
プログラム34を変換実行部35で実行して変換元デー
タ13を変換先データ21に変換するものである。
The conversion program 34 uses the data definition 12
, The corresponding parts 31 are taken out, combined and automatically generated. In the data conversion process 35-1, the conversion program 34 is executed by the conversion execution unit 35 to convert the conversion source data 13 into the conversion destination data 21.

【0024】変換先データ21は、データ変換処理35
−1によって変換されたデータである。データフォーマ
ット22は、変換先のデータフォーマットである。この
データフォーマット22上に変換先データ21を設定
し、帳票24を作成するためのものである。
The conversion destination data 21 is the data conversion processing 35.
It is the data converted by -1. The data format 22 is the data format of the conversion destination. The conversion destination data 21 is set on the data format 22 and the form 24 is created.

【0025】帳票24は、変換先データをデータフォー
マット22に設定してデータを見やすい帳票にしたもの
である。次に、動作を説明する。
The form 24 is a form in which the conversion destination data is set in the data format 22 so that the data is easy to see. Next, the operation will be described.

【0026】図2において、は、ホストで扱うファイ
ルのレイアウト(項目毎の属性、例えば“CODE N
UMERIC(6)”(項目“コード”の属性は“数字
で6桁”という項目毎の属性)を定義するデータ定義体
12を作成する。
In FIG. 2, the layout of the file handled by the host (the attribute of each item, for example, "CODE N
A data defining body 12 defining "UMERIC (6)" (the attribute of each item "code" is "6 digits in number") is created.

【0027】は、データ定義体12をパラメタとして
指定されたことに対応して、本プログラム3を起動す
る。は、本プログラム3が指定されたデータ定義体1
2を読み込み、部品31(雛型のプログラム)にレイア
ウト情報を結合し、変換プログラム34を自動生成す
る。
In response to designation of the data definition 12 as a parameter, the program 3 is started. Is the data definition 1 for which this program 3 is specified
2 is read, layout information is combined with the component 31 (template program), and the conversion program 34 is automatically generated.

【0028】は、で自動生成した変換プログラム3
4を変換実行部35で実行し、変換元データ13を変換
先データ21に変換する。は、変換した変換先データ
21をパソコンに読み込み、パソコン側のデータフォー
マット22に従い、帳票24上に設定して表示などす
る。
Is a conversion program 3 automatically generated by
4 is executed by the conversion execution unit 35 to convert the conversion source data 13 into the conversion destination data 21. Reads the converted data 21 into the personal computer, sets it on the form 24 according to the data format 22 on the personal computer side, and displays it.

【0029】以上によって、データ定義体12を参照し
て該当する部品31を結合して変換プログラム34を自
動生成し、この自動生成した変換プログラム34が変換
元データ13を変換先データ21に自動変換することが
可能となり、更にパソコン側でデータフォーマット22
を参照して帳票上に設定し、見やすくすることが可能と
なる。
As described above, referring to the data definition body 12, the corresponding parts 31 are combined to automatically generate the conversion program 34, and the automatically generated conversion program 34 automatically converts the conversion source data 13 into the conversion destination data 21. Data format on the personal computer side.
It is possible to make it easy to see by setting on the form by referring to.

【0030】尚、図1および図2の説明では、変換元
(ホスト)1から変換先(パソコン)2にデータを自動
変換する構成および手順を詳細に説明したが、後述する
図3の(b)に示すパソコンからホストにデータ変換す
る処理内容を持つ部品31を予め作成しておけば、既述
したと同様にして、パソコン側のデータ定義体を参照し
て部品31に結合した変換プログラムを自動生成し、こ
の変換プログラムがパソコン側のデータをホスト側のデ
ータに自動変換することが可能となる。
In the description of FIGS. 1 and 2, the configuration and procedure for automatically converting data from the conversion source (host) 1 to the conversion destination (personal computer) 2 have been described in detail, but FIG. If the component 31 having the processing contents for converting data from the personal computer to the host shown in FIG. 4) is created in advance, the conversion program linked to the component 31 is referred to by referring to the data definition on the personal computer side as described above. Automatically generated, this conversion program can automatically convert the personal computer side data to the host side data.

【0031】図3は、本発明の部品例を示す。図3の
(a)は、ホストからパソコンに変換するときの部品例
を示す。この部品は、模式的に示すように、データの属
性についてその内容(処理内容)を実行するプログラム
である。例えば属性が“数字”の場合には、図示のよう
に ・数字データがマイナスの場合の符号処理 ・小数部を含めた数字データの有効部分の抜き取り という処理内容をプログラムで記述したものである。
FIG. 3 shows an example of parts of the present invention. FIG. 3A shows an example of parts when converting from a host to a personal computer. As schematically shown, this component is a program that executes the content (processing content) of the data attribute. For example, when the attribute is "numeric", as shown in the figure, the processing contents such as the sign processing when the numerical data is minus and the extraction of the effective part of the numerical data including the decimal part are described in the program.

【0032】図3の(b)は、パソコンからホストに変
換するときの部品例を示す。この部品は、模式的に示す
ように、データの属性についてその内容(処理内容)を
実行するプログラムである。例えば属性が“数字”の場
合には、図示のように ・数字データのコード変換処理(マイナス符号の処理を
含む) ・ホストコンピュータ側で指定した項目長に長さを調整 という処理内容をプログラムで記述したものである。
FIG. 3B shows an example of parts when converting from a personal computer to a host. As schematically shown, this component is a program that executes the content (processing content) of the data attribute. For example, when the attribute is "numeric", as shown in the figure: -Code conversion processing of numeric data (including processing of minus sign) -Adjust length to item length specified by host computer side It is a description.

【0033】[0033]

【発明の効果】以上説明したように、本発明によれば、
指定された変換元のデータ定義体4をもとに部品31を
結合した変換プログラム34を自動生成し、当該自動生
成した変換プログラム34がデータ変換処理を行う構成
を採用しているため、データの自動変換を行うことがで
きる。これらにより、例えばホストが利用するデータに
ついて、データ定義体を参照してレイアウト情報を部品
31に結合して変換プログラムを自動生成し、この変換
プログラムが変換元データを変換先データに自動変換す
ることが可能となり、利用者が変換元のデータ定義体を
指定するという簡単な操作のみでデータを自動変換する
ことが可能となる。
As described above, according to the present invention,
Since the conversion program 34 in which the parts 31 are combined is automatically generated based on the specified data source 4 of the conversion source and the automatically generated conversion program 34 performs the data conversion processing, Automatic conversion can be performed. With this, for example, with respect to the data used by the host, the layout information is combined with the component 31 by referring to the data definition body to automatically generate the conversion program, and the conversion program automatically converts the conversion source data into the conversion destination data. It becomes possible to automatically convert data by the user's simple operation of designating the data definition of the conversion source.

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】本発明の1実施例構成図である。FIG. 2 is a configuration diagram of one embodiment of the present invention.

【図3】本発明の部品例である。FIG. 3 is an example of parts of the present invention.

【符号の説明】 1:変換元(ホスト) 12、4:データ定義体 13:変換元データ 2:変換先(パソコン) 21:変換先データ 22:データフォーマット 24:帳票 31:部品 32:データ定義体解析部 33:プログラム生成部 34:変換プログラム 35:変換実行部 4:データ定義体[Explanation of Codes] 1: Conversion source (host) 12, 4: Data definition body 13: Conversion source data 2: Conversion destination (personal computer) 21: Conversion destination data 22: Data format 24: Form 31: Parts 32: Data definition Body analysis unit 33: Program generation unit 34: Conversion program 35: Conversion execution unit 4: Data definition structure

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】データを自動変換するデータ自動変換装置
において、 変換元のシステムでデータの項目毎の属性について予め
定義した定義体と、 この定義体をもとに予め作成しておいた部品を結合した
変換プログラムを自動生成する手段と、 この自動生成された変換プログラムを起動し、当該変換
プログラムが変換元データを変換先データに変換させる
手段とを備えたことを特徴とするデータ自動変換装置。
1. An automatic data conversion device for automatically converting data, comprising a definition body pre-defined for the attribute of each item of data in the conversion source system, and a part created in advance based on this definition body. An automatic data conversion device comprising means for automatically generating a combined conversion program, and means for activating the automatically generated conversion program so that the conversion program converts the conversion source data into the conversion destination data. .
【請求項2】上記変換先データについて、変換先のデー
タフォーマットを参照して当該データフォーマット上に
設定することを特徴とする請求項1記載のデータ自動変
換装置。
2. The automatic data conversion apparatus according to claim 1, wherein the conversion destination data is set on the conversion target data format with reference to the conversion target data format.
JP8127533A 1996-05-22 1996-05-22 Automatic data converting device Pending JPH09311800A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8127533A JPH09311800A (en) 1996-05-22 1996-05-22 Automatic data converting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8127533A JPH09311800A (en) 1996-05-22 1996-05-22 Automatic data converting device

Publications (1)

Publication Number Publication Date
JPH09311800A true JPH09311800A (en) 1997-12-02

Family

ID=14962373

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8127533A Pending JPH09311800A (en) 1996-05-22 1996-05-22 Automatic data converting device

Country Status (1)

Country Link
JP (1) JPH09311800A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001209562A (en) * 2000-01-27 2001-08-03 Hitachi Ltd System of deducing conversion rules
JP2009500732A (en) * 2005-06-29 2009-01-08 ビザ ユー.エス.エー. インコーポレイテッド Dynamic parsing / build engine that parses multi-format messages

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001209562A (en) * 2000-01-27 2001-08-03 Hitachi Ltd System of deducing conversion rules
JP2009500732A (en) * 2005-06-29 2009-01-08 ビザ ユー.エス.エー. インコーポレイテッド Dynamic parsing / build engine that parses multi-format messages
JP2013101676A (en) * 2005-06-29 2013-05-23 Visa Usa Inc Dynamic parse/build engine for parsing multi-format messages
US8555262B2 (en) 2005-06-29 2013-10-08 Visa U.S.A. Inc. Schema-based dynamic parse/build engine for parsing multi-format messages
US9215196B2 (en) 2005-06-29 2015-12-15 Visa U.S.A., Inc. Schema-based dynamic parse/build engine for parsing multi-format messages
US9756001B2 (en) 2005-06-29 2017-09-05 Visa U.S.A. Schema-based dynamic parse/build engine for parsing multi-format messages

Similar Documents

Publication Publication Date Title
JP2624753B2 (en) How to create higher-level specifications
US20050235202A1 (en) Automatic graphical layout printing system utilizing parsing and merging of data
JPH11296541A (en) Structured data management system, and computer-readable recording medium recorded with structured data managing program
JPH10307816A (en) Structured document processor its processing method and computer readable recording medium recording program for allowing computer to execute the method
JP2973913B2 (en) Input sheet system
JPH10187512A (en) Method for generating program for database structuring and database operation
JPH09311800A (en) Automatic data converting device
JP2002014845A (en) Method for automatically generating test script part and device for the same
JPH03241439A (en) Test data preparation tool
US20040046793A1 (en) Program generation method
JPH10111876A (en) Information retrieval device
JP3067707B2 (en) Client / server program generation method
CN111949716B (en) Formatted data output field processing method, computer device and storage medium
JPH1055339A (en) On-line business processing system
JP3670305B2 (en) Database search statement creation device
JP2002287961A (en) System and method for developing service application
JP2007094453A (en) Program development support system, program development support method and program
JP2692196B2 (en) Test data editing method
JPS6142036A (en) Converting method of source program
JP3034527B2 (en) Editor device
JP2000056956A (en) Device and method for converting request specification model into other system model
JPH05127883A (en) Automatic generator for job step
JPH11272524A (en) Data converter and storage medium
JPH0520331A (en) Process standard time generating system
JPH1097416A (en) File analyzing device