JP7346671B2 - Data conversion device and data conversion method - Google Patents

Data conversion device and data conversion method Download PDF

Info

Publication number
JP7346671B2
JP7346671B2 JP2022107840A JP2022107840A JP7346671B2 JP 7346671 B2 JP7346671 B2 JP 7346671B2 JP 2022107840 A JP2022107840 A JP 2022107840A JP 2022107840 A JP2022107840 A JP 2022107840A JP 7346671 B2 JP7346671 B2 JP 7346671B2
Authority
JP
Japan
Prior art keywords
conversion
data
data list
unit
list
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
JP2022107840A
Other languages
Japanese (ja)
Other versions
JP2022121747A (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.)
Hitachi Systems Ltd
Original Assignee
Hitachi Systems 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 Systems Ltd filed Critical Hitachi Systems Ltd
Priority to JP2022107840A priority Critical patent/JP7346671B2/en
Publication of JP2022121747A publication Critical patent/JP2022121747A/en
Application granted granted Critical
Publication of JP7346671B2 publication Critical patent/JP7346671B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、データ変換装置およびデータ変換方法に関するものである。 The present invention relates to a data conversion device and a data conversion method.

従来から大量のデータを分析する前に、データをクレンジングすることが知られている。このクレンジングの一例として表記ゆれ等を解消する処理がある。 It has been known to cleanse a large amount of data before analyzing it. An example of this cleansing is a process for eliminating spelling variations.

特許文献1には、データをクレンジングする技術が記載されている。具体的には、コンテンツデータファイル内の項目名データをフォーマットで統一して使用される項目名データに変換するとともに、このコンテンツデータファイルへフォーマットで用いられるコンテンツデータを補完することが記載されている(請求項1、要約など)。また、正規表現等を指定して文字列を置換するソフトウェアなどもある。 Patent Document 1 describes a technique for cleansing data. Specifically, it is described that the item name data in the content data file is converted into item name data that is unified and used in the format, and that the content data used in the format is supplemented to this content data file. (Claim 1, abstract, etc.). There is also software that replaces character strings by specifying regular expressions.

特開2004-341605号公報Japanese Patent Application Publication No. 2004-341605

上述した従来技術は、予め定められている変換ルールまたは入力された変換ルールに基づいてクレンジングを行っている。ところで、ユーザが独自に変換ルールを考える場合、ユーザ所望の情報に変換されない可能性がある。 The above-mentioned conventional technology performs cleansing based on a predetermined conversion rule or an input conversion rule. By the way, if the user comes up with their own conversion rules, there is a possibility that the information will not be converted into the information desired by the user.

よって、実際のデータにクレンジング処理を実行する前に、上記の変換ルールによって所望の変換結果が得られているか否か判断できることが望ましい。 Therefore, before performing cleansing processing on actual data, it is desirable to be able to determine whether or not the desired conversion result is obtained according to the above conversion rules.

そこで、本発明の目的は、実際のデータにクレンジング処理を行う前に、当該変換ルールによって所望の情報に変換されているか否かを判断する情報を提供するデータ変換装置およびデータ変換方法を提供することにある。 SUMMARY OF THE INVENTION Therefore, an object of the present invention is to provide a data conversion device and a data conversion method that provide information for determining whether or not the data has been converted into desired information according to the conversion rules before performing a cleansing process on actual data. There is a particular thing.

本発明の前記ならびにその他の目的と新規な特徴は、本明細書の記述および添付図面から明らかになるであろう。 The above and other objects and novel features of the present invention will become apparent from the description of this specification and the accompanying drawings.

本願において開示される発明のうち、代表的なものの概要を簡単に説明すれば、以下のとおりである。 A brief overview of typical inventions disclosed in this application is as follows.

本発明の代表的な実施の形態によるデータ変換装置は、データリストを取得するデータリスト取得部と、変換ルールを取得する変換ルール取得部と、データリスト取得部により取得されたデータリストから、変換ルールを仮適用するデータリストである仮適用対象データリストを抽出する抽出部と、変換ルール取得部により取得された変換ルールを、抽出部により抽出された仮適用対象データリストに対して適用する仮適用をして、抽出部により抽出された仮適用対象データリストと、仮適用した結果とを対応付けた変換表を生成する変換表生成部と、変換表生成部により生成された変換表を出力する変換表出力部と、を備える。 A data conversion device according to a typical embodiment of the present invention includes a data list acquisition section that acquires a data list, a conversion rule acquisition section that acquires a conversion rule, and a data conversion device that performs conversion from the data list acquired by the data list acquisition section. An extraction unit that extracts a temporary application target data list, which is a data list to which rules are temporarily applied, and a temporary application target data list that applies the conversion rules acquired by the conversion rule acquisition unit to the temporary application target data list extracted by the extraction unit. A conversion table generation unit that applies the application and generates a conversion table that associates the temporary application target data list extracted by the extraction unit with the results of the temporary application, and outputs the conversion table generated by the conversion table generation unit. and a conversion table output unit.

本願において開示される発明のうち、代表的なものによって得られる効果を簡単に説明すれば以下のとおりである。 Among the inventions disclosed in this application, the effects obtained by typical inventions are briefly explained below.

すなわち、本発明の代表的な実施の形態によれば、実際のデータにクレンジング処理を行う前に、当該変換ルールによって所望の情報に変換されているか否かを判断する情報を提供することができる。 That is, according to a typical embodiment of the present invention, before performing cleansing processing on actual data, it is possible to provide information for determining whether or not the data has been converted into desired information according to the conversion rule. .

本発明の一実施形態であるデータ変換装置を含む情報処理システムの構成例について概要を示した図である。1 is a diagram schematically showing a configuration example of an information processing system including a data conversion device according to an embodiment of the present invention. 本発明の一実施の形態におけるデータリスト入力画面の概略を示した図である。FIG. 2 is a diagram schematically showing a data list input screen in an embodiment of the present invention. 本発明の一実施の形態におけるデータ変換手順入力画面の概略を示した図である。FIG. 2 is a diagram schematically showing a data conversion procedure input screen in an embodiment of the present invention. 本発明の一実施の形態におけるデータリスト格納部に記憶されているデータ例の概要を示す図である。FIG. 3 is a diagram showing an outline of an example of data stored in a data list storage unit according to an embodiment of the present invention. 本発明の一実施の形態における変換ルール格納部に記憶されているデータ例の概要を示す図である。It is a figure showing the outline of the example of data stored in the conversion rule storage part in one embodiment of the present invention. 本発明の一実施の形態における一意リスト格納部に記憶されているデータ例の概要を示す図である。FIG. 3 is a diagram illustrating an overview of an example of data stored in a unique list storage unit according to an embodiment of the present invention. 本発明の一実施の形態における変換確認画面の概略を示した図である。It is a figure showing an outline of a conversion confirmation screen in one embodiment of the present invention. 本発明の一実施の形態における変換表格納部に記憶されているデータ例の概要を示す図である。FIG. 3 is a diagram illustrating an overview of an example of data stored in a conversion table storage unit according to an embodiment of the present invention. 本発明の一実施の形態における変換履歴格納部に記憶されるデータ変換履歴情報の例の概要を示す図である。FIG. 3 is a diagram illustrating an overview of an example of data conversion history information stored in a conversion history storage unit in an embodiment of the present invention. 本発明の一実施の形態における変換履歴格納部に記憶される変換履歴明細情報の例の概要を示す図である。It is a figure showing an outline of an example of conversion history detail information stored in a conversion history storage part in one embodiment of the present invention. 本発明の一実施の形態におけるデータリストから抽出した一意リストに対して、仮変換して、当該仮変換した結果に基づいて当該データリストに対して本適用する全体処理の流れの例について概要を示した図である。An example of the overall processing flow in which a unique list extracted from a data list in an embodiment of the present invention is temporarily converted and main application is performed to the data list based on the result of the temporary conversion will be summarized. FIG. 本発明の一実施の形態における一意リストを生成する処理の流れの例について概要を示した図である。FIG. 2 is a diagram illustrating an overview of an example of the flow of processing for generating a unique list in an embodiment of the present invention. 本発明の一実施の形態における変換表を生成する処理の流れの例について概要を示した図である。FIG. 2 is a diagram showing an overview of an example of the flow of processing for generating a conversion table in an embodiment of the present invention. 本発明の一実施の形態における変換表を修正する処理の流れの例について概要を示した図である。FIG. 3 is a diagram illustrating an overview of an example of the flow of processing for modifying a conversion table according to an embodiment of the present invention. 本発明の一実施の形態における変換表を用いてデータ変換する処理の流れの例について概要を示した図である。FIG. 2 is a diagram illustrating an overview of an example of the flow of processing for data conversion using a conversion table according to an embodiment of the present invention.

以下、本発明の実施の形態を図面に基づいて詳細に説明する。なお、実施の形態を説明するための全図において、同一部には原則として同一の符号を付し、その繰り返しの説明は省略する。一方で、ある図において符号を付して説明した部位について、他の図の説明の際に再度の図示はしないが同一の符号を付して言及する場合がある。 Hereinafter, embodiments of the present invention will be described in detail based on the drawings. In addition, in all the figures for explaining the embodiment, the same parts are given the same reference numerals in principle, and repeated explanations thereof will be omitted. On the other hand, parts described with reference numerals in a certain figure may be referred to with the same reference numerals when describing other figures, although they are not shown again.

<システム構成>
図1は、本発明の一実施形態であるデータ変換装置を含む情報処理システムの構成例について概要を示した図である。本実施の形態のデータ変換装置100は、変換ルールに基づいてデータを変換する装置である。データ変換装置100は、サーバ装置等の情報処理装置である。
<System configuration>
FIG. 1 is a diagram showing an overview of a configuration example of an information processing system including a data conversion device according to an embodiment of the present invention. The data conversion device 100 of this embodiment is a device that converts data based on conversion rules. The data conversion device 100 is an information processing device such as a server device.

データ変換装置100および端末装置200は、ネットワーク300を介して互いに情報を送受信することができる。ネットワーク300は、有線または無線のネットワークである。 The data conversion device 100 and the terminal device 200 can send and receive information to each other via the network 300. Network 300 is a wired or wireless network.

データ変換装置100とネットワーク300を介して接続される端末装置200は、スマートフォン、パーソナルコンピュータ等の情報処理装置である。端末装置200は、端末装置200のユーザによる入力操作に応じて、ネットワーク300を介してデータ変換装置100に対して情報を送信したり、データ変換装置100から情報を取得したりする。また、端末装置200は、データ変換装置100から取得した情報を表示出力する。また、端末装置200は、データ変換対象のデータリストをファイル形式等により記憶している。ここで、データリストとは、1又は複数の列のデータレコードのリストであり、例えば、CSV(comma-separated values)形式のファイルに含まれる。 The terminal device 200 connected to the data conversion device 100 via the network 300 is an information processing device such as a smartphone or a personal computer. The terminal device 200 transmits information to the data conversion device 100 via the network 300 or acquires information from the data conversion device 100 in response to an input operation by a user of the terminal device 200. Further, the terminal device 200 displays and outputs the information acquired from the data conversion device 100. Further, the terminal device 200 stores a data list to be converted, in a file format or the like. Here, the data list is a list of data records in one or more columns, and is included in, for example, a CSV (comma-separated values) format file.

データ変換装置100および端末装置200は、所定のハードウェアおよびソフトウェアにより実装される。例えば、データ変換装置100および端末装置200は、プロセッサやメモリなどを有する。当該プロセッサにより実行されるメモリ上のプログラムが、データ変換装置100および端末装置200のコンピュータを機能させる。また、データ変換装置100および端末装置200は、入力手段(キーボード、マウス等)および出力手段(ディスプレイ等の表示手段)を有する。 Data conversion device 100 and terminal device 200 are implemented using predetermined hardware and software. For example, the data conversion device 100 and the terminal device 200 include a processor, a memory, and the like. The program on the memory executed by the processor causes the computers of the data conversion device 100 and the terminal device 200 to function. Furthermore, the data conversion device 100 and the terminal device 200 have input means (keyboard, mouse, etc.) and output means (display means such as a display).

本実施の形態のデータ変換装置100は、入力画面インタフェース部101、データリスト格納部102、変換ルール格納部103、抽出部104、一意リスト格納部105、及び変換表生成部106の各部を有する。 The data conversion device 100 of this embodiment includes an input screen interface section 101, a data list storage section 102, a conversion rule storage section 103, an extraction section 104, a unique list storage section 105, and a conversion table generation section 106.

また、データ変換装置100は、変換表出力部107、変換要求受付部108、変換表格納部109、本適用部110、及び変換履歴格納部111の各部を有する。 The data conversion device 100 also includes a conversion table output section 107, a conversion request reception section 108, a conversion table storage section 109, a main application section 110, and a conversion history storage section 111.

データ変換装置100の上記各部は、例えば、図示しないOS(Operating System)やDBMS(DataBase Management System)、Webサーバプログラム等のミドルウェア上で稼働するソフトウェアプログラムとして実装される。 Each of the above-mentioned parts of the data conversion device 100 is implemented as a software program running on middleware such as an OS (Operating System), a DBMS (DataBase Management System), and a Web server program (not shown).

入力画面インタフェース部101は、端末装置200からの要求に応じて、各種入力画面を端末装置200へ出力したり、当該各種入力画面に対して入力された内容を取得したりする部分である。 The input screen interface unit 101 is a part that outputs various input screens to the terminal device 200 and obtains contents input to the various input screens in response to requests from the terminal device 200.

入力画面インタフェース部101は、端末装置200からデータリスト入力要求を受信すると、データリスト入力画面を生成し、当該データリスト入力画面を端末装置200へ送信する。 Upon receiving a data list input request from the terminal device 200, the input screen interface unit 101 generates a data list input screen and transmits the data list input screen to the terminal device 200.

ここで、図2を用いて、データリスト入力画面の例を説明する。図2は、データリスト入力画面の概略を示した図である。データリスト入力画面は、変換対象のデータリストを入力するための画面であり、具体的には、変換対象のデータリストとなるファイルを指定したり、変換対象の列を指定したりすることが可能な画面である。 Here, an example of the data list input screen will be explained using FIG. 2. FIG. 2 is a diagram schematically showing a data list input screen. The data list input screen is a screen for inputting the data list to be converted. Specifically, it is possible to specify the file that will be the data list to be converted, and the columns to be converted. It is a screen.

データリスト入力画面は、ファイル選択ボタン10と、選択ファイル領域11と、実データ表示領域12と、変更対象列指定ボックス13と、列追加ボタン14と、次へボタン15とを有する。 The data list input screen has a file selection button 10, a selected file area 11, an actual data display area 12, a change target column designation box 13, an add column button 14, and a next button 15.

端末装置200のユーザの入力操作により、ファイル選択ボタン10が選択されると、端末装置200は、データリストのファイルを指定する画面(図示せず)を呼び出す。そして、端末装置200は、当該画面により、データリストのファイルが選択されると、選択ファイル領域11に、当該ファイルのファイル名(保存パスも含む)を表示する。 When the file selection button 10 is selected through an input operation by the user of the terminal device 200, the terminal device 200 calls up a screen (not shown) for specifying a file in the data list. Then, when a file in the data list is selected on the screen, the terminal device 200 displays the file name (including the storage path) of the file in the selected file area 11.

また、端末装置200は、データリストのファイルの内容を参照し、データリストと、当該データリストにID(データリストのレコードID)を割り当てる。そして、端末装置200は、IDとデータリストとを対応付けて、実データ表示領域12へ表示する。 Further, the terminal device 200 refers to the contents of the data list file and assigns a data list and an ID (record ID of the data list) to the data list. Then, the terminal device 200 associates the ID and the data list and displays them in the actual data display area 12.

図2の例では、会社名についてのデータリストを表示しており、11件有する。なお、データリストの全てのデータを表示する必要はなく、一部のみ表示するようにしてもよい。 In the example of FIG. 2, a data list regarding company names is displayed, and there are 11 items. Note that it is not necessary to display all the data in the data list, and only a part of the data may be displayed.

実データ表示領域12に表示されているデータは、レコードIDが1である「(株)ABCシステムズ」は、全て全角である。また、レコードIDが2である「株式会社ABCシステムズ」は、システムズの箇所が半角である。また、レコードIDが11である「(株)EFソフトウェア」の括弧の部分が半角になっている。また、レコードによって、(株)と表記されていたり、株式会社と表記されていたりと、表記が統一されていないので、データ変換(クレンジング処理)をする必要がある。 The data displayed in the actual data display area 12, "ABC Systems Co., Ltd." whose record ID is 1, is all full-width. Furthermore, for "ABC Systems Co., Ltd." whose record ID is 2, the "systems" part is a half-width character. Furthermore, the part in parentheses for "EF Software Co., Ltd." whose record ID is 11 is a half-width character. Also, since the notation is not unified, with some records being written as "Co., Ltd." and others being written as "Corporation Corporation," it is necessary to perform data conversion (cleansing processing).

変更対象列指定ボックス13は、後述する変換ルールを適用対象となる列を指定する部分である。例えば、データリストの列名が定義された部分を読み込んで、ドロップダウンリストで表示する。変更対象列指定ボックス13で指定された列が変換ルールの適用対象となる列になる。 The change target column specification box 13 is a part for specifying a column to which a conversion rule, which will be described later, is applied. For example, read the part of the data list where column names are defined and display it in a drop-down list. The column specified in the change target column specification box 13 becomes the column to which the conversion rule is applied.

列追加ボタン14は、変更対象列指定ボックス13を追加するためのボタンである。これにより、複数列指定することができる。端末装置200は、次へボタン15が押下されると、データリストのファイルと、変更対象列とを確定させて(データリストのファイルの内容および変更対象列をメモリ等に保持して)、データ変換装置100へデータ変換手順入力画面の送信要求をする。 The column addition button 14 is a button for adding a column specification box 13 to be changed. This allows multiple columns to be specified. When the next button 15 is pressed, the terminal device 200 determines the data list file and the column to be changed (retains the contents of the data list file and the column to be changed in memory, etc.), and saves the data. A request is made to the conversion device 100 to send a data conversion procedure input screen.

入力画面インタフェース部101は、当該データ変換手順入力画面の送信要求を端末装置200から受信すると、これに応じて、データ変換手順入力画面を端末装置200へ送信する。端末装置200は、データ変換手順入力画面を取得すると、当該データ変換手順入力画面を表示する。 When the input screen interface unit 101 receives a request to transmit the data conversion procedure input screen from the terminal device 200, the input screen interface unit 101 transmits the data conversion procedure input screen to the terminal device 200 in response. Upon acquiring the data conversion procedure input screen, the terminal device 200 displays the data conversion procedure input screen.

ここで、図3を用いて、データ変換手順入力画面の例を説明する。図3は、データ変換手順入力画面の概略を示した図である。データ変換手順入力画面は、データリストを変換するルール(変換ルール)を入力するための画面である。具体的には、変換ルール入力領域20と、手順追加ボタン21と、手順削除ボタン22と、次へボタン23とを有する。 Here, an example of the data conversion procedure input screen will be explained using FIG. 3. FIG. 3 is a diagram schematically showing a data conversion procedure input screen. The data conversion procedure input screen is a screen for inputting rules for converting a data list (conversion rules). Specifically, it has a conversion rule input area 20, a procedure addition button 21, a procedure deletion button 22, and a next button 23.

変換ルール入力領域20は、変換ルールにおける、変換前の対象(例えば、文字列、文字の入力モード)と、変換後の対象とを入力する領域と、変換ルールの手順(複数の変換ルールの適用順序)とを定義する領域である。 The conversion rule input area 20 is an area for inputting a pre-conversion target (for example, character string, character input mode) and a post-conversion target in the conversion rule, and an area for inputting the conversion rule procedure (application of multiple conversion rules). This is an area that defines the order.

図3の例の場合、1番目に、文字の入力モードが半角カナである文字列を、文字の入力モードを全角カナに変換することを示す変換ルールが定義されている。また、2番目に、(株)という文字列(株の括弧は、全角)を、株式会社に変換することを示す変換ルールが定義されている。3番目に、株式会社を、空白に変換することを示す変換ルールが定義されている。 In the example of FIG. 3, first, a conversion rule is defined that indicates that a character string whose character input mode is half-width kana is to be converted to full-width kana. Second, a conversion rule is defined that indicates that the character string ``Corporation'' (the parentheses for ``stock'' are full-width characters) is to be converted to ``stock''. Third, a conversion rule is defined that indicates that a corporation is to be converted to a blank.

図3に示した複数の変換ルールは、カタカナ名を全て全角に変換し、さらに株式会社を示す表記((株)も含む)を除去する処理を一括で行うためのルールである。 The plurality of conversion rules shown in FIG. 3 are rules for converting all katakana names to full-width characters and removing the notation indicating a corporation (including "Corporation Co., Ltd.") all at once.

また、手順追加ボタン21が押下されると、端末装置200は、変換ルール入力領域20を追加表示する。図3の例の場合、手順追加ボタン21が押下されると、4番目の変換ルールを入力するための領域を表示する。 Further, when the procedure addition button 21 is pressed, the terminal device 200 additionally displays a conversion rule input area 20. In the example of FIG. 3, when the add procedure button 21 is pressed, an area for inputting the fourth conversion rule is displayed.

また、手順削除ボタン22が押下されると、当該手順削除ボタン22に対応する変換ルール入力領域20を削除する。図3の例の場合、1番目の手順削除ボタン22が押下されると、1番目の変換ルールが削除される。 Further, when the procedure deletion button 22 is pressed, the conversion rule input area 20 corresponding to the procedure deletion button 22 is deleted. In the example of FIG. 3, when the first procedure deletion button 22 is pressed, the first conversion rule is deleted.

端末装置200は、次へボタン23が押下されると、複数の変換ルールと、当該変換ルールの手順とを確定させて、データリストと、複数の変換ルールと、当該変換ルールの手順とをデータ変換装置100へ送信し、変換ルールの仮適用要求をする。 When the next button 23 is pressed, the terminal device 200 finalizes the plurality of conversion rules and the procedure of the conversion rule, and saves the data list, the plurality of conversion rules, and the procedure of the conversion rule. The information is sent to the conversion device 100 to request provisional application of conversion rules.

なお、図3に示したデータ変換手順入力画面において、変換順を変更する公知のインタフェースを含めるようにしてもよい。 Note that the data conversion procedure input screen shown in FIG. 3 may include a known interface for changing the conversion order.

図1に戻り、入力画面インタフェース部101は、上記仮適用要求を受信する共に、データリストと、複数の変換ルールと、当該変換ルールの手順とを取得する。このように、入力画面インタフェース部101は、データリスト取得部として機能する。また、入力画面インタフェース部101は、変換ルール取得部としても機能する。入力画面インタフェース部101は、上記のように、データリストを取得すると、当該データリストを識別するID(データID)を生成し、当該IDと、データリストとを対応付けて、データリスト格納部102へ登録する。 Returning to FIG. 1, the input screen interface unit 101 receives the temporary application request, and also acquires the data list, a plurality of conversion rules, and the procedure of the conversion rules. In this way, the input screen interface section 101 functions as a data list acquisition section. The input screen interface section 101 also functions as a conversion rule acquisition section. As described above, upon acquiring the data list, the input screen interface unit 101 generates an ID (data ID) that identifies the data list, associates the ID with the data list, and stores the data list in the data list storage unit 102. Register to.

ここで、図4を用いて、データリスト格納部102に記憶されているデータ例を説明する。図4は、データリスト格納部102に記憶されているデータ例の概要を示す図である。図4に示すように、データリスト格納部102は、データIDと、レコードIDと、変換前のリストデータを示す変換前とを対応付けて記憶している。 Here, an example of data stored in the data list storage unit 102 will be explained using FIG. 4. FIG. 4 is a diagram showing an overview of an example of data stored in the data list storage unit 102. As shown in FIG. 4, the data list storage unit 102 stores a data ID, a record ID, and a pre-conversion list indicating list data before conversion in association with each other.

図1に戻り、入力画面インタフェース部101は、上記のように、複数の変換ルールと、当該変換ルールの手順とを取得すると、今回の変換を識別するID(変換ルールID)を生成する。入力画面インタフェース部101は、当該変換ルールIDと、手順(変換ルールの手順)と、変換ルール(変換前と変換後)とを対応付けて、変換ルール格納部103へ登録する。 Returning to FIG. 1, when the input screen interface unit 101 acquires a plurality of conversion rules and the procedures of the conversion rules as described above, it generates an ID (conversion rule ID) that identifies the current conversion. The input screen interface unit 101 associates the conversion rule ID, the procedure (procedure of the conversion rule), and the conversion rule (before conversion and after conversion) and registers them in the conversion rule storage unit 103.

なお、入力画面インタフェース部101は、変換ルールの文字列そのものを格納してもよいし、正規表現を格納してもよいし、プログラム言語の関数を格納するようにしてもよい。なお、入力画面インタフェース部101は、変換ルールIDと変換対象列とを対応付けた情報を記憶するようにしてもよい。 Note that the input screen interface unit 101 may store the character string itself of the conversion rule, may store a regular expression, or may store a function of a programming language. Note that the input screen interface unit 101 may store information associating conversion rule IDs with conversion target columns.

ここで、図5を用いて、変換ルール格納部103に記憶されているデータ例を説明する。図5は、変換ルール格納部103に記憶されているデータ例の概要を示す図である。図5に示すように、変換ルール格納部103は、変換ルールIDと、手順と、変換前と、変換後とを対応付けて記憶している。 Here, an example of data stored in the conversion rule storage unit 103 will be explained using FIG. 5. FIG. 5 is a diagram showing an overview of an example of data stored in the conversion rule storage unit 103. As shown in FIG. 5, the conversion rule storage unit 103 stores conversion rule IDs, procedures, before conversion, and after conversion in association with each other.

このように、変換ルール格納部103は、入力画面インタフェース部101により取得された複数の変換ルールと、当該複数の変換ルールの適用順序とを変換ルール履歴情報として記憶する。すなわち、変換ルール格納部103は、変換ルール履歴情報記憶部として機能する。 In this way, the conversion rule storage unit 103 stores the plurality of conversion rules acquired by the input screen interface unit 101 and the application order of the plurality of conversion rules as conversion rule history information. That is, the conversion rule storage section 103 functions as a conversion rule history information storage section.

図1に戻り、入力画面インタフェース部101は、データリスト格納部102および変換ルール格納部103へデータを登録した後、データIDおよび変換ルールIDを抽出部104へ送出する。 Returning to FIG. 1, the input screen interface unit 101 registers data in the data list storage unit 102 and the conversion rule storage unit 103, and then sends the data ID and conversion rule ID to the extraction unit 104.

抽出部104は、入力画面インタフェース部101により取得されたデータリストから、変換ルールを仮適用するデータリストである仮適用対象データリストを抽出する部分である。抽出部104は、入力画面インタフェース部101からデータIDおよび変換ルールIDを取得すると、データリスト格納部102に記憶されているデータから、当該データIDに対応するレコードを取得する。 The extraction unit 104 is a part that extracts a temporary application target data list, which is a data list to which a conversion rule is temporarily applied, from the data list acquired by the input screen interface unit 101. Upon acquiring the data ID and conversion rule ID from the input screen interface unit 101, the extraction unit 104 acquires a record corresponding to the data ID from the data stored in the data list storage unit 102.

また、抽出部104は、変換ルール格納部103を参照し、変換ルールIDに対応する変換対象列を取得する。 Further, the extraction unit 104 refers to the conversion rule storage unit 103 and obtains a conversion target column corresponding to the conversion rule ID.

抽出部104は、取得したレコードにおける変換対象列単位で、重複するデータを除去した一意リスト(仮適用対象データリスト)を生成する。例えば、抽出部104は、一意リストを初期化し、取得したレコードの変換対象列を1件ずつ参照し、一意リストに存在しなければ、当該レコードの変換対象列の値を一意リストに格納する。また、抽出部104は、取得したレコードの変換対象列の値が一意リストに含まれている場合は、一意リストに格納しない。 The extraction unit 104 generates a unique list (temporary application target data list) from which duplicate data is removed for each conversion target column in the acquired record. For example, the extraction unit 104 initializes a unique list, refers to the conversion target columns of the acquired records one by one, and if the conversion target column does not exist in the unique list, stores the value of the conversion target column of the record in the unique list. Furthermore, if the value of the conversion target column of the acquired record is included in the unique list, the extraction unit 104 does not store it in the unique list.

抽出部104は、取得したレコードの変換対象列の全ての値を参照した結果得られた一意リストを生成すると、当該一意リストをデータIDに関連付けて一意リスト格納部105へ登録する。また、変換対象列が複数ある場合、抽出部104は、変換対象列IDをさらに対応付けて一意リスト格納部105へ登録するようにしてもよい。 When the extraction unit 104 generates a unique list obtained by referring to all the values of the conversion target column of the acquired record, the extraction unit 104 registers the unique list in the unique list storage unit 105 in association with the data ID. Furthermore, when there are multiple conversion target columns, the extraction unit 104 may further associate the conversion target column IDs and register them in the unique list storage unit 105.

ここで、図6を用いて、一意リスト格納部105に記憶されているデータ例を説明する。図6は、一意リスト格納部105に記憶されているデータ例の概要を示す図である。図6に示すように、一意リスト格納部105は、データIDと、変換対象列である会社名とを対応付けて記憶している。 Here, an example of data stored in the unique list storage unit 105 will be explained using FIG. 6. FIG. 6 is a diagram showing an overview of an example of data stored in the unique list storage unit 105. As shown in FIG. 6, the unique list storage unit 105 stores data IDs and company names, which are conversion target columns, in association with each other.

なお、図6に示すように、括弧が全角である「(株)EFソフトウェア」と括弧が半角である「(株)EFソフトウェア」とが記憶されている。 As shown in FIG. 6, "EF Software Co., Ltd." with full-width parentheses and "EF Software Co., Ltd." with half-width parentheses are stored.

図1に戻り、抽出部104は、一意リストを生成し、当該一意リストを一意リスト格納部105へ格納すると、データIDおよび変換ルールIDを変換表生成部106へ送出する。 Returning to FIG. 1, the extraction unit 104 generates a unique list, stores the unique list in the unique list storage unit 105, and then sends the data ID and conversion rule ID to the conversion table generation unit 106.

なお、抽出部104は、一意リストを仮適用対象データリストとして生成する場合について述べたが、取得したレコードの変換対象列全てを仮適用対象データリストとして抽出するようにしてもよい。 Although the case has been described in which the extraction unit 104 generates the unique list as the temporary application target data list, it may also extract all the conversion target columns of the acquired record as the temporary application target data list.

変換表生成部106は、適用順序に従って、入力画面インタフェース部101により取得された変換ルールを、抽出部104により抽出された仮適用対象データリストに対して適用する仮適用をする部分である。また、変換表生成部106は、抽出部104により抽出された仮適用対象データリストと、仮適用した結果とを対応付けた変換表を生成する部分である。 The conversion table generation unit 106 is a unit that temporarily applies the conversion rules acquired by the input screen interface unit 101 to the temporary application target data list extracted by the extraction unit 104 in accordance with the order of application. Further, the conversion table generation unit 106 is a part that generates a conversion table that associates the temporary application target data list extracted by the extraction unit 104 with the results of the temporary application.

変換表生成部106は、抽出部104からデータIDおよび変換ルールIDを取得すると、変換表生成部106は、一意リスト格納部105を参照し、当該データIDに対応する一意リストを取得する。また、変換表生成部106は、変換ルール格納部103を参照して、変換ルールIDに対応する手順、変換ルール(変換前と変換後)、変換対象列を取得する。 When the conversion table generation unit 106 acquires the data ID and conversion rule ID from the extraction unit 104, the conversion table generation unit 106 refers to the unique list storage unit 105 and acquires the unique list corresponding to the data ID. The conversion table generation unit 106 also refers to the conversion rule storage unit 103 and obtains the procedure, conversion rule (before and after conversion), and conversion target column corresponding to the conversion rule ID.

また、変換表生成部106は、変換対象列毎に、一意リストに対して、変換順に変換ルールを適用し、適用した結果を生成する。変換表生成部106は、一意リストと、当該適用した結果とを対応付けた情報を含む変換表を生成し、当該変換表を含む変換確認画面(詳細は後述する)を生成する。 Further, the conversion table generation unit 106 applies the conversion rules to the unique list in the conversion order for each conversion target column, and generates the application results. The conversion table generation unit 106 generates a conversion table including information that associates the unique list with the applied result, and generates a conversion confirmation screen (details will be described later) including the conversion table.

変換表生成部106は、当該変換確認画面と、データIDと、変換ルールIDとを変換表出力部107へ送出する。 The conversion table generation unit 106 sends the conversion confirmation screen, data ID, and conversion rule ID to the conversion table output unit 107.

変換表出力部107は、変換表生成部106により生成された変換表を出力する部分である。変換表出力部107は、変換確認画面と、データIDと、変換ルールIDとを取得すると、変換確認画面を端末装置200へ送出する。このように、変換表出力部107は、変換表を出力する。端末装置200は、当該変換確認画面を取得すると、当該変換確認画面を表示する。 The conversion table output section 107 is a section that outputs the conversion table generated by the conversion table generation section 106. Upon acquiring the conversion confirmation screen, data ID, and conversion rule ID, the conversion table output unit 107 sends the conversion confirmation screen to the terminal device 200 . In this way, the conversion table output unit 107 outputs the conversion table. Upon acquiring the conversion confirmation screen, the terminal device 200 displays the conversion confirmation screen.

ここで、図7を用いて、変換確認画面の例を説明する。図7は、変換確認画面の概略を示した図である。変換確認画面は、仮にデータリストを変換した場合(すなわち、仮適用した場合)の変換結果を確認するための画面である。 Here, an example of the conversion confirmation screen will be explained using FIG. 7. FIG. 7 is a diagram schematically showing a conversion confirmation screen. The conversion confirmation screen is a screen for confirming the conversion result when the data list is converted (that is, when it is temporarily applied).

図7に示すように、半角の括弧を有するレコード以外は、株式会社または(株)が除去された文字列に変換され、半角カタカナが全角カタカナに変換されている。 As shown in FIG. 7, records other than those with half-width parentheses are converted to character strings with "Corporation" or "Corporation" removed, and half-width katakana are converted to full-width katakana.

変換確認画面は、変換表表示領域31と、修正ボタン32と、変換実行ボタン33とを有する。変換表表示領域31は、変換前の一意リストと、当該一意リストを変換した結果とを対応付けた変換表を表示する領域である。なお、複数の変換対象列がある場合、変換対象列毎に変換表がある。 The conversion confirmation screen includes a conversion table display area 31, a correction button 32, and a conversion execution button 33. The conversion table display area 31 is an area that displays a conversion table that associates a unique list before conversion with a result of converting the unique list. Note that if there are multiple conversion target columns, there is a conversion table for each conversion target column.

修正ボタン32は、変換後の内容の修正要求を示すボタンである。端末装置200のユーザによる入力操作により、修正ボタン32が押下されると、端末装置200は、変換表の変換後の部分を編集可能にする。 The modification button 32 is a button that indicates a request to modify the content after conversion. When the user of the terminal device 200 presses the correction button 32 through an input operation, the terminal device 200 makes the converted portion of the conversion table editable.

図7の例の場合、半角の括弧を有する(株)EFソフトウェアの(株)部分を除去する修正をすることが考えられる。 In the example of FIG. 7, it is conceivable to modify the part of EF Software Co., Ltd. that has half-width parentheses to remove it.

端末装置200は、ユーザによる入力操作により、変換表の変換後の部分が編集され、編集完了を示す指示(例えば、図示しない修正完了を示すボタンの押下)がなされると、修正後の変換後の部分を再表示する。 When the converted portion of the conversion table is edited by the user's input operation, and an instruction indicating the completion of editing is given (for example, by pressing a button not shown indicating completion of correction), the terminal device 200 edits the converted portion of the conversion table after the correction. Redisplay the part.

また、変換実行ボタン33が押下されると、端末装置200は、最新の変換表(更新された変換表、すなわち修正結果)をデータ変換装置100へ送信すると共に、データリストの変換要求をする。なお、端末装置200は、複数の変換対象列がある場合、変換対象列毎の変換表全てをデータ変換装置100へ送信する。 Further, when the conversion execution button 33 is pressed, the terminal device 200 transmits the latest conversion table (updated conversion table, ie, correction result) to the data conversion device 100, and requests conversion of the data list. Note that when there are multiple conversion target columns, the terminal device 200 transmits all conversion tables for each conversion target column to the data conversion device 100.

図1に戻り、変換要求受付部108は、変換表出力部107により変換表が出力された後に、データリストの変換要求を受け付ける部分である。 Returning to FIG. 1, the conversion request accepting unit 108 is a part that accepts a request for converting a data list after the conversion table output unit 107 outputs the conversion table.

変換要求受付部108は、最新の変換表を取得すると共に、データリストの変換要求を受け付ける。なお、変換要求受付部108は、変換対象列毎の変換表全てを取得するようにしてもよい。このように、変換要求受付部108は、修正取得部として機能する。なお、変換要求受付部108は、変換対象列毎の変換表全てを取得するようにしてもよい。変換要求受付部108は、当該最新の変換表に対するID(変換表ID)を生成する。なお、変換要求受付部108は、複数の変換対象列毎の変換表を取得した場合、それぞれの変換表毎に異なる変換表IDを生成する。なお、変換要求受付部108は、変換表IDに対応する変換対象列を特定し得る情報を生成しておいてもよい。例えば、変換要求受付部108は、変換表IDと変換対象列名とを対応付けてもよい。 The conversion request receiving unit 108 obtains the latest conversion table and also receives a request for converting a data list. Note that the conversion request reception unit 108 may acquire all conversion tables for each conversion target column. In this way, the conversion request reception unit 108 functions as a modification acquisition unit. Note that the conversion request reception unit 108 may acquire all conversion tables for each conversion target column. The conversion request reception unit 108 generates an ID (conversion table ID) for the latest conversion table. Note that when the conversion request reception unit 108 obtains conversion tables for each of a plurality of conversion target columns, it generates a different conversion table ID for each conversion table. Note that the conversion request reception unit 108 may generate information that can specify the conversion target column corresponding to the conversion table ID. For example, the conversion request reception unit 108 may associate the conversion table ID with the conversion target column name.

また、変換要求受付部108は、最新の変換表の各レコードにID(変換表明細ID)を割り当てる。変換要求受付部108は、変換表IDと、変換表明細IDと、最新の変換表とを対応付けた情報を変換表格納部109へ格納する。 Further, the conversion request reception unit 108 assigns an ID (conversion statement detail ID) to each record of the latest conversion table. The conversion request reception unit 108 stores information in which the conversion table ID, the conversion request detail ID, and the latest conversion table are associated with each other in the conversion table storage unit 109.

ここで、図8を用いて、変換ルール格納部103に記憶されているデータ例を説明する。図8は、変換表格納部109に記憶されているデータ例の概要を示す図である。図8に示すように、変換表格納部109は、変換表IDと、変換表明細IDと、変換前(最新の変換表の変換前の部分)と、変換後(最新の変換表の変換後の部分)とを対応付けて記憶している。 Here, an example of data stored in the conversion rule storage unit 103 will be explained using FIG. 8. FIG. 8 is a diagram showing an overview of an example of data stored in the conversion table storage unit 109. As shown in FIG. 8, the conversion table storage unit 109 stores the conversion table ID, conversion table detail ID, before conversion (the part before conversion of the latest conversion table), and after conversion (the part after conversion of the latest conversion table). ) are stored in association with each other.

図1に戻り、変換要求受付部108は、最新の変換表を取得するので、修正後の変換表を反映している。すなわち、変換要求受付部108は、修正受付部として機能する。 Returning to FIG. 1, since the conversion request reception unit 108 obtains the latest conversion table, the modified conversion table is reflected. That is, the conversion request reception unit 108 functions as a modification reception unit.

変換要求受付部108は、変換表出力部107からデータIDおよび変換ルールIDを取得し、当該データID、変換ルールID、および変換表IDを本適用部110へ送出する。 The conversion request reception unit 108 acquires the data ID and conversion rule ID from the conversion table output unit 107 and sends the data ID, conversion rule ID, and conversion table ID to the main application unit 110.

本適用部110は、変換要求受付部108により受け付けられた変換要求に応じて、入力画面インタフェース部101により取得された複数のルールと、複数の変換ルールの適用順序とに基づいた情報を用いて、データリストを変換する処理(本適用処理)をする部分である。すなわち、本適用部110は、データリストに対してクレンジング処理をする部分である。 The application unit 110 uses information based on the plurality of rules acquired by the input screen interface unit 101 and the application order of the plurality of conversion rules in response to the conversion request accepted by the conversion request receiving unit 108. , is a part that performs processing to convert the data list (this application processing). That is, the application section 110 is a section that performs cleansing processing on the data list.

本適用部110は、データID、変換ルールID、および変換表IDを取得する。本適用部110は、データリスト格納部102を参照して、データIDに対応するデータリストを取得する。また、本適用部110は、本適用毎に定められるID(変更履歴ID)を生成し、当該変更履歴IDと、変換日と、データIDと、変換ルールIDと、変換表IDとを対応付けた情報(データ変換履歴情報)を変換履歴格納部111へ格納する。 The application unit 110 obtains the data ID, conversion rule ID, and conversion table ID. The application unit 110 refers to the data list storage unit 102 and obtains the data list corresponding to the data ID. Further, the application unit 110 generates an ID (change history ID) determined for each application, and associates the change history ID, conversion date, data ID, conversion rule ID, and conversion table ID. The converted information (data conversion history information) is stored in the conversion history storage unit 111.

ここで、図9を用いて、変換履歴格納部111に記憶されるデータ変換履歴情報の例を説明する。図9は、変換履歴格納部111に記憶されるデータ変換履歴情報の例の概要を示す図である。図9に示すように、変換履歴格納部111では、変換履歴IDと、変換日と、データIDと、変換ルールIDと、変換表IDとを対応付けた情報を記憶している。 Here, an example of data conversion history information stored in the conversion history storage unit 111 will be explained using FIG. 9. FIG. 9 is a diagram illustrating an overview of an example of data conversion history information stored in the conversion history storage unit 111. As shown in FIG. 9, the conversion history storage unit 111 stores information in which conversion history IDs, conversion dates, data IDs, conversion rule IDs, and conversion table IDs are associated with each other.

本適用部110は、当該変換表IDに対応する変換表を取得する。本適用部110は、データIDに対応するデータリストを1件(1レコード)ずつ参照し、データリストのレコードの変更対象列の値が、変換表のレコードの変換前の値に合致する場合、当該データリストのレコードの変更対象列の値を、当該変更表のレコードの変換後の内容に変換する。 The application unit 110 acquires the conversion table corresponding to the conversion table ID. The application unit 110 refers to the data list corresponding to the data ID one by one (one record), and if the value of the change target column of the record in the data list matches the value before conversion of the record in the conversion table, Convert the value of the change target column of the record in the data list to the converted content of the record in the change table.

このように、本適用部110は、複数のルールと、当該複数の変換ルールの適用順序とに基づいた情報として、変換表を用いて、データリストのデータを変換する。 In this way, the application unit 110 converts the data in the data list using the conversion table as information based on the plurality of rules and the application order of the plurality of conversion rules.

なお、本適用部110は、複数の変更対象列毎に、上記本適用処理をするようにしてもよい。 Note that the main application unit 110 may perform the main application processing described above for each of a plurality of columns to be changed.

本適用部110は、上記変更履歴IDと、変換したデータリストのデータのレコードIDと、変換表のレコードの変換表明細IDとを対応付けた情報(変換履歴明細情報)を変換履歴格納部111へ格納する。 The application unit 110 stores information (conversion history detailed information) in which the change history ID, the record ID of the data in the converted data list, and the conversion statement detail ID of the record in the conversion table are associated with each other in the conversion history storage unit 111. Store it in

ここで、図10を用いて、変換履歴格納部111に記憶される変換履歴明細情報の例を説明する。図10は、変換履歴格納部111に記憶される変換履歴明細情報の例の概要を示す図である。図10に示すように、変換履歴格納部111では、変換履歴IDと、レコードIDと、変換表明細IDとを対応付けた情報を記憶している。 Here, an example of the conversion history detailed information stored in the conversion history storage unit 111 will be explained using FIG. 10. FIG. 10 is a diagram showing an overview of an example of conversion history detailed information stored in the conversion history storage unit 111. As shown in FIG. 10, the conversion history storage unit 111 stores information in which conversion history IDs, record IDs, and conversion statement details IDs are associated with each other.

このように、変換履歴格納部111は、本適用部110により変換されたデータリストのデータ(レコードID)と、変換表生成部106により仮適用された結果(変換表)のうち当該データを変換するために用いた情報(変換表明細ID)とを対応付けた情報を記憶している。当該情報は、変換実行履歴に対応するので、変換履歴格納部111は、変換実行履歴記憶部として機能する。 In this way, the conversion history storage unit 111 converts the data (record ID) of the data list converted by the main application unit 110 and the data (conversion table) temporarily applied by the conversion table generation unit 106. It stores information that is associated with the information used to perform the conversion (conversion statement detail ID). Since the information corresponds to the conversion execution history, the conversion history storage section 111 functions as a conversion execution history storage section.

この場合、データ変換装置100は、変換した履歴を記憶するので、どのデータが変換されたか確認できる情報を記憶することができ、当該情報を参照することにより、ユーザが適切に変換できたか判断することができる。 In this case, since the data conversion device 100 stores a history of conversion, it can store information that allows confirmation of which data has been converted, and by referring to this information, the user can determine whether the conversion has been performed appropriately. be able to.

本適用部110は、データIDに対応するデータリストを1件ずつ参照し、全てのデータリストのデータに対して、変換表のレコードの変換前に合致するものがあるか否か判断した場合、本適用処理を終了する。本適用部110は、変換完了したデータリストを端末装置200へ送出し、端末装置200は、当該変換後のデータリストを表示出力する。 When the application unit 110 refers to the data lists corresponding to the data ID one by one and determines whether there is any data that matches the data in all the data lists before converting the records in the conversion table, This application processing ends. The application unit 110 sends the converted data list to the terminal device 200, and the terminal device 200 displays and outputs the converted data list.

なお、本適用部110は、変換ルール格納部103を参照して、変換IDに対応する順序および変換ルールを取得して、これらの情報に基づいて、対象となるデータリストを変換するようにしてもよい。 Note that the application unit 110 refers to the conversion rule storage unit 103, obtains the order and conversion rule corresponding to the conversion ID, and converts the target data list based on this information. Good too.

<処理の流れ(仮変換して本適用するまでの全体処理)>
図11は、本実施形態における、データリストから抽出した一意リストに対して、仮変換して、当該仮変換した結果に基づいて当該データリストに対して本適用する全体処理の流れの例について概要を示した図である。
<Processing flow (overall processing from temporary conversion to final application)>
FIG. 11 is an overview of an example of the overall processing flow in this embodiment, in which a unique list extracted from a data list is temporarily converted, and the data list is actually applied based on the result of the temporary conversion. FIG.

まず、入力画面インタフェース部101は、端末装置200からのデータリスト入力要求を受け付けて、データリスト入力画面やデータ変換手順画面を端末装置200へ送信する。そして、端末装置200は、当該画面への入力操作により入力された情報(入力情報)に基づいて、データリストと、複数の変換ルールと、当該変換ルールの手順とをデータ変換装置100へ送信する。入力画面インタフェース部101は、当該データリストと、複数の変換ルールと、当該変換ルールの手順とを取得する(S1)。 First, the input screen interface unit 101 receives a data list input request from the terminal device 200 and transmits a data list input screen and a data conversion procedure screen to the terminal device 200. Then, the terminal device 200 transmits the data list, a plurality of conversion rules, and the procedure of the conversion rule to the data conversion device 100 based on the information (input information) input by the input operation on the screen. . The input screen interface unit 101 acquires the data list, a plurality of conversion rules, and the procedure of the conversion rules (S1).

抽出部104は、取得したデータリストから一意リストを生成する(S2)。変換表生成部106は、適用順序に従って、入力画面インタフェース部101により取得された変換ルールを、抽出部104により抽出された仮適用対象データリストに対して適用する仮適用する。また、変換表生成部106は、抽出部104により抽出された仮適用対象データリストと、仮適用した結果とを対応付けた変換表を生成し、端末装置200へ変換表を含む変換確認画面を送信する(S3)。 The extraction unit 104 generates a unique list from the acquired data list (S2). The conversion table generation unit 106 temporarily applies the conversion rules acquired by the input screen interface unit 101 to the temporary application target data list extracted by the extraction unit 104 in accordance with the application order. The conversion table generation unit 106 also generates a conversion table that associates the temporary application target data list extracted by the extraction unit 104 with the results of the temporary application, and displays a conversion confirmation screen including the conversion table on the terminal device 200. Send (S3).

端末装置200は、変換表の修正要求の入力を受け付けた場合、当該変換表を修正する処理(変換表修正処理)をして、データリストの変換要求をする(S4)。本適用部110は、当該変換要求に応じて、変換表を用いて、データリストのデータを変換する(S5)。また、本適用部110は、データ変換結果を端末装置200へ送信し、端末装置200は、当該データ変換結果を表示する(S6)。 When the terminal device 200 receives the input of a conversion table modification request, it performs a process of modifying the conversion table (conversion table modification process) and issues a data list conversion request (S4). The application unit 110 converts the data in the data list using the conversion table in response to the conversion request (S5). Further, the application unit 110 transmits the data conversion result to the terminal device 200, and the terminal device 200 displays the data conversion result (S6).

<処理の流れ(一意リスト生成処理)>
図12は、本実施形態における、一意リストを生成する処理の流れの例について概要を示した図である。図11のフローチャートのステップS2の処理の詳細を示す図である。
<Processing flow (unique list generation process)>
FIG. 12 is a diagram illustrating an overview of an example of the flow of processing for generating a unique list in this embodiment. 12 is a diagram showing details of the process of step S2 in the flowchart of FIG. 11. FIG.

抽出部104は、一意リストを初期化する(S11)。続いて、抽出部104は、データリストを読み込む(S12)。抽出部104は、未取得の行(レコード)がある場合(S13:Yes)、未取得の行を1件取得する(S14)。抽出部104は、取得した行から対象列(変換対象列)の値を取得し(S15)、当該値が一意リストに含まれていない場合(S16:Yes)、当該値を一意リストに追加して(S17)、ステップS13へ進む。なお、ステップS16において、値が一意リストに含まれている場合(S16:No)、ステップS13へ進む。また、ステップS13において、未取得の行がない場合(S13:No)、処理を終了する。 The extraction unit 104 initializes the unique list (S11). Subsequently, the extraction unit 104 reads the data list (S12). If there is an unobtained row (record) (S13: Yes), the extraction unit 104 obtains one unobtained row (S14). The extraction unit 104 acquires the value of the target column (conversion target column) from the acquired row (S15), and if the value is not included in the unique list (S16: Yes), adds the value to the unique list. (S17), and the process advances to step S13. Note that in step S16, if the value is included in the unique list (S16: No), the process advances to step S13. Further, in step S13, if there is no unobtained row (S13: No), the process ends.

<処理の流れ(変換表生成処理)>
図13は、本実施形態における、変換表を生成する処理の流れの例について概要を示した図である。図11のフローチャートのステップS3の処理の詳細を示す図である。まず、変換表生成部106は、変換表を初期化する(S21)。続いて、変換表生成部106は、一意リストを取得し、当該一意リストを読み込む(S22)。未取得の一意リストがある場合(S23:Yes)、変換表生成部106は、未取得の一意リストの行(レコード)を1行(1件)取得する(S24)。変換表生成部106は、取得した値に、変換順に変換ルールを適用し(S25)、当該値(変換前の値)と適用した結果(変換後)とを対応付けた情報を変換表に追加して(S26)、ステップS23へ進む。また、ステップS23において、未取得の行がない場合(S23:No)、処理を終了する。
<Processing flow (conversion table generation process)>
FIG. 13 is a diagram illustrating an overview of an example of the flow of processing for generating a conversion table in this embodiment. 12 is a diagram showing details of the process of step S3 in the flowchart of FIG. 11. FIG. First, the conversion table generation unit 106 initializes the conversion table (S21). Subsequently, the conversion table generation unit 106 obtains the unique list and reads the unique list (S22). If there is an unobtained unique list (S23: Yes), the conversion table generation unit 106 obtains one row (record) of the unobtained unique list (S24). The conversion table generation unit 106 applies conversion rules to the obtained values in the order of conversion (S25), and adds information associating the values (values before conversion) with the application results (after conversion) to the conversion table. (S26), and the process advances to step S23. Further, in step S23, if there is no unobtained row (S23: No), the process ends.

<処理の流れ(修正処理)>
図14は、本実施形態における、変換表を修正する処理の流れの例について概要を示した図である。図11のフローチャートのステップS4の処理の詳細を示す図である。まず、端末装置200は、データ変換装置100から変換確認画面を取得すると、当該変換確認画面を表示する(S31)。変換確認画面の修正ボタン32が押下されることにより、変換表31の修正要求がなされた場合(S32:Yes)、端末装置200は、変換表31を編集可能にし、変換表31の修正情報(修正結果)を取得する(S33)。そして、端末装置200は、変換表31を更新し(S34)、当該変換表31を更新した変換確認画面を表示する(S35)。また、変換表31の修正要求がなされなかった場合(S32:No)、処理を終了する。
<Processing flow (correction processing)>
FIG. 14 is a diagram illustrating an overview of an example of the flow of processing for modifying a conversion table in this embodiment. 12 is a diagram showing details of the process in step S4 of the flowchart in FIG. 11. FIG. First, upon acquiring the conversion confirmation screen from the data conversion device 100, the terminal device 200 displays the conversion confirmation screen (S31). When the correction button 32 on the conversion confirmation screen is pressed to request correction of the conversion table 31 (S32: Yes), the terminal device 200 makes the conversion table 31 editable, and the correction information of the conversion table 31 ( correction result) is obtained (S33). Then, the terminal device 200 updates the conversion table 31 (S34), and displays a conversion confirmation screen with the updated conversion table 31 (S35). Furthermore, if a request to modify the conversion table 31 is not made (S32: No), the process ends.

<処理の流れ(データ変換処理)>
図15は、本実施形態における、変換表を用いてデータ変換する処理の流れの例について概要を示した図である。図11のフローチャートのステップS5の処理の詳細を示す図である。まず、変換要求受付部108が、データリストの変換要求を受け付けると、本適用部110は、変換対象のデータIDに対応するデータリストをデータリスト格納部102から取得することにより、データリストを読み込む(S41)。
<Processing flow (data conversion process)>
FIG. 15 is a diagram illustrating an overview of an example of the flow of data conversion processing using a conversion table in this embodiment. 12 is a diagram showing details of the process in step S5 of the flowchart in FIG. 11. FIG. First, when the conversion request reception unit 108 receives a data list conversion request, the main application unit 110 reads the data list by acquiring the data list corresponding to the data ID to be converted from the data list storage unit 102. (S41).

続いて、本適用部110は、変換要求受付部108から取得したデータID、変換ルールID、および変換表IDに基づいてデータ変換履歴情報を生成し、当該データ変換履歴情報を変換履歴格納部111へ格納する(S42)。未変換の行がある場合(S43:Yes)、本適用部110は、未変換の行(レコード)を1行取得する(S44)。本適用部110は、取得した行から変換対象列の値を取得する(S45)。本適用部110は、取得した値と合致する変換前の値を変換表から検索し(S46)、取得した値を、検索した変換表のレコードの変換後の値へ変換する(S47)。 Next, the application unit 110 generates data conversion history information based on the data ID, conversion rule ID, and conversion table ID acquired from the conversion request receiving unit 108, and stores the data conversion history information in the conversion history storage unit 111. (S42). If there is an unconverted row (S43: Yes), the application unit 110 acquires one unconverted row (record) (S44). The application unit 110 acquires the value of the conversion target column from the acquired row (S45). The application unit 110 searches the conversion table for an unconverted value that matches the acquired value (S46), and converts the acquired value to the converted value of the record in the searched conversion table (S47).

本適用部110は、変換したデータリストのデータのレコードIDと、変換表のレコードの変換表明細IDとに基づいて変換履歴明細情報を変換履歴格納部111へ格納して(S48)、ステップS43へ進む。なお、ステップS46において、取得した値と合致する変換前の値を変換表から検索できなかった場合、ステップS47およびステップS48の処理をスキップして、ステップS43へ進む。また、ステップS43において、未変換の行がない場合(S43:No)、処理を終了する。 The application unit 110 stores the conversion history detail information in the conversion history storage unit 111 based on the record ID of the data in the converted data list and the conversion statement detail ID of the record in the conversion table (S48), and in step S43 Proceed to. Note that in step S46, if the value before conversion that matches the acquired value cannot be retrieved from the conversion table, the process skips steps S47 and S48 and proceeds to step S43. Further, in step S43, if there are no unconverted rows (S43: No), the process ends.

上述の実施形態では、データ変換手順入力画面において、変換前の対象(例えば、文字列、文字の入力モード)と、変換後の対象とを入力する領域と、変換順との新規入力を受け付ける場合について述べた。これに代えて、データ変換手順入力画面において、変換ルール格納部103に格納されている複数の変換ルールと、当該複数の変換ルールの適用順序との選択を受け付けて、入力画面インタフェース部101が、当該選択された複数の変換ルールと、当該複数の変換ルールの適用順序とを取得するようにしてもよい。 In the above embodiment, on the data conversion procedure input screen, there is an area for inputting a target before conversion (for example, character string, character input mode), a target after conversion, and a case where new input of the conversion order is accepted. I talked about it. Instead, on the data conversion procedure input screen, the input screen interface unit 101 receives a selection of a plurality of conversion rules stored in the conversion rule storage unit 103 and the application order of the plurality of conversion rules, and The plurality of selected conversion rules and the application order of the plurality of conversion rules may be acquired.

この場合、データ変換装置100は、ユーザに同様の変換ルールを再度入力させることを回避することができる。 In this case, the data conversion device 100 can avoid having the user input the same conversion rule again.

上述の実施形態では、データ変換装置100と端末装置200とを有する情報処理システムについて説明したが、これらの装置を一体としてもよい。 In the above embodiment, an information processing system including the data conversion device 100 and the terminal device 200 has been described, but these devices may be integrated.

また、上述の実施形態では、入力画面インタフェース部101が、複数の変換ルールと、当該複数の変換ルールの適用順序とを取得する場合について述べたが、単数の変換ルールを取得するようにしてもよい。 Further, in the above-described embodiment, a case has been described in which the input screen interface unit 101 acquires a plurality of conversion rules and the application order of the plurality of conversion rules, but even if it acquires a single conversion rule. good.

以上に説明したように、本発明の一実施の形態であるデータ変換装置100では、入力画面インタフェース部101が、データリストを取得し、変換ルールを取得する。また、抽出部104が、データリストから、変換ルールを仮適用するデータリストである仮適用対象データリストを抽出する。変換表生成部106が、適用順序に従って、変換ルールを仮適用対象データリストに対して仮適用して、仮適用対象リストと、仮適用した結果とを対応付けた変換表を生成し、変換表出力部107が、当該変換表を出力する。 As described above, in the data conversion device 100 that is an embodiment of the present invention, the input screen interface unit 101 acquires a data list and acquires conversion rules. Further, the extraction unit 104 extracts a temporary application target data list, which is a data list to which the conversion rule is temporarily applied, from the data list. The conversion table generation unit 106 temporarily applies the conversion rules to the temporary application target data list according to the order of application, generates a conversion table that associates the temporary application target list with the result of the temporary application, and generates a conversion table. The output unit 107 outputs the conversion table.

このように、データ変換装置100は、抽出部104が抽出した仮適用対象リストを抽出して、データリストに対して変換ルールを適用する前に、当該仮適用対象リストに対して変換ルールを適用して、適用した結果を含む変換表を出力する。この結果、データ変換装置100は、実際のデータにクレンジング処理を行う前に、当該変換ルールによって所望の情報に変換されているか否かを判断する情報を提供することができる。 In this way, the data conversion device 100 extracts the temporary application target list extracted by the extraction unit 104 and applies the conversion rule to the temporary application target list before applying the conversion rule to the data list. and output a conversion table containing the applied results. As a result, the data conversion device 100 can provide information for determining whether or not the actual data has been converted into desired information according to the conversion rule, before performing the cleansing process on the actual data.

また、抽出部104は、仮適用対象リストとして、一意リストを抽出する。これにより、データ変換装置100は、冗長でない変換表を生成することができ、当該変換表を用いてデータリストを適切に変換したり、簡易に変換ルールによって所望の情報に変換されているか否かを判断する情報を提供したりすることができる。 Further, the extraction unit 104 extracts a unique list as a temporary application target list. Thereby, the data conversion device 100 can generate a non-redundant conversion table, use the conversion table to appropriately convert the data list, and easily check whether the data list has been converted into desired information using conversion rules. It is possible to provide information for making decisions.

また、変換要求受付部108によりデータリストの変換要求を受け付けられると、本適用部110は、変換ルールに基づいた情報を用いてデータリストを変換する。このように、データ変換装置100は、変換表を出力した後に、データリストを変換するので、より適切にデータリストを変換することができる。 Further, when the conversion request reception unit 108 accepts a data list conversion request, the main application unit 110 converts the data list using information based on conversion rules. In this way, the data conversion device 100 converts the data list after outputting the conversion table, so it is possible to convert the data list more appropriately.

また、本適用部110は、変換ルールに基づいた情報として、変換表生成部106により生成された変換表を用いる。これにより、データ変換装置100は、当該変換表を用いて、データリストを変換するので、変換ルールをデータリストに適用する場合と比較して、簡易に処理を実行することができる。 Further, the application unit 110 uses the conversion table generated by the conversion table generation unit 106 as information based on the conversion rule. Thereby, the data conversion device 100 converts the data list using the conversion table, so that processing can be executed more easily than when applying conversion rules to the data list.

また、本適用部110は、修正された変換表をデータリストに適用するので、より適切にユーザ所望の変換結果を提供することができる。 Further, since the application unit 110 applies the modified conversion table to the data list, it is possible to more appropriately provide the conversion result desired by the user.

以上、本発明者によってなされた発明を実施の形態に基づき具体的に説明したが、本発明は上記の実施の形態に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。例えば、上記の実施の形態は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。また、上記の実施の形態の構成の一部について、他の構成の追加・削除・置換をすることが可能である。 Although the invention made by the present inventor has been specifically explained based on the embodiments above, the present invention is not limited to the above embodiments, and can be modified in various ways without departing from the gist thereof. Needless to say. For example, the embodiments described above are described in detail to explain the present invention in an easy-to-understand manner, and the present invention is not necessarily limited to having all the configurations described. Furthermore, it is possible to add, delete, or replace some of the configurations of the above embodiments with other configurations.

本発明は、データを変換する装置に利用可能である。 INDUSTRIAL APPLICATION This invention can be utilized for the apparatus which converts data.

100…データ変換装置、
101…入力画面インタフェース部、102…データリスト格納部、103…変換ルール格納部、104…抽出部、105…一意リスト格納部、106…変換表生成部、107…変換表出力部、108…変換要求受付部、109…変換表格納部、110…本適用部、111…変換履歴格納部、200…端末装置、300…ネットワーク。
100...data conversion device,
101... Input screen interface section, 102... Data list storage section, 103... Conversion rule storage section, 104... Extraction section, 105... Unique list storage section, 106... Conversion table generation section, 107... Conversion table output section, 108... Conversion Request receiving unit, 109... Conversion table storage unit, 110... Main application unit, 111... Conversion history storage unit, 200... Terminal device, 300... Network.

Claims (6)

変換ルールに基づいてデータを変換するデータ変換装置であって、
データリストを取得するデータリスト取得部と、
前記変換ルールとして複数の変換ルールおよび前記複数の変換ルールの適用の順序を取得する変換ルール取得部と、
前記データリスト取得部により取得されたデータリストから、前記変換ルールを仮適用するデータリストである仮適用対象データリストを抽出する抽出部と、
前記変換ルール取得部により取得された変換ルールを、前記抽出部により抽出された仮適用対象データリストに対して適用する仮適用をして、前記抽出部により抽出された仮適用対象データリストと、前記仮適用した結果とを対応付けた変換表を生成する変換表生成部と、
前記変換表生成部により生成された変換表を出力する変換表出力部と、
前記変換表出力部により変換表が出力された後に、前記データリストの変換要求を受け付ける変換要求受付部と、
前記変換要求受付部により受け付けられた変換要求に応じて、前記変換ルール取得部により取得された変換ルールとして前記複数の変換ルールおよび前記複数の変換ルールの適用の順序を用いて、前記データリストを変換する本適用処理を行い、本適用処理の結果を出力する本適用部と、
を備え、
前記抽出部は、前記データリスト取得部により取得されたデータリストのうち、一意となるデータリストである一意リストを、前記仮適用対象データリストとして抽出する、データ変換装置。
A data conversion device that converts data based on conversion rules,
a data list acquisition unit that acquires a data list;
a conversion rule acquisition unit that acquires a plurality of conversion rules as the conversion rules and an application order of the plurality of conversion rules;
an extraction unit that extracts a temporary application target data list, which is a data list to which the conversion rule is temporarily applied, from the data list acquired by the data list acquisition unit;
A temporary application target data list extracted by the extraction unit by temporarily applying the conversion rule acquired by the conversion rule acquisition unit to the temporary application target data list extracted by the extraction unit; a conversion table generation unit that generates a conversion table that associates the tentatively applied results;
a conversion table output unit that outputs the conversion table generated by the conversion table generation unit;
a conversion request reception unit that receives a conversion request for the data list after the conversion table output unit outputs the conversion table;
In response to a conversion request received by the conversion request reception unit, the data list is created using the plurality of conversion rules and the order of application of the plurality of conversion rules as conversion rules acquired by the conversion rule acquisition unit. a main application unit that performs the main application processing for conversion and outputs the result of the main application processing;
Equipped with
The extraction unit is a data conversion device that extracts a unique list, which is a unique data list, from among the data lists acquired by the data list acquisition unit, as the temporary application target data list.
請求項1に記載のデータ変換装置において、
前記抽出部は、前記データリスト取得部により取得されたデータリストのうち、取得したレコードの変換対象列のすべてのデータを、前記仮適用対象データリストとして抽出する、データ変換装置。
The data conversion device according to claim 1,
The extraction unit is a data conversion device that extracts, as the temporary application target data list, all data in conversion target columns of the acquired record from among the data list acquired by the data list acquisition unit.
請求項1に記載のデータ変換装置において、
前記変換ルール取得部は、データ変換手順入力画面を表示し、前記データ変換手順入力画面で、複数の変換ルールにおける、変換ルールごとに、変換前の対象と変換後の対象とを入力可能とし、前記複数の変換ルールの適用の順序を入力可能とし、前記変換ルールの追加および削除を入力可能とする、データ変換装置。
The data conversion device according to claim 1,
The conversion rule acquisition unit displays a data conversion procedure input screen, and allows input of a target before conversion and a target after conversion for each conversion rule in a plurality of conversion rules on the data conversion procedure input screen, A data conversion device that allows inputting the order of application of the plurality of conversion rules, and allows inputting addition and deletion of the conversion rules.
請求項1に記載のデータ変換装置において、
前記変換ルール取得部により取得された変換ルールを変換ルール履歴情報として記憶する変換ルール履歴情報記憶部をさらに備え、
前記変換ルール取得部は、データ変換手順入力画面を表示し、前記データ変換手順入力画面で、前記変換ルール履歴情報記憶部に格納されている変換ルールからの複数の変換ルールの選択入力を可能とし、前記複数の変換ルールの適用の順序を入力可能とする、データ変換装置。
The data conversion device according to claim 1,
Further comprising a conversion rule history information storage unit that stores the conversion rule acquired by the conversion rule acquisition unit as conversion rule history information,
The conversion rule acquisition unit displays a data conversion procedure input screen, and allows selection and input of a plurality of conversion rules from the conversion rules stored in the conversion rule history information storage unit on the data conversion procedure input screen. , a data conversion device that allows inputting the order of application of the plurality of conversion rules.
請求項1に記載のデータ変換装置において、
前記変換表生成部により生成された変換表における仮適用した結果の修正結果を取得する修正取得部をさらに備え、
前記修正取得部は、前記変換表出力部により出力された変換表確認画面に表示された変換表における仮適用した結果において、修正ボタンが押された場合に、変換後の部分の修正結果を取得し、修正完了ボタンが押された場合に、修正結果を表示し、変換実行ボタンが押された場合に、修正結果が反映された更新された変換表とともに、前記データリストの変換要求をする、データ変換装置。
The data conversion device according to claim 1,
further comprising a modification acquisition unit that acquires a modification result of a temporary application result in the conversion table generated by the conversion table generation unit,
The correction acquisition unit acquires the correction result of the post-conversion part when a correction button is pressed in the result of provisional application in the conversion table displayed on the conversion table confirmation screen output by the conversion table output unit. and displaying the correction results when a correction completion button is pressed, and requesting conversion of the data list together with an updated conversion table that reflects the correction results when a conversion execution button is pressed. Data conversion device.
変換ルールに基づいてデータを変換するデータ変換装置が実行するデータ変換方法であって、
データリストを取得するデータリスト取得ステップと、
前記変換ルールとして複数の変換ルールおよび前記複数の変換ルールの適用の順序を取得する変換ルール取得ステップと、
前記データリスト取得ステップにより取得されたデータリストから、前記変換ルールを仮適用するデータリストである仮適用対象データリストを抽出する抽出ステップと、
前記変換ルール取得ステップにより取得された変換ルールを、前記抽出ステップにより抽出された仮適用対象データリストに対して適用する仮適用をして、前記抽出ステップにより抽出された仮適用対象データリストと、前記仮適用した結果とを対応付けた変換表を生成する変換表生成ステップと、
前記変換表生成ステップにより生成された変換表を出力する変換表出力ステップと、
前記変換表出力ステップにより変換表が出力された後に、前記データリストの変換要求を受け付ける変換要求受付ステップと、
前記変換要求受付ステップにより受け付けられた変換要求に応じて、前記変換ルール取得ステップにより取得された変換ルールとして前記複数の変換ルールおよび前記複数の変換ルールの適用の順序を用いて、前記データリストを変換する本適用処理を行い、本適用処理の結果を出力する本適用ステップと、
を有し、
前記抽出ステップは、前記データリスト取得ステップにより取得されたデータリストのうち、一意となるデータリストである一意リストを、前記仮適用対象データリストとして抽出する、データ変換方法。
A data conversion method executed by a data conversion device that converts data based on conversion rules, the method comprising:
a data list acquisition step of acquiring a data list;
a conversion rule acquisition step of acquiring a plurality of conversion rules as the conversion rules and an application order of the plurality of conversion rules;
an extraction step of extracting a temporary application target data list, which is a data list to which the conversion rule is temporarily applied, from the data list acquired in the data list acquisition step;
A temporary application target data list extracted by the extraction step by temporarily applying the conversion rule acquired by the conversion rule acquisition step to the temporary application target data list extracted by the extraction step; a conversion table generation step of generating a conversion table that associates the tentatively applied results;
a conversion table output step of outputting the conversion table generated by the conversion table generation step;
a conversion request receiving step of receiving a conversion request for the data list after the conversion table is output in the conversion table output step;
In response to the conversion request accepted by the conversion request receiving step, the data list is created using the plurality of conversion rules and the order of application of the plurality of conversion rules as the conversion rules obtained by the conversion rule obtaining step. a main application step of performing main application processing to convert and outputting a result of the main application processing;
has
In the data conversion method, the extraction step extracts a unique list, which is a unique data list, from among the data lists acquired in the data list acquisition step, as the temporary application target data list.
JP2022107840A 2018-03-01 2022-07-04 Data conversion device and data conversion method Active JP7346671B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022107840A JP7346671B2 (en) 2018-03-01 2022-07-04 Data conversion device and data conversion method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2018036542A JP7100991B2 (en) 2018-03-01 2018-03-01 Data conversion device and data conversion method
JP2022107840A JP7346671B2 (en) 2018-03-01 2022-07-04 Data conversion device and data conversion method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2018036542A Division JP7100991B2 (en) 2018-03-01 2018-03-01 Data conversion device and data conversion method

Publications (2)

Publication Number Publication Date
JP2022121747A JP2022121747A (en) 2022-08-19
JP7346671B2 true JP7346671B2 (en) 2023-09-19

Family

ID=67946376

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2018036542A Active JP7100991B2 (en) 2018-03-01 2018-03-01 Data conversion device and data conversion method
JP2022107840A Active JP7346671B2 (en) 2018-03-01 2022-07-04 Data conversion device and data conversion method

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2018036542A Active JP7100991B2 (en) 2018-03-01 2018-03-01 Data conversion device and data conversion method

Country Status (1)

Country Link
JP (2) JP7100991B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003141132A (en) 2001-10-30 2003-05-16 Nippon Yunishisu Kk Information processor and method
JP2003296161A (en) 2002-03-29 2003-10-17 Fujitsu Ltd File name conversion program
US20040107203A1 (en) 2002-12-03 2004-06-03 Lockheed Martin Corporation Architecture for a data cleansing application
JP2007164700A (en) 2005-12-16 2007-06-28 Nec Corp Data conversion design unit, data conversion system, method therefor, and program therefor
JP2010262587A (en) 2009-05-11 2010-11-18 Fujitsu Ltd Program, method and apparatus for converting data
JP2013175096A (en) 2012-02-27 2013-09-05 Hitachi Systems Ltd Data cleansing system and program
JP2017068475A (en) 2015-09-29 2017-04-06 Zekko株式会社 Database coordination system and database coordination program
JP2017535856A (en) 2014-10-23 2017-11-30 マイクロソフト テクノロジー ライセンシング,エルエルシー Job creation using data preview

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003141132A (en) 2001-10-30 2003-05-16 Nippon Yunishisu Kk Information processor and method
JP2003296161A (en) 2002-03-29 2003-10-17 Fujitsu Ltd File name conversion program
US20040107203A1 (en) 2002-12-03 2004-06-03 Lockheed Martin Corporation Architecture for a data cleansing application
JP2007164700A (en) 2005-12-16 2007-06-28 Nec Corp Data conversion design unit, data conversion system, method therefor, and program therefor
JP2010262587A (en) 2009-05-11 2010-11-18 Fujitsu Ltd Program, method and apparatus for converting data
JP2013175096A (en) 2012-02-27 2013-09-05 Hitachi Systems Ltd Data cleansing system and program
JP2017535856A (en) 2014-10-23 2017-11-30 マイクロソフト テクノロジー ライセンシング,エルエルシー Job creation using data preview
JP2017068475A (en) 2015-09-29 2017-04-06 Zekko株式会社 Database coordination system and database coordination program

Also Published As

Publication number Publication date
JP2022121747A (en) 2022-08-19
JP7100991B2 (en) 2022-07-14
JP2019152970A (en) 2019-09-12

Similar Documents

Publication Publication Date Title
JP6165913B1 (en) Information processing apparatus, information processing method, and program
JP2017174300A (en) Information processing device, information processing method, and program
CN104679642A (en) Language independent processing of logs in a log analytics system
JPWO2011135733A1 (en) Web page control method, computer system, and program
JP6446819B2 (en) Document difference display program and information processing apparatus
JP7346671B2 (en) Data conversion device and data conversion method
JP6586050B2 (en) Management device, management method, and management program
JP4772368B2 (en) Business process exception processing generation support apparatus and program
JP4885569B2 (en) Style sheet generating apparatus and style sheet generating program
JP5959068B2 (en) Apparatus and method for supporting visualization of connection relation
JP5500968B2 (en) Information processing apparatus, information processing method, and information processing program
JP2011154495A (en) Character code conversion device, character code conversion method and character code conversion program
JP5428316B2 (en) Identifier shortening display program, identifier shortening display device, and identifier shortening display method
JP5230193B2 (en) Data search apparatus, data search method, and computer program
JP2015162107A (en) Correspondence relation extraction device, correspondence relation extraction method, and correspondence relation extraction program
JP5184987B2 (en) Index information creating apparatus, index information creating method and program
JP2013161182A (en) Test item generation device and test item generation method
JP2007026398A (en) System for translating document data including image information or audio information
JP2009230705A (en) Template preparation device, device and method for preparing document data, and program
JP2008217170A (en) Information processor and program
KR20230104435A (en) Method, Apparatus and System for Translating Web Page
KR20230104434A (en) Method, Apparatus and System for Translating Text Included In Image Based On Web
JP4495783B2 (en) Database usage system
JP6686519B2 (en) Configuration selecting device, configuration selecting system, method and program
JP2022182743A (en) Data display method and data display system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220704

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230509

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230707

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: 20230822

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230906

R150 Certificate of patent or registration of utility model

Ref document number: 7346671

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150