JP6862042B2 - Data migration program creation system and data migration program creation program - Google Patents

Data migration program creation system and data migration program creation program Download PDF

Info

Publication number
JP6862042B2
JP6862042B2 JP2016172171A JP2016172171A JP6862042B2 JP 6862042 B2 JP6862042 B2 JP 6862042B2 JP 2016172171 A JP2016172171 A JP 2016172171A JP 2016172171 A JP2016172171 A JP 2016172171A JP 6862042 B2 JP6862042 B2 JP 6862042B2
Authority
JP
Japan
Prior art keywords
migration
data
source
program
edit
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.)
Active
Application number
JP2016172171A
Other languages
Japanese (ja)
Other versions
JP2018037031A (en
Inventor
清志 根本
清志 根本
渉 石崎
渉 石崎
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.)
Toshiba Information Systems Japan Corp
Original Assignee
Toshiba Information Systems Japan 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 Toshiba Information Systems Japan Corp filed Critical Toshiba Information Systems Japan Corp
Priority to JP2016172171A priority Critical patent/JP6862042B2/en
Publication of JP2018037031A publication Critical patent/JP2018037031A/en
Application granted granted Critical
Publication of JP6862042B2 publication Critical patent/JP6862042B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

この発明は、システムリプレースなどに伴うデータベースのデータを移行する際に用いるデータ移行プログラムを作成するためのデータ移行プログラム作成システム及びデータ移行プログラム作成用プログラムに関するものである。 The present invention relates to a data migration program creation system and a data migration program creation program for creating a data migration program used when migrating database data due to system replacement or the like.

従来、この種のデータ移行プログラムを作成する場合には、設計書と称されている、データ移行処理内容を記述した文書をオペレータが見ながら作成を行うのが通例であった。このため、プログラム作成にミスが発生することがあり、適切なプログラムの作成に多大な時間を要するという問題があった。 In the past, when creating this type of data migration program, it was customary for the operator to look at a document that describes the contents of the data migration process, which is called a design document. For this reason, there is a problem that a mistake may occur in program creation and it takes a lot of time to create an appropriate program.

上記に対し、特許文献1には、データ移行用ツール生成プログラムが開示されている。このプログラムは、移行元データベースに含まれる共通項目に係るデータを、移行先データベースにおいて用いられるデータ構造に即したデータに変換するための、共通項目移行用プログラムを取得する共通項目移行用プログラム取得手段、移行元データベースに含まれユーザの指定に係る指定項目に係るデータを、移行先データベースにおいて用いられるデータ構造に即したデータに変換する変換用プログラムを、指定項目の夫々について取得し、組み合わせることで指定項目移行用プログラムを生成するための、指定項目移行用プログラム生成手段、共通項目移行用プログラムと指定項目移行用プログラムとを合わせることでデータ移行用ツールを生成するデータ移行用ツール生成手段、を備えるものである。 On the other hand, Patent Document 1 discloses a data migration tool generation program. This program is a common item migration program acquisition means for acquiring a common item migration program for converting data related to common items included in the migration source database into data conforming to the data structure used in the migration destination database. By acquiring and combining each of the specified items, a conversion program that converts the data related to the specified items specified by the user included in the migration source database into the data conforming to the data structure used in the migration destination database. A means for generating a designated item migration program for generating a designated item migration program, and a data migration tool generating means for generating a data migration tool by combining a common item migration program and a designated item migration program. To prepare.

更に、特許文献2には、データベース移行方法が開示されている。この特許文献2に記載の方法は、ネットワーク型データベースにおける各レコードの階層構造及び各レコードの実体の定義を記載したファイルからなる組織毎のデータベース定義ファイルに基づいて、それぞれの組織のシステムにおけるデータ構造に依存しない各レコードの仕様を1つの共通フォーマットで記述する新システムレコード仕様書を作成するステップと、該新システムレコード仕様書から各レコードのそれぞれを表形式で定義するためのSQL文を記載し、リレーショナルデータベースにおける各レコードの実体を定義する組織毎の新データベース定義ファイルと、該各レコードのそれぞれの形式を定義する組織毎のコピー句と、を作成するステップとを有している。 Further, Patent Document 2 discloses a database migration method. The method described in Patent Document 2 is based on a database definition file for each organization consisting of a file describing the hierarchical structure of each record in the network type database and the definition of the substance of each record, and the data structure in the system of each organization. Describe the step of creating a new system record specification that describes the specifications of each record that does not depend on the new system record specifications in one common format, and the SQL statement for defining each record in a tabular format from the new system record specifications. It has a step of creating a new database definition file for each organization that defines the substance of each record in the relational database, and a copy clause for each organization that defines each format of each record.

また、特許文献2の方法では、全てのデータベースアクセスパターン処理の雛型を記述する新システムアクセスルーチン雛型を準備し、前記データベース定義ファイルに基づいて作成され前記新システムアクセスルーチン雛型に記述された仮記号に対して一括して処理すべき従属レコードの範囲の判定を行う際に参照する情報を有するパラメータファイルを作成するステップと、前記新システムレコード仕様書ファイルと前記パラメータファイルとに基づいて前記新システムアクセスルーチン雛型を変形・加工し、新システムアクセスルーチンを生成するステップとを有する。 Further, in the method of Patent Document 2, a new system access routine template for describing all database access pattern processing templates is prepared, created based on the database definition file, and described in the new system access routine template. Based on the step of creating a parameter file having information to be referred to when determining the range of dependent records to be processed collectively for the temporary symbol, and the new system record specification file and the parameter file. It has a step of modifying and processing the new system access routine template to generate a new system access routine.

特開2013−41526号公報Japanese Unexamined Patent Publication No. 2013-41526 特開2006−293796号公報Japanese Unexamined Patent Publication No. 2006-293996

上記特許文献1に記載のプログラムは、移行元データベースのデータを共通項目に係るデータとユーザ指定のデータとに分けてプログラム作成し、これを合わせることにより全体を構成とするものである。このプログラムによると、このようなデータ分類が適用可能なデータベースに対して有効であるが、このような分類が成り立ち難いデータベースに対しては、適用ができないか適用しても旨く移行ができない可能性がある。 The program described in Patent Document 1 is formed by dividing the data of the migration source database into data related to common items and data specified by a user, and combining these to form the entire program. According to this program, it is effective for databases to which such data classification can be applied, but it may not be applicable to databases for which such classification is difficult to hold, or even if it is applied, it may not be possible to migrate successfully. There is.

他方、特許文献2のデータベース移行方法は、旧システムのデータベース定義ファイルを入力として、旧システムのデータベース定義から新システムのレコード仕様書ファイルとパラメータファイルを作成し、新システムのレコード仕様書ファイルから新システムのDB定義ファイルと新システムのコピー句、及び、新システムのレコード仕様書ファイルとパラメータファイルからデータベースアクセスルーチンを作成することができる効果を有している。また、このデータベースアクセスルーチンを起動するようにアプリケーションプログラムを自動変換することにより、旧システムから新システムへアプリケーションプログラムを機械的に移行することを可能とするという効果を有する。 On the other hand, in the database migration method of Patent Document 2, the database definition file of the old system is input, the record specification file and parameter file of the new system are created from the database definition of the old system, and the record specification file of the new system is used. It has the effect of being able to create a database access routine from the system DB definition file and the copy clause of the new system, and the record specification file and parameter file of the new system. Further, by automatically converting the application program so as to start this database access routine, there is an effect that the application program can be mechanically transferred from the old system to the new system.

また、特許文献2のデータベース移行方法は、新システムのレコード仕様書ファイルは、旧システムのデータベース管理システム、新システムのデータベース管理システムのいずれにも依存しないレコード仕様書として格納されるため、多種のデータベース管理システムからの移行、多種のデータベース管理システムへの移行を柔軟に行うことができるという効果を有する。 Further, in the database migration method of Patent Document 2, since the record specification file of the new system is stored as a record specification that does not depend on either the database management system of the old system or the database management system of the new system, there are various types. It has the effect of being able to flexibly migrate from a database management system and to various database management systems.

しかしながら、特許文献2のデータベース移行方法は、複数のデータベースを統合して1つのデータベースに移行させるものであり、大掛かりな構成や複雑な処理が必要である。従って、システムリプレースなどに伴うデータベースのデータを移行するプログラムの作成には、処理が重たくなる虞がある。 However, the database migration method of Patent Document 2 integrates a plurality of databases and migrates them to one database, and requires a large-scale configuration and complicated processing. Therefore, there is a risk that the process will be heavy in creating a program for migrating database data due to system replacement or the like.

本発明は上記のようなデータベースのデータ移行に関する技術の現状に鑑みてなされたもので、その目的は、移行元データベースのデータが共通項目に係るデータとそれ以外というような特殊な構成ではないデータベースのデータ移行にも好適であり、構成が大掛かりとなることや複雑な処理のない、データ移行プログラム作成システム及びデータ移行プログラム作成用プログラムを提供することである。 The present invention has been made in view of the current state of technology related to database data migration as described above, and an object of the present invention is a database in which the data of the migration source database is not a special configuration such as data relating to common items and other data. It is also suitable for data migration, and provides a data migration program creation system and a data migration program creation program that do not require a large-scale configuration or complicated processing.

本発明に係るデータ移行プログラム作成システムは、移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成システムにおいて、テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段と、前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段と、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを備え、前記プログラムソース生成手段は、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うデータ移行プログラム作成システムであって、前記設計書ファイルのデータ編集処理の種別情報は、移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、を含み、第2編集タイプが、変更処理の内容により複数に分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とする。 The data migration program creation system according to the present invention is a data migration program creation system that migrates the data of the migration source database to a database having specifications different from the migration source database, and uses the template file and the input data embedded in the template. Based on this, a document creation means that creates and outputs a document in a predetermined format, a design document file that describes an outline of data migration processing including at least type information of data editing processing performed at the time of migration, and a design document file that describes the data. Import the migration process source template file that should embed the data migration process outline, give it to the document creation means to operate, generate and output the data migration program source Program source generation means, and set in the migration source table and items The program source generation means includes an edit content source file composed of a specific content program source in which a specific method of modifying the item data by adding an edit process is described, and the program source generation means is a second edit type data edit process. This is a data migration program creation system that generates data by referring to the edited content source file, and the type information of the data editing process of the design document file is set in the migration source table and items. The first edit type that migrates the item data to the migration destination table and item as it is, and the second edit type that changes the item data set in the migration source table and item by performing editing processing and migrates to the migration destination table and item. When the second edit type is divided into a plurality of data according to the content of the change process, the specific content program source in the edit content source file corresponding to each of the plurality of edit class information includes The edit content source file is configured so that it can be obtained from the edit method information of 1 in the plurality of edit method information (character string) obtained by selecting 1 in (character string), and the specific content is specified. The program source is characterized by including rules and / or conversion formulas for making the data of the required specifications.

本発明に係るデータ移行プログラム作成システムでは、設計書ファイルのデータ編集処理の種別情報には、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする。 In the data migration program creation system according to the present invention, the type information of the data editing process of the design document file includes a third editing type that does not migrate the item data set in the migration source table and the item to the migration destination table and the item. It is characterized in that a fourth edit type is provided in which the set initial values are set in the migration destination table and items as they are.

本発明に係るデータ移行プログラム作成システムでは、前記プログラムソース生成手段は、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースを生成出力することを特徴とする。 In the data migration program creation system according to the present invention, the program source generation means generates and outputs a data migration program source that sends data from the migration source database as CSV data to the migration destination database.

本発明に係るデータ移行プログラム作成用プログラムは、移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成処理を行うコンピュータを、テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段、前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段として機能させ、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを、前記コンピュータが、前記プログラムソース生成手段として参照可能に構成され、前記コンピュータを前記プログラムソース生成手段として、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うように機能させることを特徴とするデータ移行プログラム作成用プログラムであって、前記設計書ファイルのデータ編集処理の種別情報は、移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、を含み、第2編集タイプが、変更処理の内容により複数タイプに分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とする。

The data migration program creation program according to the present invention embeds a computer that performs a data migration program creation process for migrating data from a migration source database to a database having specifications different from that of the migration source database in a template file and the template. A document creation means that creates and outputs a document in a predetermined format based on the input data, a design document file that describes the outline of the data migration process including at least the type information of the data editing process performed at the time of the migration, and the design document. A migration process source template file in which the outline of the data migration process described in the file should be embedded, and a migration process source template file, which is given to the document creation means to operate, and a data migration program source is generated and output as a program source generation means, and a migration source The computer refers to the edited content source file composed of the specific content program source in which the specific method of modifying the item data set in the table and the item by editing is described as the program source generating means. It is characterized in that it is configured to be possible, and when the computer is used as the program source generation means to generate data related to the second edit type data editing process, the computer is made to function by referring to the edit content source file. In the data migration program creation program to be performed, the type information of the data editing process of the design document file is the first editing type that directly migrates the item data set in the migration source table and the item to the migration destination table and the item. , The item data set in the migration source table and the item is changed by adding the editing process, and the second editing type is migrated to the migration destination table and the item, and there are a plurality of second editing types depending on the content of the change processing. When divided into types, the specific content program source in the edit content source file corresponding to each of the plurality of edits is obtained by selecting 1 from the plurality of edit class information (character strings). The edited content source file is configured so that it can be obtained from one edit method information in the method information (character string), and the specific content program source contains rules for obtaining data of required specifications. And / or include a conversion formula.

本発明に係るデータ移行プログラム作成用プログラムでは、設計書ファイルのデータ編集処理の種別情報には、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする。 In the data migration program creation program according to the present invention, the type information of the data editing process of the design document file includes the third editing type in which the item data set in the migration source table and the item is not migrated to the migration destination table and the item. , A fourth edit type is provided in which the set initial values are set in the migration destination table and items as they are.

本発明に係るデータ移行プログラム作成用プログラムでは、前記プログラムソース生成手段を、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースを生成出力するように機能させることを特徴とする。 The program for creating a data migration program according to the present invention is characterized in that the program source generating means functions to generate and output a data migration program source that sends data from the migration source database as CSV data to the migration destination database. ..

本発明によれば、移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、テンプレートファイルとテンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段を用いてデータ移行プログラムソースを生成出力するので、テンプレートに埋め込む入力データとして、移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述することで、容易にプログラムを作成することができる。このため、特殊な構成ではないデータベースのデータ移行にも好適なプログラムを作成することができ、また構成が大掛かりとなったり複雑な処理が必要となったりという心配を除去できる。 According to the present invention, a design document file describing an outline of data migration processing including at least type information of data editing processing performed at the time of migration and a migration processing source in which the outline of data migration processing described in the design document file should be embedded. Since the data migration program source is generated and output using the document creation means that creates and outputs a document in a predetermined format based on the template file and the input data to be embedded in the template file and the template, the input data to be embedded in the template. As a result, a program can be easily created by describing the outline of the data migration process including at least the type information of the data editing process performed at the time of migration. Therefore, it is possible to create a program suitable for data migration of a database that does not have a special configuration, and it is possible to eliminate the concern that the configuration becomes large and complicated processing is required.

本発明に係るデータ移行プログラム作成システムの実施形態における構成を示すブロック図。The block diagram which shows the structure in embodiment of the data migration program creation system which concerns on this invention. 本発明に係るデータ移行プログラム作成システムの実施形態において用いられる設計書ファイルの内容例を示す図。The figure which shows the content example of the design document file used in embodiment of the data migration program creation system which concerns on this invention. 本発明に係るデータ移行プログラム作成システムの実施形態において用いられる編集内容ソースファイルの内容例を示す図。The figure which shows the content example of the edit content source file used in embodiment of the data migration program creation system which concerns on this invention. 本発明に係るデータ移行プログラム作成システムの実施形態において用いられる移行処理ソーステンプレートファイルの内容例を示す図。The figure which shows the content example of the migration processing source template file used in embodiment of the data migration program creation system which concerns on this invention. 本発明に係るデータ移行プログラム作成システムの実施形態の動作を示すフローチャート。The flowchart which shows the operation of embodiment of the data migration program creation system which concerns on this invention. 本発明に係るデータ移行プログラム作成システムの実施形態により作成されたソース(編集内容ソースファイルのソースのアドイン前)の一例を示す図。The figure which shows an example of the source (before the add-in of the source of the edit content source file) created by the embodiment of the data migration program creation system which concerns on this invention.

以下添付図面を参照して本発明に係るデータ移行プログラム作成システム及びデータ移行プログラム作成用プログラムの実施形態を説明する。各図において同一の構成要素には、同一の符号を付して重複する説明を省略する。図1に、本発明に係るデータ移行プログラム作成システムの実施形態の構成図を示す。 Hereinafter, embodiments of the data migration program creation system and the data migration program creation program according to the present invention will be described with reference to the accompanying drawings. In each figure, the same components are designated by the same reference numerals, and duplicate description will be omitted. FIG. 1 shows a configuration diagram of an embodiment of a data migration program creation system according to the present invention.

図1に示されるように、データ移行プログラム作成システムの実施形態は、移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成システムであり、ドキュメント作成手段11を備える。ドキュメント作成手段11は、テンプレートファイルとテンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するものである。このドキュメント作成手段11は、例えば、Apache Jakarta Project により開発されたVelocityというテンプレートエンジンを用いることができる。 As shown in FIG. 1, an embodiment of a data migration program creation system is a data migration program creation system that migrates data from a migration source database to a database having specifications different from those of the migration source database, and is a document creation means. 11 is provided. The document creating means 11 creates and outputs a document in a predetermined format based on the template file and the input data to be embedded in the template. As the document creation means 11, for example, a template engine called Velocity developed by the Apache Jakarta Project can be used.

データ移行プログラム作成システムの実施形態は、設計書ファイル21と移行処理ソーステンプレートファイル22を備える。これらの設計書ファイル21と移行処理ソーステンプレートファイル22は、オペレータにより作成されて記憶手段(メモリ)に記憶されているものとすることができる。 The embodiment of the data migration program creation system includes a design document file 21 and a migration processing source template file 22. It is assumed that the design document file 21 and the migration processing source template file 22 are created by the operator and stored in the storage means (memory).

ここでは、図1の移行元データベース100のデータを移行先データベース200のデータとして移行するものとする。上記設計書ファイル21は、移行のときに行うデータ編集処理の種別を少なくとも含むデータ移行処理概要を記述したものであり、例えば、Excel(登録商標)によって作成された図2に示されるような情報である。即ち、上段に「参照テーブル」として移行元データベース100のテーブルに関する情報が記載されている。この例では、移行元データベース100には、後述するCSVデータ出力に使用する「参照テーブル名」にテーブル名「TABLE1」のテーブルとテーブル名「TABLE2」のテーブルが存在することを示す。「抽出仕様」に記載の情報は、移行元データベース100の抽出条件を示している。また、付加条件に記載の情報は、CSVデータ出力に使用するもので、ソート条件を示している。 Here, it is assumed that the data of the migration source database 100 of FIG. 1 is migrated as the data of the migration destination database 200. The design document file 21 describes an outline of the data migration process including at least the type of data editing process performed at the time of migration, and is, for example, information as shown in FIG. 2 created by Excel (registered trademark). Is. That is, information about the table of the migration source database 100 is described as a "reference table" in the upper row. In this example, it is shown that the migration source database 100 has a table with the table name "TABLE1" and a table with the table name "TABLE2" in the "reference table name" used for CSV data output described later. The information described in the "extraction specifications" indicates the extraction conditions of the migration source database 100. Further, the information described in the additional condition is used for CSV data output and indicates a sort condition.

図2の設計書ファイル21の下段に、「移行仕様」としてデータ移行処理概要を記述したものが示されている。「移行仕様」のテーブルの内容を、図2の最上部に示されているアルファベットにより列を特定して説明する。列Bには移行先テーブルのカラム名が記載され、列Cには移行先テーブルの項目名が記載され、列Dには移行先テーブルのデータ型が記載され、列Eには移行先テーブルの長さ(容量)が記載され、列Jは備考欄となっている。 At the bottom of the design document file 21 in FIG. 2, a description of the outline of the data migration process is shown as a “migration specification”. The contents of the "migration specification" table will be described by identifying columns by the alphabet shown at the top of FIG. Column B describes the column name of the migration destination table, column C describes the item name of the migration destination table, column D describes the data type of the migration destination table, and column E describes the data type of the migration destination table. The length (capacity) is described, and column J is a remarks column.

「移行仕様」のテーブルの列Kには、設計書ファイルのデータ編集処理の種別情報がセットされる。この種別情報には、「移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する」第1編集タイプと、「移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する」第2編集タイプとが含まれる。上記第1編集タイプを本実施形態では、編集タイプ「1」として表している。 The type information of the data editing process of the design document file is set in the column K of the table of the "migration specification". This type information includes the first edit type "Migrate the item data set in the migration source table and item as it is to the migration destination table and item" and "Edit process to the item data set in the migration source table and item". Includes a second edit type that "changes by adding and migrating to the destination table and items." In the present embodiment, the first editing type is represented as the editing type "1".

第2編集タイプは、変更処理の内容により複数タイプに分けられていても良く、本実施形態では、第2編集タイプを「編集クラス名(編集クラス情報)及びメソッド名(メソッド情報)により設定されたソースプログラムを使用して単純な編集処理を行う」編集タイプ「3」と、「編集クラス名及びメソッド名により設定されたソースプログラムを使用して複雑な編集処理を行う」編集タイプ「4」とに分けている。編集タイプ「3」と編集タイプ「4」においては、移行元テーブル(物理名)及び項目(物理名)に設定された情報はパラメータとなる。 The second edit type may be divided into a plurality of types according to the content of the change process, and in the present embodiment, the second edit type is set by "edit class name (edit class information) and method name (method information)". Editing type "3" that "performs simple editing processing using the source program" and "performing complicated editing processing using the source program set by the editing class name and method name" editing type "4" It is divided into. In the edit type "3" and the edit type "4", the information set in the migration source table (physical name) and the item (physical name) is a parameter.

上記の第2編集タイプの編集処理において使用する編集クラス名及びメソッド名により設定されたソースプログラムは、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースの編集内容ソースファイル13として本システムに備えられる。この編集内容ソースファイル13は、例えばJava(登録商標)を用いてオペレータにより作成されて記憶手段(メモリ)に記憶されているものとすることができる。 The source program set by the edit class name and method name used in the above second edit type edit process describes a specific method of changing the item data set in the migration source table and items by adding the edit process. This system is provided as an edited content source file 13 of the specific content program source. It is assumed that the edited content source file 13 is created by an operator using, for example, Java (registered trademark) and stored in a storage means (memory).

編集内容ソースファイル13の具体例を図3に示す。例えば、編集クラス名(文字列)と編集メソッド(文字列)により1連のソースを得ることができるように構成されたテーブルとなっている。ソースの欄には、説明を分かり易くするために、文章により記載しているが、実際はJavaによりメソッド情報であるソースが記載されている。編集内容ソースファイル13は、データベースの移行に用いられるものであるから、例えば、昭和や明治などの元号による年齢を西暦の表記としたり、日付を何か月後(前)にしたり、摂氏温度を華氏温度へ変換したり、文字列をいくつかの桁にゼロサプライしたり、など、要求される仕様のデータに変更するためのルールがソースとして格納されている。ここに示したメソッド情報に対応するソースは、一例に過ぎず、データベースの内容により、また、移行する移行先データベースがどのような仕様であるかにより、必要な変換式などがメソッド情報に対応するソースとされる。 A specific example of the edited content source file 13 is shown in FIG. For example, it is a table configured so that a series of sources can be obtained by an edit class name (character string) and an edit method (character string). In the source column, for the sake of clarity, the description is described in sentences, but in reality, the source that is the method information is described by Java. Since the edited content source file 13 is used for database migration, for example, the age according to the era name such as Showa or Meiji may be written in the Christian era, the date may be set to several months later (before), or the temperature may be Celsius. Is stored as a source for changing the data to the required specifications, such as converting to Fahrenheit temperature, zero supply of character strings to several digits, and so on. The source corresponding to the method information shown here is only an example, and the required conversion formula etc. corresponds to the method information depending on the contents of the database and the specifications of the migration destination database to be migrated. It is considered as a source.

なお、種別情報としては、上記以外に、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプ設けることができる。本実施形態では、第3編集タイプを編集タイプ「5」として表し、第4編集タイプを編集タイプ「2」として表している。 In addition to the above, as the type information, the third edit type that does not migrate the item data set in the migration source table and item to the migration destination table and item, and the set initial value as it is in the migration destination table and item. A fourth edit type to be set can be provided. In the present embodiment, the third edit type is represented as the edit type "5", and the fourth edit type is represented as the edit type "2".

「移行仕様」のテーブルの内容の説明を続ける。列Lには移行元テーブル名がセットされ、列Mはその論理名である。また、列Nにはカラム名がセットされ、列Oはその論理名である。列Pには編集タイプ「2」の場合の初期値がセットされ、列Qには編集仕様がセットされる。この編集仕様は該当する移行先テーブルの項目の仕様に沿う形式に編集を指示するためのものである。列Rには編集タイプ「3」または「4」の場合に使用する編集内容ソースファイル13の編集クラス名がセットされ、列Sには編集タイプ「3」または「4」の場合に使用する編集内容ソースファイル13の編集メソッド名がセットされる。 Continue explaining the contents of the "Migration Specifications" table. The migration source table name is set in the column L, and the column M is the logical name thereof. A column name is set in column N, and column O is its logical name. The initial value for the edit type "2" is set in the column P, and the edit specification is set in the column Q. This editing specification is for instructing editing in a format that conforms to the specifications of the items in the corresponding migration destination table. The edit class name of the edit content source file 13 used when the edit type is "3" or "4" is set in the column R, and the edit used when the edit type is "3" or "4" is set in the column S. Contents The edit method name of the source file 13 is set.

本実施形態のシステムには、プログラムソース生成手段10が備えられている。プログラムソース生成手段10は、設計書ファイル21と移行処理ソーステンプレートファイル22とを取り込み、上記ドキュメント作成手段11に与えて動作させ、データ移行プログラムソースを生成出力するものである。設計書ファイル21についての取り込みでは、「参照テーブル」については、列Bと列Qのデータを取り込み、「移行仕様」のテーブルについては、列B、列K、列L、列N、列P、列R、列Sのデータを取り込む。プログラムソース生成手段10は、第2編集タイプのデータ編集処理に関する生成を行う場合に、上記編集内容ソースファイル13を参照して生成を行う。 The system of this embodiment is provided with a program source generating means 10. The program source generating means 10 takes in the design document file 21 and the migration processing source template file 22 and gives them to the document creating means 11 to operate them to generate and output a data migration program source. In the import of the design document file 21, the data of column B and column Q are imported for the "reference table", and column B, column K, column L, column N, column P, for the "migration specification" table. The data of column R and column S are taken in. When the program source generating means 10 generates the data related to the data editing process of the second editing type, the program source generating means 10 generates by referring to the editing content source file 13.

移行処理ソーステンプレートファイル22の一例を図4に示す。このテンプレートは設計書ファイル21の「移行仕様」の1行分に対するものである。従って、「移行仕様」の行数分繰り返される。図4のテンプレートにおいて、#により始まる行は、ドキュメント作成手段11(テンプレートエンジン)で規定されている構文である。そして、下線を引いて示した文字列部分は、出力されるソースに固定的に記述される文字列であり、また、“${ }”の部分は出力される変数の部分である。 FIG. 4 shows an example of the migration processing source template file 22. This template is for one line of the "migration specification" of the design document file 21. Therefore, it is repeated for the number of lines of the "transition specification". In the template of FIG. 4, the line starting with # is the syntax specified by the document creation means 11 (template engine). The underlined character string portion is a character string fixedly described in the output source, and the "$ {}" portion is the output variable portion.

以上のように構成された本実施形態に係るデータ移行プログラム作成システムは、コンピュータにより構成され、コンピュータのCPUがデータ移行プログラム作成用プログラムを実行することにより各手段が実現される。このシステムの動作を図5に示すフローチャートを用いて説明する。 The data migration program creation system according to the present embodiment configured as described above is configured by a computer, and each means is realized by the CPU of the computer executing the data migration program creation program. The operation of this system will be described with reference to the flowchart shown in FIG.

本実施形態のプログラムは、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースであり、このデータ移行プログラムソースをプログラムソース生成手段10などが処理をスタートさせる。これにより、CVSデータとして出力時に使用する情報を取得する(S11)。具体的には、設計書ファイル21には示さなかったが、実際には設計書ファイル21にはシステム名やオブジェクト名などの移行対象(データベース)を特定するクラス名などの文字列が設定されており、このクラス名が取得される。また、「参照テーブル」の参照テーブル名や付加条件の取得が行われる。 The program of the present embodiment is a data migration program source that sends the data of the migration source database as CSV data to the migration destination database, and the program source generation means 10 or the like starts processing the data migration program source. As a result, information to be used at the time of output as CVS data is acquired (S11). Specifically, although not shown in the design document file 21, the design document file 21 is actually set with a character string such as a class name that specifies a migration target (database) such as a system name and an object name. And this class name is acquired. In addition, the reference table name and additional conditions of the "reference table" are acquired.

ステップS11に次いで、移行対象項目とデータ編集処理の種別情報(編集タイプ)を取得し(S12)、編集タイプに合わせて移行処理ソーステンプレートファイル22と編集内容ソースファイル13を用いてソース生成を行う(S13)。 Following step S11, the migration target item and the type information (edit type) of the data editing process are acquired (S12), and the source is generated using the migration processing source template file 22 and the editing content source file 13 according to the editing type. (S13).

ステップS13の処理を図2に示した設計書ファイル21の内容により説明すると、1行目の項目名が項目1では、編集タイプが「1」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“1”の場合」に相当し、出力ソース例を示す図6の1行目に記載のようなソースが作成される。また、2行目の項目名が項目2では、編集タイプが「2」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“2”の場合」に相当し、出力ソース例を示す図6の2行目に記載のように初期値が設定されたソースが作成される。 Explaining the process of step S13 by the contents of the design document file 21 shown in FIG. 2, since the item name in the first line is item 1 and the edit type is “1”, the migration process source template shown in FIG. 4 Corresponding to "when the edit type is" 1 "" of the file 22, the source as described in the first line of FIG. 6 showing an example of the output source is created. Further, when the item name on the second line is item 2, the edit type is "2", which corresponds to "when the edit type is" 2 "" of the migration processing source template file 22 shown in FIG. 4, and is output. A source with initial values set is created as described in the second line of FIG. 6 showing an example of the source.

また、3行目の項目名が項目3では、編集タイプが「3」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“3”の場合」に相当し、出力ソース例を示す図6の3行目に記載のように編集クラス名及びメソッド名による具体的内容プログラムソースが設定されたソース(図1のデータ作成ソース30)が作成される。図6の例では、編集クラス名及びメソッド名が記載されているが、編集内容ソースファイル13を用いたプログラムソース生成手段10による図1の「ビルド」が行われ、具体的内容を有するプログラムソース(図1のデータ作成モジュール40)が生成される。 Further, when the item name on the third line is item 3, the edit type is "3", which corresponds to "when the edit type is" 3 "" of the migration processing source template file 22 shown in FIG. 4, and is output. As described in the third line of FIG. 6 showing a source example, a source (data creation source 30 of FIG. 1) in which a specific content program source by an edit class name and a method name is set is created. In the example of FIG. 6, the edit class name and the method name are described, but the "build" of FIG. 1 is performed by the program source generation means 10 using the edit content source file 13, and the program source has specific contents. (Data creation module 40 of FIG. 1) is generated.

更に、4行目の項目名が項目4では、編集タイプが「4」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“4”の場合」に相当し、出力ソース例を示す図6の4行目に記載のように編集クラス名及びメソッド名が設定されたソース(図1のデータ作成ソース30)が作成される。図6の例では、編集クラス名及びメソッド名が記載されているが、編集内容ソースファイル13を用いたプログラムソース生成手段10による図1の「ビルド」が行われ、具体的内容を有するプログラムソース(図1のデータ作成モジュール40)が生成される。 Further, when the item name on the fourth line is item 4, the edit type is "4", which corresponds to "when the edit type is" 4 "" of the migration processing source template file 22 shown in FIG. 4, and is output. A source (data creation source 30 in FIG. 1) in which an edit class name and a method name are set is created as described in the fourth line of FIG. 6 showing a source example. In the example of FIG. 6, the edit class name and the method name are described, but the "build" of FIG. 1 is performed by the program source generation means 10 using the edit content source file 13, and the program source has specific contents. (Data creation module 40 of FIG. 1) is generated.

また、5行目の項目名が項目5では、編集タイプが「5」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“5”の場合」に相当する。編集タイプが“5”の場合には、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しないので、図6の5行目には記述がなされていない。

Further, since the item name on the fifth line is item 5 and the edit type is "5", it corresponds to "when the edit type is" 5 "" of the migration processing source template file 22 shown in FIG. When the edit type is "5", the item data set in the migration source table and the item is not migrated to the migration destination table and the item, so that the description is not made in the fifth row of FIG.

以下同様にして、図5のステップS14における「全行が終了か?」の判断においてYESとなるまで同様の処理が続けられ、ステップS14においてYESとなると、上記で作成したプログラムが出力され(S15)、エンドとなる。 In the same manner thereafter, the same processing is continued until YES in the determination of "Is all lines completed?" In step S14 of FIG. 5, and when YES in step S14, the program created above is output (S15). ), End.

かくして、移行元データベース100のデータを移行先データベース200のデータとして移行するプログラムソース(図1のデータ作成モジュール40)が生成される。このようにして作成されたプログラムソースは、特殊な構成ではない通常のデータベースのデータ移行にも好適なプログラムであり、また構成が大掛かりとなることもない。 Thus, a program source (data creation module 40 in FIG. 1) for migrating the data of the migration source database 100 as the data of the migration destination database 200 is generated. The program source created in this way is a program suitable for data migration of a normal database having no special configuration, and the configuration does not become large.

10 プログラムソース生成手段
11 ドキュメント作成手段
13 編集内容ソースファイル
21 設計書ファイル
22 移行処理ソーステンプレートファイル
30 データ作成ソース
40 データ作成モジュール
100 移行元データベース
200 移行先データベース



10 Program source generation means 11 Document creation means 13 Edit contents Source file 21 Design document file 22 Migration processing source Template file 30 Data creation source 40 Data creation module 100 Migration source database 200 Migration destination database



Claims (6)

移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成システムにおいて、
テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段と、
前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段と、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを備え、
前記プログラムソース生成手段は、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うデータ移行プログラム作成システムであって、
前記設計書ファイルのデータ編集処理の種別情報は、
移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、
を含み、
第2編集タイプが、変更処理の内容により複数に分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とするデータ移行プログラム作成システム。
In a data migration program creation system that migrates data from the migration source database to a database with specifications different from the migration source database.
A document creation means for creating and outputting a document in a predetermined format based on a template file and input data to be embedded in the template.
A design document file that describes the outline of the data migration process that includes at least the type information of the data editing process to be performed at the time of the migration, and a migration process source template file that should embed the outline of the data migration process described in the design document file. A program source generation means that captures data, gives it to the document creation means, operates it, and generates and outputs a data migration program source.
It is equipped with an edit content source file composed of a specific content program source that describes a specific method for modifying the migration source table and item data set in the item by performing editing processing.
The program source generation means is a data migration program creation system that generates data by referring to the edit content source file when generating data related to the second edit type data editing process.
The type information of the data editing process of the design document file is
The first edit type that migrates the item data set in the migration source table and items to the migration destination table and items as it is, and
The second edit type that edits the item data set in the migration source table and items to change and migrates to the migration destination table and items.
Including
When the second edit type is divided into a plurality of types according to the content of the change process, the specific content program source in the edit content source file corresponding to each of the plurality is in the plurality of edit class information (character strings). The edit content source file is configured so that it can be obtained from the edit method information of 1 in the plurality of edit method information (character strings) obtained by selecting 1 of, and the specific content program source includes A data migration program creation system characterized by including rules and / or conversion formulas for obtaining data of required specifications.
設計書ファイルのデータ編集処理の種別情報には、
移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする請求項1に記載のデータ移行プログラム作成システム。
For the type information of the data editing process of the design document file,
There is a third edit type that does not migrate the item data set in the migration source table and items to the migration destination table and items, and a fourth edit type that sets the set initial values as they are in the migration destination table and items. The data migration program creation system according to claim 1, wherein the data migration program is created.
前記プログラムソース生成手段は、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースを生成出力することを特徴とする請求項1または2に記載のデータ移行プログラム作成システム。 The data migration program creation system according to claim 1 or 2, wherein the program source generation means generates and outputs a data migration program source that sends data from the migration source database as CSV data to the migration destination database. 移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成処理を行うコンピュータを、
テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段、
前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段
として機能させ、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを、前記コンピュータが、前記プログラムソース生成手段として参照可能に構成され、
前記コンピュータを前記プログラムソース生成手段として、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うように機能させることを特徴とするデータ移行プログラム作成用プログラムであって、
前記設計書ファイルのデータ編集処理の種別情報は、
移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、
を含み、
第2編集タイプが、変更処理の内容により複数タイプに分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とするデータ移行プログラム作成用プログラム。
A computer that performs a data migration program creation process that migrates the data in the migration source database to a database with specifications different from the migration source database.
A document creation means that creates and outputs a document in a predetermined format based on a template file and input data embedded in the template.
A design document file that describes the outline of the data migration process that includes at least the type information of the data editing process to be performed at the time of the migration, and a migration process source template file that should embed the outline of the data migration process described in the design document file. Import, give to the document creation means to operate, generate and output data migration program source, and function as a program source generation means.
The computer causes the program source generation means to create an edited content source file composed of a specific content program source in which a specific method of modifying the item data set in the migration source table and the item by editing is described. Configured to be referenceable as
Creating a data migration program characterized in that when the computer is used as the program source generating means to generate data related to the second edit type data editing process, the computer is made to function by referring to the edited content source file. Program for
The type information of the data editing process of the design document file is
The first edit type that migrates the item data set in the migration source table and items to the migration destination table and items as it is, and
The second edit type that edits the item data set in the migration source table and items to change and migrates to the migration destination table and items.
Including
When the second edit type is divided into a plurality of types according to the content of the change process, the specific content program source in the edit content source file corresponding to each of the plurality is a plurality of edit class information (character strings). The edit content source file is configured so that it can be obtained from the edit method information of 1 in a plurality of edit method information (character strings) obtained by selecting 1 in the specific content program source. , A program for creating a data migration program, which comprises rules and / or conversion formulas for obtaining data of required specifications.
設計書ファイルのデータ編集処理の種別情報には、
移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする請求項4に記載のデータ移行プログラム作成用プログラム。
For the type information of the data editing process of the design document file,
There is a third edit type that does not migrate the item data set in the migration source table and items to the migration destination table and items, and a fourth edit type that sets the set initial values to the migration destination table and items as they are. The program for creating a data migration program according to claim 4, wherein the program is characterized by the above.
前記プログラムソース生成手段を、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースを生成出力するように機能させることを特徴とする請求項4または5に記載のデータ移行プログラム作成プログラム。 The data migration program creation according to claim 4 or 5, wherein the program source generation means functions to generate and output a data migration program source that sends data from the migration source database to the migration destination database as CSV data. program.
JP2016172171A 2016-09-02 2016-09-02 Data migration program creation system and data migration program creation program Active JP6862042B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016172171A JP6862042B2 (en) 2016-09-02 2016-09-02 Data migration program creation system and data migration program creation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016172171A JP6862042B2 (en) 2016-09-02 2016-09-02 Data migration program creation system and data migration program creation program

Publications (2)

Publication Number Publication Date
JP2018037031A JP2018037031A (en) 2018-03-08
JP6862042B2 true JP6862042B2 (en) 2021-04-21

Family

ID=61567475

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016172171A Active JP6862042B2 (en) 2016-09-02 2016-09-02 Data migration program creation system and data migration program creation program

Country Status (1)

Country Link
JP (1) JP6862042B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7138747B1 (en) * 2021-06-15 2022-09-16 三菱電機株式会社 Migration support device, migration support method, and migration support program
CN114153909B (en) * 2021-11-26 2024-06-07 北京人大金仓信息技术股份有限公司 Database table structure translation method and device based on vector template engine

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11272524A (en) * 1998-03-19 1999-10-08 Fujitsu Ltd Data converter and storage medium
JP5324797B2 (en) * 2007-02-26 2013-10-23 Soop株式会社 Data management system
JP6062735B2 (en) * 2012-12-21 2017-01-18 株式会社エヌ・ティ・ティ・データ Software development support device, software development support method, software development support program
US9189504B2 (en) * 2013-01-22 2015-11-17 Oracle International Corporation Application source code scanning for database migration
JP5875654B1 (en) * 2014-09-29 2016-03-02 株式会社三井住友銀行 Payment data processing system, method and program thereof

Also Published As

Publication number Publication date
JP2018037031A (en) 2018-03-08

Similar Documents

Publication Publication Date Title
KR100967761B1 (en) Peripheral device of programmable controller, method of variable substitution, and computer program product thereof
Auer et al. A versioning and evolution framework for RDF knowledge bases
US20050251738A1 (en) Document revision support program and computer readable medium on which the support program is recorded and document revision support device
CN105320680A (en) Data synchronization method and device
CN111324577B (en) Yml file reading and writing method and device
CN106991100B (en) Data import method and device
CN104715032A (en) Mapping system and method of Chinese and English table name and field name of report system
CN107851003A (en) For improving the field specialization system and method for program feature
JP6862042B2 (en) Data migration program creation system and data migration program creation program
JP4477531B2 (en) Data import method and data import apparatus
JP2007087127A (en) Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program
JP7131119B2 (en) Systems and methods for merging source data from a source application with target data in a target application
JP7279524B2 (en) Data management program, data management method and data management system
JPH02297284A (en) Document processing system and version control system
JP2005056085A (en) Data structure conversion program
Dubucs et al. Constructivity and computability in historical and philosophical perspective
KR101765324B1 (en) Sources code generating apparatus using structured query language and diagram, and method for processing thereof
JP4681338B2 (en) Database migration method
Ellison et al. Towards Platform Independent Database Modelling in Enterprise Systems
WO2023223424A1 (en) Document generation device, program, and document generation method
JP4524750B2 (en) Model-driven development device, model-driven development method, and model-driven development program
US20240346000A1 (en) Data migration device, data migration method, and computer readable medium
JP5517904B2 (en) Data access processing management / generation system
JP2003280956A5 (en)
JP4120879B2 (en) Program generation system and method and program thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190805

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20190805

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200521

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200721

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200917

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210119

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210315

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210330

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210330

R150 Certificate of patent or registration of utility model

Ref document number: 6862042

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150