JP2021056704A - Data extracting method and data extracting program - Google Patents

Data extracting method and data extracting program Download PDF

Info

Publication number
JP2021056704A
JP2021056704A JP2019178363A JP2019178363A JP2021056704A JP 2021056704 A JP2021056704 A JP 2021056704A JP 2019178363 A JP2019178363 A JP 2019178363A JP 2019178363 A JP2019178363 A JP 2019178363A JP 2021056704 A JP2021056704 A JP 2021056704A
Authority
JP
Japan
Prior art keywords
data
item name
file
data file
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2019178363A
Other languages
Japanese (ja)
Inventor
新一 柴田
Shinichi Shibata
新一 柴田
小嶋 正博
Masahiro Kojima
正博 小嶋
英晴 菊地
Hideharu Kikuchi
英晴 菊地
翔 上原
Sho Uehara
翔 上原
晃 川野邊
Akira Kawanobe
晃 川野邊
義博 石丸
Yoshihiro Ishimaru
義博 石丸
泰介 池本
Taisuke Ikemoto
泰介 池本
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2019178363A priority Critical patent/JP2021056704A/en
Publication of JP2021056704A publication Critical patent/JP2021056704A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

To provide a data extracting method and a data extracting program capable of associating the item name of a first data file with the item name of a second data file even if the item name of the first data file is changed.SOLUTION: An information processing system stores, in a keyword DB, data extracted from a customer XML file in association with an item name in the customer XML file, receives a data extracting request along with a second item name in the keyword DB, obtains a first item name in the customer XML file corresponding to the second item name from an association information file, and searches the customer XML file with the first item name being as a key. In the searching, when it is determined that the first item name is not found in the customer XML file, first data corresponding to the first item name is obtained from the keyword DB, a third item name corresponding to the first data is obtained from the customer XML file, and the second item name and the third item name are stored in the association information file in association with each other.SELECTED DRAWING: Figure 6

Description

本発明は、データ抽出方法及びデータ抽出プログラムに関する。 The present invention relates to a data extraction method and a data extraction program.

自動車製造分野等、ハードウェアを製造する際には部品表が用いられている。部品表は、開発から製造まで一貫して管理し、トレーサビリティも担保される等、製品の品質を支える上で重要な役割を担っている。 A bill of materials is used when manufacturing hardware, such as in the field of automobile manufacturing. The bill of materials plays an important role in supporting the quality of products, such as managing from development to manufacturing consistently and ensuring traceability.

ソフトウェアに関しても、車両に搭載されている制御ユニットの数が急激に増加したり、関係性が複雑化したりしており、部品表による管理の重要性が増大している。 As for software, the number of control units mounted on vehicles is increasing rapidly and the relationships are becoming complicated, and the importance of management by bill of materials is increasing.

特開2003−91530号公報Japanese Unexamined Patent Publication No. 2003-91530

しかしながら、顧客のExtensible Markup Language(XML)形式のファイルは、データを出力するツールの変更や開発・設計上の理由によるファイル構成の変更等、顧客都合で変わってしまうことが予想される。この場合には、予め用意しておいたソフトウェア部品表Database(DB)との対応付けマップ情報DBではソフトウェア部品表に登録するデータを検索することができないため、ソフトウェア部品表にデータを登録することができなくなってしまう。 However, the customer's Extensible Markup Language (XML) format file is expected to change due to the customer's convenience, such as a change in the data output tool or a change in the file structure due to development or design reasons. In this case, since the data to be registered in the software BOM cannot be searched by the correspondence map information DB with the software BOM Database (DB) prepared in advance, the data should be registered in the software BOM. Can no longer be done.

1つの側面では、第1のデータファイルの項目名称が変更されても、第2のデータファイルの項目名称と対応付けることを目的とする。 In one aspect, even if the item name of the first data file is changed, it is intended to associate with the item name of the second data file.

1つの側面では、第1のデータファイルから抽出したデータを第2のデータファイルに格納するデータ抽出方法であって、前記第1のデータファイルの項目名称と前記第2のデータファイルの項目名称との対応関係を記憶する対応情報ファイルを参照することで、前記第2のデータファイルの項目とは名称が異なる前記第1のデータファイルの項目のデータを抽出して前記第2のデータファイルに格納することが可能なデータ抽出方法において、前記第1のデータファイルから抽出されたデータを、前記第1のデータファイルの項目名称と対応付けて、退避ファイルに記憶させ、前記第2のデータファイルの第2の項目名称を伴うデータ抽出依頼を受け付け、前記対応情報ファイルから前記第2の項目名称に対応する前記第1のデータファイルの第1の項目名称を取得し、前記第1の項目名称をキーに前記第1のデータファイルを検索し、前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記退避ファイルから前記第1の項目名称に対応する第1のデータを取得し、前記第1のデータに対応する第3の項目名称を前記第1のデータファイルから取得し、前記第2の項目名称と前記第3の項目名称とを対応付けて、前記対応情報ファイルに記録する。 One aspect is a data extraction method in which the data extracted from the first data file is stored in the second data file, the item name of the first data file and the item name of the second data file. By referring to the correspondence information file that stores the correspondence of, the data of the item of the first data file whose name is different from the item of the second data file is extracted and stored in the second data file. In the data extraction method that can be performed, the data extracted from the first data file is stored in the save file in association with the item name of the first data file, and the second data file is used. The data extraction request accompanied by the second item name is received, the first item name of the first data file corresponding to the second item name is acquired from the correspondence information file, and the first item name is used. The first data file is searched for in the key, and when it is determined in the search that the first item name is not found in the first data file, the saved file is changed to the first item name. The corresponding first data is acquired, the third item name corresponding to the first data is acquired from the first data file, and the second item name and the third item name correspond to each other. Attach and record in the corresponding information file.

1つの側面では、第1のデータファイルの項目名称が変更されても、第2のデータファイルの項目名称と対応付けることができる。 In one aspect, even if the item name of the first data file is changed, it can be associated with the item name of the second data file.

関連例としてのソフトウェア部品表DBへの情報の登録例を説明する図である。It is a figure explaining the example of registration of the information in the software bill of materials DB as a related example. 図1に示した顧客システムにおいて顧客XMLファイルが変更された場合の処理を例示する図である。It is a figure which illustrates the process when the customer XML file is changed in the customer system shown in FIG. 実施形態の一例における情報処理システムの構成例を模式的に示すブロック図である。It is a block diagram which shows typically the configuration example of the information processing system in one example of Embodiment. 図3に示したサーバのハードウェア構成例を模式的に示すブロック図である。It is a block diagram which shows typically the hardware configuration example of the server shown in FIG. 図3に示したサーバのソフトウェア構成例を模式的に示すブロック図である。It is a block diagram which shows typically the software configuration example of the server shown in FIG. 図3に示した情報処理システムにおけるソフトウェア部品表DBへの情報の登録例を説明する図である。It is a figure explaining the example of registration of the information in the software bill of materials DB in the information processing system shown in FIG. 図6に示した顧客システムにおいてXMLファイルが変更された場合の処理を例示する図である。It is a figure which illustrates the process when the XML file is changed in the customer system shown in FIG. ソフトウェア部品表の第1の例を示すテーブルである。It is a table which shows the 1st example of a software bill of materials. ソフトウェア部品表の第2の例を示すテーブルである。It is a table which shows the 2nd example of a software bill of materials. 図3に示したサーバにおけるソフトウェア部品表DBに含まれるソフトウェア部品表を例示する図である。It is a figure which illustrates the software bill of materials included in the software bill of materials DB in the server shown in FIG. 図6及び図7に示したキーワードDBを例示する図である。It is a figure which illustrates the keyword DB shown in FIG. 6 and FIG. 図6及び図7に示した対応付けマップ情報DBの変更に対する承認画面を例示する図である。It is a figure which illustrates the approval screen for the change of the correspondence map information DB shown in FIG. 6 and FIG. 図3に示したサーバにおけるソフトウェア部品表DBの更新処理の概要を説明するフローチャートである。It is a flowchart explaining the outline of the update process of the software bill of materials DB in the server shown in FIG. 図3に示したサーバにおけるソフトウェア部品表DBの更新処理の詳細を説明するフローチャートである。It is a flowchart explaining the detail of the update process of the software bill of materials DB in the server shown in FIG. 図3に示した情報処理システムにおけるソフトウェア部品表DBの更新処理を説明するフローチャートである。It is a flowchart explaining the update process of the software bill of materials DB in the information processing system shown in FIG.

以下、図面を参照して一実施の形態を説明する。ただし、以下に示す実施形態はあくまでも例示に過ぎず、実施形態で明示しない種々の変形例や技術の適用を排除する意図はない。すなわち、本実施形態を、その趣旨を逸脱しない範囲で種々変形して実施することができる。 Hereinafter, one embodiment will be described with reference to the drawings. However, the embodiments shown below are merely examples, and there is no intention of excluding the application of various modifications and techniques not specified in the embodiments. That is, the present embodiment can be variously modified and implemented within a range that does not deviate from the purpose.

また、各図は、図中に示す構成要素のみを備えるという趣旨ではなく、他の機能等を含むことができる。 Further, each figure does not mean that it includes only the components shown in the figure, but may include other functions and the like.

以下、図中において、同一の各符号は同様の部分を示しているので、その説明は省略する。 Hereinafter, since the same reference numerals indicate the same parts in the drawings, the description thereof will be omitted.

〔A〕関連例
図1は、関連例としてのソフトウェア部品表DB602への情報の登録例を説明する図である。
[A] Related Example FIG. 1 is a diagram illustrating an example of registering information in the software bill of materials DB 602 as a related example.

ソフトウェア部品表システム60は、顧客システム70から入力された顧客XMLファイル701に基づき、ソフトウェア部品表DB602を作成する。 The software bill of materials system 60 creates the software bill of materials DB 602 based on the customer XML file 701 input from the customer system 70.

顧客XMLファイル701は、ワープロソフトやプレゼンテーションソフト等の様々なフォーマットのファイルから抽出されたタグ情報を含む。 The customer XML file 701 includes tag information extracted from files in various formats such as word processing software and presentation software.

顧客システム70の顧客XMLファイル701において、符号A1に示すXML記載例では、“<SHORT-NAME>ECU9<SHORT-NAME>”のタグが含まれている(符号A11参照)。 In the customer XML file 701 of the customer system 70, the tag of "<SHORT-NAME> ECU9 <SHORT-NAME>" is included in the XML description example shown by the reference numeral A1 (see reference numeral A11).

ソフトウェア部品表システム60の対応付けマップ情報DB601において、符号A2に示すマップテーブル記載例では、XMLのタグの相対パス及び取得したいデータとして、“ECU-INSTANCE/SHORT-NAME”が含まれている(符号A21参照)。また、符号A2に示すマップテーブル記載例では、XMLから取得したデータを登録するソフトウェア部品表DB602のカラム情報として“PHYSICS_ECU/PHYSICS_ECU_NAME”が含まれている(符号A22参照)。 In the mapping table information DB601 of the software bill of materials system 60, in the map table description example shown by reference numeral A2, "ECU-INSTANCE / SHORT-NAME" is included as the relative path of the XML tag and the data to be acquired (ECU-INSTANCE / SHORT-NAME). (See reference numeral A21). Further, in the map table description example shown by reference numeral A2, "PHYSICS_ECU / PHYSICS_ECU_NAME" is included as the column information of the software bill of materials DB602 for registering the data acquired from XML (see reference numeral A22).

ソフトウェア部品表システム60のソフトウェア部品表DB602では、対応付けマップ情報DBによる対応付けにより、“PHYSICS_ECU_NAME”に対して“ECU9”が登録されている(符号A3参照)。 In the software bill of materials DB 602 of the software bill of materials system 60, "ECU9" is registered for "PHYSICS_ECU_NAME" by the mapping by the mapping map information DB (see reference numeral A3).

図2は、図1に示した顧客システム70において顧客XMLファイル701が変更された場合の処理を例示する図である。 FIG. 2 is a diagram illustrating processing when the customer XML file 701 is changed in the customer system 70 shown in FIG.

符号B1に示すように、顧客XMLファイル701において、顧客の都合により、例えば、データ格納情報が変更される場合がある。 As shown by reference numeral B1, in the customer XML file 701, for example, the data storage information may be changed at the convenience of the customer.

顧客システム70の顧客XMLファイル701において、符号B2に示すXML記載例では、“<LONG-NAME>ECU9<LONG-NAME>”のタグが含まれている(符号B21参照)。すなわち、図1に示したタグの“SHORT_NAME”が図2に示す例では“LONG_NAME”に変更されている。 In the customer XML file 701 of the customer system 70, the tag of "<LONG-NAME> ECU9 <LONG-NAME>" is included in the XML description example shown by the reference numeral B2 (see reference numeral B21). That is, the tag "SHORT_NAME" shown in FIG. 1 is changed to "LONG_NAME" in the example shown in FIG.

ソフトウェア部品表システム60の対応付けマップ情報DB601において、符号B3に示すマップテーブル記載例では、XMLのタグの相対パス及び取得したいデータとして、“ECU-INSTANCE/SHORT-NAME”が含まれている(符号B31参照)。すなわち、XMLのタグと相対パスとが合致しない。 In the mapping table information DB 601 of the software bill of materials system 60, in the map table description example shown by reference numeral B3, "ECU-INSTANCE / SHORT-NAME" is included as the relative path of the XML tag and the data to be acquired (ECU-INSTANCE / SHORT-NAME). Reference numeral B31). That is, the XML tag and the relative path do not match.

また、符号B3に示すマップテーブル記載例では、XMLから取得したデータを登録するソフトウェア部品表DB602のカラム情報として“PHYSICS_ECU/PHYSICS_ECU_NAME”が含まれている(符号B32参照)。しかしながら、XMLから取得したデータがないため、ソフトウェア部品表DB602にデータを登録することができない。 Further, in the map table description example shown by reference numeral B3, "PHYSICS_ECU / PHYSICS_ECU_NAME" is included as the column information of the software bill of materials DB602 for registering the data acquired from XML (see reference numeral B32). However, since there is no data acquired from XML, the data cannot be registered in the software bill of materials DB602.

〔B〕実施形態の一例
〔B−1〕システム構成例
図3は、実施形態の一例における情報処理システム100の構成例を模式的に示すブロック図である。
[B] Example of Embodiment [B-1] Example of System Configuration FIG. 3 is a block diagram schematically showing a configuration example of the information processing system 100 in the example of the embodiment.

情報処理システム100は、サーバ1及び複数(図示する例では3つ)の端末2を備える。サーバ1と各端末2とは、ネットワーク3を介して互いに通信可能に接続されている。 The information processing system 100 includes a server 1 and a plurality of (three in the illustrated example) terminals 2. The server 1 and each terminal 2 are connected to each other so as to be able to communicate with each other via the network 3.

サーバ1は、サーバ機能を備えたコンピュータ(情報処理装置)であり、図6等を用いて後述するソフトウェア部品表DB102を作成する。 The server 1 is a computer (information processing device) having a server function, and creates a software bill of materials DB 102, which will be described later, using FIG. 6 and the like.

端末2は、図6等を用いて後述するXMLファイル201を管理し、XMLファイル201をサーバ1に提供する。 The terminal 2 manages the XML file 201 described later using FIG. 6 and the like, and provides the XML file 201 to the server 1.

図4は、図3に示したサーバ1のハードウェア構成例を模式的に示すブロック図である。 FIG. 4 is a block diagram schematically showing a hardware configuration example of the server 1 shown in FIG.

図4に示すように、サーバ1は、CPU11,メモリ12,表示制御部13,記憶装置14,入力Interface(I/F)15,読み書き処理部16及び通信I/F17を備える。なお、端末2も、サーバ1と同様に図4に示すようなハードウェア構成を有してよい。 As shown in FIG. 4, the server 1 includes a CPU 11, a memory 12, a display control unit 13, a storage device 14, an input interface (I / F) 15, a read / write processing unit 16, and a communication I / F 17. The terminal 2 may also have the hardware configuration as shown in FIG. 4 like the server 1.

メモリ12は、記憶部の一例であり、例示的に、Read Only Memory(ROM)及びRandom Access Memory(RAM)を含む記憶装置である。メモリ12のROMには、Basic Input/Output System(BIOS)等のプログラムが書き込まれてよい。メモリ12のソフトウェアプログラムは、CPU11,21に適宜に読み込まれて実行されてよい。また、メモリ12のRAMは、一次記録メモリあるいはワーキングメモリとして利用されてよい。 The memory 12 is an example of a storage unit, and is an exemplary storage device including a Read Only Memory (ROM) and a Random Access Memory (RAM). A program such as a Basic Input / Output System (BIOS) may be written in the ROM of the memory 12. The software program of the memory 12 may be appropriately read and executed by the CPUs 11 and 21. Further, the RAM of the memory 12 may be used as a primary recording memory or a working memory.

表示制御部13は、表示装置130と接続され、表示装置130を制御する。表示装置130は、液晶ディスプレイやOrganic Light-Emitting Diode(OLED)ディスプレイ,Cathode Ray Tube(CRT),電子ペーパーディスプレイ等であり、オペレータ等に対する各種情報を表示する。表示装置130は、入力装置と組み合わされたものでもよく、例えば、タッチパネルでもよい。 The display control unit 13 is connected to the display device 130 and controls the display device 130. The display device 130 is a liquid crystal display, an Organic Light-Emitting Diode (OLED) display, a Cathode Ray Tube (CRT), an electronic paper display, or the like, and displays various information to an operator or the like. The display device 130 may be combined with an input device, for example, a touch panel.

記憶装置14は、例示的に、データを読み書きして記憶する装置であり、例えば、Hard Disk Drive(HDD)やSolid State Drive(SSD),Storage Class Memory(SCM)が用いられてよい。記憶装置14は図6等を用いて後述する対応付けマップ情報DB101,ソフトウェア部品表DB102及びキーワードDB103に関する情報を記憶する。 The storage device 14 is an example device for reading, writing, and storing data, and for example, a Hard Disk Drive (HDD), a Solid State Drive (SSD), or a Storage Class Memory (SCM) may be used. The storage device 14 stores information related to the correspondence map information DB 101, the software bill of materials DB 102, and the keyword DB 103, which will be described later, using FIG.

入力I/F15は、マウス151やキーボード152等の入力装置と接続され、マウス151やキーボード152等の入力装置を制御してよい。マウス151やキーボード152は、入力装置の一例であり、これらの入力装置を介して、オペレータが各種の入力操作を行なう。 The input I / F 15 may be connected to an input device such as a mouse 151 or a keyboard 152 to control an input device such as the mouse 151 or the keyboard 152. The mouse 151 and the keyboard 152 are examples of input devices, and an operator performs various input operations via these input devices.

読み書き処理部16は、記録媒体160が装着可能に構成される。読み書き処理部16は、記録媒体160が装着された状態において、記録媒体160に記録されている情報を読み取り可能に構成される。本例では、記録媒体160は、可搬性を有する。例えば、記録媒体160は、フレキシブルディスク、光ディスク、磁気ディスク、光磁気ディスク、又は、半導体メモリ等である。 The read / write processing unit 16 is configured so that the recording medium 160 can be attached. The read / write processing unit 16 is configured to be able to read the information recorded on the recording medium 160 while the recording medium 160 is attached. In this example, the recording medium 160 is portable. For example, the recording medium 160 is a flexible disk, an optical disk, a magnetic disk, a magneto-optical disk, a semiconductor memory, or the like.

通信I/F17は、外部装置との通信を可能にするためのインタフェースである。 The communication I / F 17 is an interface for enabling communication with an external device.

CPU11は、種々の制御や演算を行なう処理装置であり、メモリ12に格納されたOperating System(OS)やプログラムを実行することにより、種々の機能を実現する。 The CPU 11 is a processing device that performs various controls and calculations, and realizes various functions by executing an Operating System (OS) or a program stored in the memory 12.

サーバ1全体の動作を制御するための装置は、CPU11に限定されず、例えば、MPUやDSP,ASIC,PLD,FPGAのいずれか1つであってもよい。また、サーバ1全体の動作を制御するための装置は、CPU,MPU,DSP,ASIC,PLD及びFPGAのうちの2種類以上の組み合わせであってもよい。なお、MPUはMicro Processing Unitの略称であり、DSPはDigital Signal Processorの略称であり、ASICはApplication Specific Integrated Circuitの略称である。また、PLDはProgrammable Logic Deviceの略称であり、FPGAはField Programmable Gate Arrayの略称である。 The device for controlling the operation of the entire server 1 is not limited to the CPU 11, and may be, for example, any one of MPU, DSP, ASIC, PLD, and FPGA. Further, the device for controlling the operation of the entire server 1 may be a combination of two or more types of CPU, MPU, DSP, ASIC, PLD and FPGA. MPU is an abbreviation for Micro Processing Unit, DSP is an abbreviation for Digital Signal Processor, and ASIC is an abbreviation for Application Specific Integrated Circuit. PLD is an abbreviation for Programmable Logic Device, and FPGA is an abbreviation for Field Programmable Gate Array.

図5は、図3に示したサーバ1のソフトウェア構成例を模式的に示すブロック図である。 FIG. 5 is a block diagram schematically showing a software configuration example of the server 1 shown in FIG.

図5に示すように、サーバ1のCPU11は、プログラム(別言すれば、データ抽出プログラム)を実行することにより、退避処理部111,第1取得部112,検索処理部113,第2取得部114及び記録処理部115として機能する。 As shown in FIG. 5, the CPU 11 of the server 1 executes a program (in other words, a data extraction program) to save processing unit 111, first acquisition unit 112, search processing unit 113, and second acquisition unit. It functions as 114 and the recording processing unit 115.

退避処理部111は、XMLファイル201から抽出されたデータを、XMLファイル201の項目名称と対応付けて、キーワードDB103に記憶させる。別言すれば、退避処理部111は、XMLファイル201から抽出されたキーワードDB103に退避させる。 The save processing unit 111 stores the data extracted from the XML file 201 in the keyword DB 103 in association with the item name of the XML file 201. In other words, the save processing unit 111 saves to the keyword DB 103 extracted from the XML file 201.

また、退避処理部111は、XMLファイル201の検索において、第1の項目名称がXMLファイル201に見つからなかったと判断された場合に、第2の項目名称と第3の項目名称とを対応付けて、キーワードDB103に記憶させてよい。 Further, when it is determined that the first item name is not found in the XML file 201 in the search of the XML file 201, the save processing unit 111 associates the second item name with the third item name. , May be stored in the keyword DB 103.

第1取得部112は、ソフトウェア部品表DB102の第2の項目名称を伴うデータ抽出依頼を受け付け、対応付けマップ情報DB101から第2の項目名称に対応するXMLファイル201の第1の項目名称を取得する。 The first acquisition unit 112 receives the data extraction request with the second item name of the software bill of materials DB 102, and acquires the first item name of the XML file 201 corresponding to the second item name from the correspondence map information DB 101. To do.

検索処理部113は、第1の項目名称をキーにXMLファイル201を検索する。 The search processing unit 113 searches the XML file 201 using the first item name as a key.

第2取得部114は、XMLファイル201の検索において、第1の項目名称がXMLファイル201に見つからなかったと判断された場合に、キーワードDB103から第1の項目名称に対応する第1のデータを取得し、第1のデータに対応する第3の項目名称をXMLファイル201から取得する。 The second acquisition unit 114 acquires the first data corresponding to the first item name from the keyword DB 103 when it is determined that the first item name is not found in the XML file 201 in the search of the XML file 201. Then, the third item name corresponding to the first data is acquired from the XML file 201.

記録処理部115は、第2の項目名称と第3の項目名称とを対応付けて、対応付けマップ情報DB101に記録する。 The recording processing unit 115 associates the second item name with the third item name and records them in the association map information DB 101.

また、記録処理部115は、対応付けマップ情報DB101における第2の項目名称と第3の項目名称との対応付けを承認するかをユーザに確認するための画面を表示させてもよい。 Further, the recording processing unit 115 may display a screen for asking the user whether to approve the association between the second item name and the third item name in the association map information DB 101.

図6は、図3に示した情報処理システム100におけるソフトウェア部品表DB102への情報の登録例を説明する図である。 FIG. 6 is a diagram illustrating an example of registering information in the software bill of materials DB 102 in the information processing system 100 shown in FIG.

図6に示すソフトウェア部品表システム10は、図3に示したサーバ1によって実行される。また、図6に示す顧客システム20は、図3に示した端末2によって実行される。 The software bill of materials system 10 shown in FIG. 6 is executed by the server 1 shown in FIG. Further, the customer system 20 shown in FIG. 6 is executed by the terminal 2 shown in FIG.

図6に示す例では、対応付けマップ情報DB101(「対応情報ファイル」と称されてもよい。)が取得されて、対応付けマップ情報DB101の内容に基づきXMLファイル201(「第1のデータファイル」と称されてもよい。)の内容が検索される。そして、XMLファイル201から所望のデータ(図示する例では、“ECU9”)が取得されてソフトウェア部品表DB102(「第2のデータファイル」と称されてもよい。)に登録される。 In the example shown in FIG. 6, the correspondence map information DB 101 (may be referred to as “correspondence information file”) is acquired, and the XML file 201 (“first data file”) is acquired based on the contents of the correspondence map information DB 101. ”) Is searched. Then, desired data (“ECU9” in the illustrated example) is acquired from the XML file 201 and registered in the software bill of materials DB 102 (may be referred to as a “second data file”).

また、キーワードDB103(「退避ファイル」と称されてもよい。)に対して、ソフトウェア部品表DB102と同じデータ(図示する例では、“ECU9”)が対応するタグ名称(図示する例では、“SHORT-NAME”)と関連付けて登録される。 Further, the tag name (in the illustrated example, “ECU9”) corresponding to the same data as the software bill of materials DB 102 (“ECU9” in the illustrated example) corresponds to the keyword DB 103 (may be referred to as “save file”). It is registered in association with SHORT-NAME ”).

図7は、図6に示した顧客システム20においてXMLファイル201が変更された場合の処理を例示する図である。 FIG. 7 is a diagram illustrating processing when the XML file 201 is changed in the customer system 20 shown in FIG.

図7に示す例では、顧客システム20のXMLファイル201において、“<SHORT-NAME>ECU9<SHORT-NAME>”が“<LONG-NAME>ECU9<LONG-NAME>”に変更されている(符号C1参照)。 In the example shown in FIG. 7, in the XML file 201 of the customer system 20, "<SHORT-NAME> ECU9 <SHORT-NAME>" is changed to "<LONG-NAME> ECU9 <LONG-NAME>" (reference numeral). See C1).

このように、XMLファイル201においてデータ箇所またはデータ構成が変更された場合には、対応付けマップ情報DB101に登録された情報を参照しても、XMLファイル201から所望のデータを検索・登録できない(符号C2参照)。 In this way, when the data location or the data structure is changed in the XML file 201, the desired data cannot be searched / registered from the XML file 201 even if the information registered in the correspondence map information DB 101 is referred to (). See symbol C2).

そこで、検索に失敗したタグ名称(図示する例では、“SHORT-NAME”)に関連付けられて登録されているデータ(図示する例、“ECU9”)がキーワードDB103より取得される。そして、当該データをキーにしてXMLファイル201の検索を行なって、当該データが登録されているタグのタグ名称(図示する例では、“LONG-NAME”)が取得される(符号C3参照)。 Therefore, the data (illustrated example, “ECU9”) registered in association with the tag name (“SHORT-NAME” in the illustrated example) that failed in the search is acquired from the keyword DB 103. Then, the XML file 201 is searched using the data as a key, and the tag name (“LONG-NAME” in the illustrated example) of the tag in which the data is registered is acquired (see reference numeral C3).

これにより、検索に失敗したタグの名称が“LONG-NAME”に変更されたことを認識できたので、対応付けマップ情報DB101における“SHORT-NAME”が“LONG-NAME”に変更される(符号C4参照)。 As a result, it was possible to recognize that the name of the tag that failed the search was changed to "LONG-NAME", so that "SHORT-NAME" in the correspondence map information DB 101 is changed to "LONG-NAME" (code). See C4).

以降のソフトウェア部品表DB102の更新処理では、図6に示したように、変更された対応付けマップ情報DB101を用いてデータ抽出が行なわれる。 In the subsequent update process of the software bill of materials DB 102, as shown in FIG. 6, data extraction is performed using the changed association map information DB 101.

図8は、ソフトウェア部品表の第1の例を示すテーブルである。図9は、ソフトウェア部品表の第2の例を示すテーブルである。図10は、図3に示したサーバ1におけるソフトウェア部品表DB102に含まれるソフトウェア部品表を例示する図である。 FIG. 8 is a table showing the first example of the software bill of materials. FIG. 9 is a table showing a second example of the software bill of materials. FIG. 10 is a diagram illustrating a software bill of materials included in the software bill of materials DB 102 in the server 1 shown in FIG.

図8では開発部門Aにおいて例えばプレゼンテーションソフトウェアによって作成されたソフトウェア部品表が示されており、図9では開発部門Bにおいて例えば表計算ソフトウェアによって作成されたソフトウェア部品表が示されている。 FIG. 8 shows a software bill of materials created by, for example, presentation software in the development department A, and FIG. 9 shows a software bill of materials created by, for example, spreadsheet software in the development department B.

このようにソフトウェア部品表は開発部門毎に様式が異なることがあるが、本実施形態の一例によれば、図10に示すように、全部門におけるソフトウェア部品表が単一のソフトウェア部品表にまとめて管理される。 In this way, the format of the software bill of materials may differ for each development department, but according to an example of this embodiment, as shown in FIG. 10, the software bill of materials in all departments is combined into a single software bill of materials. Is managed.

図11は、図6及び図7に示したキーワードDB103を例示する図である。 FIG. 11 is a diagram illustrating the keyword DB 103 shown in FIGS. 6 and 7.

図11に示すように、キーワードDB103には、キーワードとタグが対応づけて登録されている。 As shown in FIG. 11, the keyword and the tag are registered in the keyword DB 103 in association with each other.

図6及び図7を用いて示したようにXMLファイル201において“ECU9”のタグ名称が“SHORT-NAME”から“LONG-NAME”に変更された場合には、キーワード“ECU9”に対して、複数のタグが登録される。 When the tag name of "ECU9" is changed from "SHORT-NAME" to "LONG-NAME" in the XML file 201 as shown with reference to FIGS. 6 and 7, the keyword "ECU9" is referred to. Multiple tags are registered.

図12は、図6及び図7に示した対応付けマップ情報DB101の変更に対する承認画面を例示する図である。 FIG. 12 is a diagram illustrating an approval screen for a change in the correspondence map information DB 101 shown in FIGS. 6 and 7.

符号D1に示すように、検索結果のIDでは、検索したECUがプルダウンにより選択されてよい。 As shown by reference numeral D1, the searched ECU may be selected by pull-down in the ID of the search result.

符号D2及びD3に示すように、検索結果のNAME及びVERSIONでは、選択したECUの名称及びバージョンが表示されてよい。NAME及びVERSIONは、検索と同時に取得されてよい。 As shown by reference numerals D2 and D3, the name and version of the selected ECU may be displayed in NAME and VERSION of the search result. NAME and VERSION may be acquired at the same time as the search.

符号D4に示すように、検索結果のデータ取得TABでは、選択したECUが記載されていたTABが表示されてよい。 As shown by reference numeral D4, in the data acquisition TAB of the search result, the TAB in which the selected ECU is described may be displayed.

符号D5に示すように、検索結果のデータ取得設定TABでは、対応付けマップ情報DB101に記載されているTABが表示されてよい。 As shown by reference numeral D5, in the data acquisition setting TAB of the search result, the TAB described in the correspondence map information DB 101 may be displayed.

符号D6に示すように、検索結果の承認の欄では、検索結果を受け入れるIDとデータ取得TABとの組み合わせに対して、チェックボックスにチェックが入れられてよい。なお、検索結果が多く一画面に表示しきれない場合には、画面がスクロール可能なように表示されてもよいし、表示しきれなかった検索結果を次ページの画面に表示されるようにしてもよい。 As shown by reference numeral D6, in the search result approval column, a check box may be checked for the combination of the ID that accepts the search result and the data acquisition TAB. If there are too many search results to be displayed on one screen, the screen may be displayed so that it can be scrolled, or the search results that could not be displayed may be displayed on the screen of the next page. May be good.

〔B−2〕動作例
図3に示したサーバ1におけるソフトウェア部品表DB102の更新処理の概要を、図13に示すフローチャート(ステップS1〜S4)に従って説明する。
[B-2] Operation Example An outline of the update process of the software bill of materials DB 102 in the server 1 shown in FIG. 3 will be described with reference to the flowcharts (steps S1 to S4) shown in FIG.

検索処理部113は、XMLファイル201において、検索対象に該当するデータ“SHORT_NAME”があるかを判定する(ステップS1)。 The search processing unit 113 determines whether or not there is data “SHORT_NAME” corresponding to the search target in the XML file 201 (step S1).

検索対象に該当するデータがある場合には(ステップS1のYesルート参照)、記録処理部115は、対応付けマップ情報DB101における対応関係に基づき、検索対象に該当するデータ“SHORT_NAME”に対応する情報をソフトウェア部品表DB102に記録する。 When there is data corresponding to the search target (see Yes route in step S1), the recording processing unit 115 sets the information corresponding to the data “SHORT_NAME” corresponding to the search target based on the correspondence in the correspondence map information DB 101. Is recorded in the software bill of materials DB 102.

一方、検索対象に該当するデータ“SHORT_NAME”がない場合には(ステップS1のNoルート参照)、第1取得部112は、“SHORT_NAME”をキーにして、キーワードDB103を検索する(ステップS2)。 On the other hand, when there is no data "SHORT_NAME" corresponding to the search target (see No route in step S1), the first acquisition unit 112 searches the keyword DB 103 using "SHORT_NAME" as a key (step S2).

第2取得部114は、キーワードDB103から“SHORT_NAME”に対応する“ECU9”を取得する(ステップS3;図11を参照)。 The second acquisition unit 114 acquires "ECU9" corresponding to "SHORT_NAME" from the keyword DB 103 (step S3; see FIG. 11).

そして、第2取得部114は、XMLファイル201から、キーワードDB103において“ECU9”に対応する“LONG_NAME”を取得し、ソフトウェア部品表DB102に記録する(ステップS4;図11を参照)。また、退避処理部111は、“ECU9”と“LONG_NAME”との対応関係を、キーワードDB103に登録してよい。 Then, the second acquisition unit 114 acquires "LONG_NAME" corresponding to "ECU9" in the keyword DB 103 from the XML file 201 and records it in the software bill of materials DB 102 (step S4; see FIG. 11). Further, the save processing unit 111 may register the correspondence between “ECU9” and “LONG_NAME” in the keyword DB 103.

次に、図3に示したサーバ1におけるソフトウェア部品表DB102の更新処理の詳細を、図14に示すフローチャート(ステップS11〜S17)に従って説明する。 Next, the details of the update process of the software bill of materials DB 102 in the server 1 shown in FIG. 3 will be described with reference to the flowcharts (steps S11 to S17) shown in FIG.

検索処理部113は、XMLファイル201において、データ検索を行なう(ステップS11)。 The search processing unit 113 searches the XML file 201 for data (step S11).

検索処理部113は、XMLファイル201において、検索対象に該当するデータがあるかを判定する(ステップS12)。 The search processing unit 113 determines whether or not there is data corresponding to the search target in the XML file 201 (step S12).

検索対象に該当するデータがある場合には(ステップS12のYesルート参照)、記録処理部115は、対応付けマップ情報DB101における対応関係に基づき、検索対象に該当するデータに対応する情報をソフトウェア部品表DB102に出力し(ステップS13)、ソフトウェア部品表DBの更新処理は終了する。 When there is data corresponding to the search target (see Yes route in step S12), the recording processing unit 115 provides information corresponding to the data corresponding to the search target to the software component based on the correspondence in the correspondence map information DB 101. Output to the table DB 102 (step S13), and the update process of the software bill of materials DB is completed.

一方、検索対象に該当するデータ“SHORT_NAME”がない場合には(ステップS12のNoルート参照)、第1取得部112はキーワードDB103を検索する(ステップS14)。 On the other hand, when there is no data "SHORT_NAME" corresponding to the search target (see No route in step S12), the first acquisition unit 112 searches for the keyword DB 103 (step S14).

第2取得部114は、XMLファイル201の該当するカラムを検索する(ステップS15)。 The second acquisition unit 114 searches the corresponding column of the XML file 201 (step S15).

第2取得部114は、該当するカラムにおいて、キーワードDB103における検索結果に対応するタグを検索する(ステップS16)。 The second acquisition unit 114 searches the corresponding column for the tag corresponding to the search result in the keyword DB 103 (step S16).

第2取得部114は、ソフトウェア部品表DB102に対して、取得したタグを出力し(ステップS17)、ソフトウェア部品表DBの更新処理は終了する。また、退避処理部111は、取得したタグをキーワードDB103に登録してよい。 The second acquisition unit 114 outputs the acquired tag to the software bill of materials DB 102 (step S17), and the update process of the software bill of materials DB ends. Further, the save processing unit 111 may register the acquired tag in the keyword DB 103.

次に、図3に示した情報処理システム100におけるソフトウェア部品表DB102の更新処理を、図15に示すフローチャート(ステップS31〜S41)に従って説明する。 Next, the update process of the software bill of materials DB 102 in the information processing system 100 shown in FIG. 3 will be described according to the flowchart (steps S31 to S41) shown in FIG.

顧客システム20は、XMLファイル201を選択する(ステップS31)。 The customer system 20 selects the XML file 201 (step S31).

ソフトウェア部品表システム10は、顧客システム20からXMLファイル201を取り込む(ステップS32)。 The software bill of materials system 10 fetches the XML file 201 from the customer system 20 (step S32).

ソフトウェア部品表システム10は、対応付けマップ情報DB101の情報を取得する(ステップ33)。 The software bill of materials system 10 acquires the information of the correspondence map information DB 101 (step 33).

ソフトウェア部品表システム10は、対応付けマップ情報DB101において、取り込んだXMLファイル201のデータに対応する内容が含まれているかを検索する(ステップS34)。 The software bill of materials system 10 searches the correspondence map information DB 101 to see if the content corresponding to the data of the captured XML file 201 is included (step S34).

ソフトウェア部品表システム10は、対応付けマップ情報DB101において該当データがあるかを判定する(ステップS35)。 The software bill of materials system 10 determines whether or not there is corresponding data in the correspondence map information DB 101 (step S35).

該当データがある場合には(ステップS35のYESルート参照)、ソフトウェア部品表システム10は、XMLファイル201のデータをソフトウェア部品表DB102に登録する(ステップS36)。 If there is relevant data (see YES route in step S35), the software bill of materials system 10 registers the data of the XML file 201 in the software bill of materials DB 102 (step S36).

そして、顧客システム20は、ソフトウェア部品表DB102から抽出されたソフトウェア部品表をユーザに提示し(ステップS37)、ソフトウェア部品表DB102の更新処理は終了する。 Then, the customer system 20 presents the software bill of materials extracted from the software bill of materials DB 102 to the user (step S37), and the update process of the software bill of materials DB 102 ends.

ステップS35において、該当データがない場合には(ステップS35のNOルート参照)、ソフトウェア部品表システム10は、キーワードDB103から、対応付けマップ情報DB101に含まれていた情報に対応するキーワードを取得する(ステップS38)。 If there is no corresponding data in step S35 (see the NO route in step S35), the software bill of materials system 10 acquires the keyword corresponding to the information included in the correspondence map information DB 101 from the keyword DB 103 (see the NO route in step S35). Step S38).

ソフトウェア部品表DB102は、取得したキーワードに基づき、XMLファイル201を検索する(ステップS39)。 The software bill of materials DB 102 searches the XML file 201 based on the acquired keywords (step S39).

ソフトウェア部品表システム10は、XMLファイル201のデータをソフトウェア部品表DB102に登録する(ステップS36)。なお、その後は上述したようにステップS37処理が実施される。 The software bill of materials system 10 registers the data of the XML file 201 in the software bill of materials DB 102 (step S36). After that, the step S37 process is performed as described above.

また、ソフトウェア部品表システム10は、取得したキーワードとXMLファイル201からの検索結果とに基づき、対応付けマップ情報DB101にマップデータを登録する(ステップS40)。 Further, the software bill of materials system 10 registers the map data in the correspondence map information DB 101 based on the acquired keyword and the search result from the XML file 201 (step S40).

更に、ソフトウェア部品表システム10は、取得したキーワードとXMLファイル201からの検索結果とに基づき、キーワードDB103にキーワードを登録し(ステップS41)、ソフトウェア部品表DB102の更新処理は終了する。 Further, the software bill of materials system 10 registers the keyword in the keyword DB 103 based on the acquired keyword and the search result from the XML file 201 (step S41), and the update process of the software bill of materials DB 102 is completed.

〔B−3〕効果
上述したデータ抽出方法及びデータ抽出プログラムによれば、例えば以下の作用効果を奏することができる。
[B-3] Effect According to the above-mentioned data extraction method and data extraction program, for example, the following effects can be achieved.

退避処理部111は、XMLファイル201から抽出されたデータを、XMLファイル201の項目名称と対応付けて、キーワードに記憶させる。第1取得部112は、ソフトウェア部品表DB102の第2の項目名称を伴うデータ抽出依頼を受け付け、対応付けマップ情報DB101から第2の項目名称に対応するXMLファイル201の第1の項目名称を取得する。検索処理部113は、第1の項目名称をキーにXMLファイル201を検索する。第2取得部114は、検索において、第1の項目名称がXMLファイル201に見つからなかったと判断された場合に、キーワードDB103から第1の項目名称に対応する第1のデータを取得し、第1のデータに対応する第3の項目名称をXMLファイル201から取得する。記録処理部115は、第2の項目名称と第3の項目名称とを対応付けて、対応付けマップ情報DB101に記録する。 The save processing unit 111 stores the data extracted from the XML file 201 in a keyword in association with the item name of the XML file 201. The first acquisition unit 112 receives the data extraction request with the second item name of the software bill of materials DB 102, and acquires the first item name of the XML file 201 corresponding to the second item name from the correspondence map information DB 101. To do. The search processing unit 113 searches the XML file 201 using the first item name as a key. When it is determined in the search that the first item name is not found in the XML file 201, the second acquisition unit 114 acquires the first data corresponding to the first item name from the keyword DB 103, and the first The third item name corresponding to the data of is acquired from the XML file 201. The recording processing unit 115 associates the second item name with the third item name and records them in the association map information DB 101.

これにより、第1のデータファイルの項目名称が変更されても、第2のデータファイルの項目名称と対応付けることができる。また、事前に顧客からツールやファイル構成の変更情報を入手し、ソフトウェア部品表との対応付けマップテーブルを更新しておかなくてもよいため、顧客の手間を省くことができる。更に、更新後のXMLファイル201の全体を解析しなくてもよいため、ソフトウェア部品表システム10における処理負荷を軽減できる。 As a result, even if the item name of the first data file is changed, it can be associated with the item name of the second data file. Further, since it is not necessary to obtain the tool and file structure change information from the customer in advance and update the correspondence map table with the software bill of materials, the customer's trouble can be saved. Further, since it is not necessary to analyze the entire updated XML file 201, the processing load in the software bill of materials system 10 can be reduced.

人工知能等の活用によりXMLファイル201における類似語も検索可能となる。また、顧客は、XMLファイル201を選択するだけでソフトウェア部品表が自動的に更新されるため、手間をかけずにソフトウェア部品表の充実を図ることができる。 By utilizing artificial intelligence and the like, similar words in the XML file 201 can be searched. Further, since the software bill of materials is automatically updated only by selecting the XML file 201, the customer can enhance the software bill of materials without any trouble.

記録処理部115は、対応付けマップ情報DB101における第2の項目名称と第3の項目名称との対応付けを承認するかをユーザに確認するための画面を表示させる。 The recording processing unit 115 causes the user to display a screen for confirming whether to approve the association between the second item name and the third item name in the association map information DB 101.

これにより、誤った対応付けが定義されたソフトウェア部品表DB102が作成されることを防止できる。 As a result, it is possible to prevent the software bill of materials DB 102 in which the incorrect correspondence is defined from being created.

退避処理部111は、検索において、第1の項目名称がXMLファイル201に見つからなかったと判断された場合に、第2の項目名称と第3の項目名称とを対応付けて、キーワードDB103に記憶させてよい。 When it is determined in the search that the first item name is not found in the XML file 201, the save processing unit 111 stores the second item name and the third item name in the keyword DB 103 in association with each other. You can do it.

これにより、ソフトウェア部品表システム10の運用中にキーワードDB103を更新できるため、作成されるソフトウェア部品表DB102の精度を向上できる。 As a result, the keyword DB 103 can be updated during the operation of the software bill of materials system 10, so that the accuracy of the created software bill of materials DB 102 can be improved.

〔C〕その他
開示の技術は上述した実施形態に限定されるものではなく、本実施形態の趣旨を逸脱しない範囲で種々変形して実施することができる。本実施形態の各構成及び各処理は、必要に応じて取捨選択することができ、あるいは適宜組み合わせてもよい。
[C] Other disclosed techniques are not limited to the above-described embodiments, and can be variously modified and implemented without departing from the spirit of the present embodiment. Each configuration and each process of the present embodiment can be selected as necessary, or may be combined as appropriate.

〔D〕付記
以上の実施形態に関し、さらに以下の付記を開示する。
[D] Additional Notes The following additional notes will be further disclosed with respect to the above embodiments.

(付記1)
第1のデータファイルから抽出したデータを第2のデータファイルに格納するデータ抽出方法であって、前記第1のデータファイルの項目名称と前記第2のデータファイルの項目名称との対応関係を記憶する対応情報ファイルを参照することで、前記第2のデータファイルの項目とは名称が異なる前記第1のデータファイルの項目のデータを抽出して前記第2のデータファイルに格納することが可能なデータ抽出方法において、
前記第1のデータファイルから抽出されたデータを、前記第1のデータファイルの項目名称と対応付けて、退避ファイルに記憶させ、
前記第2のデータファイルの第2の項目名称を伴うデータ抽出依頼を受け付け、前記対応情報ファイルから前記第2の項目名称に対応する前記第1のデータファイルの第1の項目名称を取得し、
前記第1の項目名称をキーに前記第1のデータファイルを検索し、
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記退避ファイルから前記第1の項目名称に対応する第1のデータを取得し、前記第1のデータに対応する第3の項目名称を前記第1のデータファイルから取得し、
前記第2の項目名称と前記第3の項目名称とを対応付けて、前記対応情報ファイルに記録する、
データ抽出方法。
(Appendix 1)
It is a data extraction method that stores the data extracted from the first data file in the second data file, and stores the correspondence between the item name of the first data file and the item name of the second data file. By referring to the corresponding information file, it is possible to extract the data of the item of the first data file having a name different from the item of the second data file and store it in the second data file. In the data extraction method
The data extracted from the first data file is associated with the item name of the first data file and stored in the save file.
The data extraction request with the second item name of the second data file is accepted, and the first item name of the first data file corresponding to the second item name is acquired from the correspondence information file.
Search the first data file using the first item name as a key, and search for the first data file.
When it is determined in the search that the first item name is not found in the first data file, the first data corresponding to the first item name is acquired from the saved file, and the first item name is obtained. The third item name corresponding to the data of 1 is acquired from the first data file, and the third item name is obtained.
The second item name and the third item name are associated with each other and recorded in the corresponding information file.
Data extraction method.

(付記2)
前記対応情報ファイルにおける前記第2の項目名称と前記第3の項目名称との対応付けを承認するかをユーザに確認するための画面を表示させる、
付記1に記載のデータ抽出方法。
(Appendix 2)
A screen for asking the user to confirm whether to approve the association between the second item name and the third item name in the correspondence information file is displayed.
The data extraction method according to Appendix 1.

(付記3)
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記第2の項目名称と前記第3の項目名称とを対応付けて、前記退避ファイルに記憶させる、
付記1又は2に記載のデータ抽出方法。
(Appendix 3)
When it is determined in the search that the first item name is not found in the first data file, the second item name and the third item name are associated with each other and stored in the saved file. Remember,
The data extraction method according to Appendix 1 or 2.

(付記4)
第1のデータファイルから抽出したデータを第2のデータファイルに格納するデータ抽出プログラムであって、前記第1のデータファイルの項目名称と前記第2のデータファイルの項目名称との対応関係を記憶する対応情報ファイルを参照することで、前記第2のデータファイルの項目とは名称が異なる前記第1のデータファイルの項目のデータを抽出して前記第2のデータファイルに格納することが可能なデータ抽出プログラムを実行するコンピュータに、
前記第1のデータファイルから抽出されたデータを、前記第1のデータファイルの項目名称と対応付けて、退避ファイルに記憶させ、
前記第2のデータファイルの第2の項目名称を伴うデータ抽出依頼を受け付け、前記対応情報ファイルから前記第2の項目名称に対応する前記第1のデータファイルの第1の項目名称を取得し、
前記第1の項目名称をキーに前記第1のデータファイルを検索し、
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記退避ファイルから前記第1の項目名称に対応する第1のデータを取得し、前記第1のデータに対応する第3の項目名称を前記第1のデータファイルから取得し、
前記第2の項目名称と前記第3の項目名称とを対応付けて、前記対応情報ファイルに記録する、
処理を実行させる、データ抽出プログラム。
(Appendix 4)
It is a data extraction program that stores the data extracted from the first data file in the second data file, and stores the correspondence between the item name of the first data file and the item name of the second data file. By referring to the corresponding information file, it is possible to extract the data of the item of the first data file having a name different from the item of the second data file and store it in the second data file. On the computer that runs the data extraction program
The data extracted from the first data file is associated with the item name of the first data file and stored in the save file.
The data extraction request with the second item name of the second data file is accepted, and the first item name of the first data file corresponding to the second item name is acquired from the correspondence information file.
Search the first data file using the first item name as a key, and search for the first data file.
When it is determined in the search that the first item name is not found in the first data file, the first data corresponding to the first item name is acquired from the saved file, and the first item name is obtained. The third item name corresponding to the data of 1 is acquired from the first data file, and the third item name is obtained.
The second item name and the third item name are associated with each other and recorded in the corresponding information file.
A data extraction program that executes processing.

(付記5)
前記対応情報ファイルにおける前記第2の項目名称と前記第3の項目名称との対応付けを承認するかをユーザに確認するための画面を表示させる、
処理を前記コンピュータに実行させる、付記4に記載のデータ抽出プログラム。
(Appendix 5)
A screen for asking the user to confirm whether to approve the association between the second item name and the third item name in the correspondence information file is displayed.
The data extraction program according to Appendix 4, which causes the computer to execute the process.

(付記6)
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記第2の項目名称と前記第3の項目名称とを対応付けて、前記退避ファイルに記憶させる、
処理を前記コンピュータに実行させる、付記4又は5に記載のデータ抽出プログラム。
(Appendix 6)
When it is determined in the search that the first item name is not found in the first data file, the second item name and the third item name are associated with each other and stored in the saved file. Remember,
The data extraction program according to Appendix 4 or 5, which causes the computer to execute the process.

100 :情報処理システム
10,60 :ソフトウェア部品表システム
1 :サーバ
11 :CPU
111 :退避処理部
112 :第1取得部
113 :検索処理部
114 :第2取得部
115 :記録処理部
12 :メモリ
13 :表示制御部
130 :表示装置
14 :記憶装置
15 :入力I/F
151 :マウス
152 :キーボード
16 :読み書き処理部
160 :記録媒体
17 :通信I/F
2 :端末
3 :ネットワーク
20,70 :顧客システム
21 :CPU
33 :ステップ
101,601:対応付けマップ情報DB
102,602:ソフトウェア部品表
103 :キーワードDB
201 :XMLファイル
701 :顧客XMLファイル
100: Information processing system 10, 60: Software bill of materials system 1: Server 11: CPU
111: Evacuation processing unit 112: First acquisition unit 113: Search processing unit 114: Second acquisition unit 115: Recording processing unit 12: Memory 13: Display control unit 130: Display device 14: Storage device 15: Input I / F
151: Mouse 152: Keyboard 16: Read / write processing unit 160: Recording medium 17: Communication I / F
2: Terminal 3: Networks 20, 70: Customer system 21: CPU
33: Steps 101 and 601: Correspondence map information DB
102, 602: Software BOM 103: Keyword DB
201: XML file 701: Customer XML file

Claims (4)

第1のデータファイルから抽出したデータを第2のデータファイルに格納するデータ抽出方法であって、前記第1のデータファイルの項目名称と前記第2のデータファイルの項目名称との対応関係を記憶する対応情報ファイルを参照することで、前記第2のデータファイルの項目とは名称が異なる前記第1のデータファイルの項目のデータを抽出して前記第2のデータファイルに格納することが可能なデータ抽出方法において、
前記第1のデータファイルから抽出されたデータを、前記第1のデータファイルの項目名称と対応付けて、退避ファイルに記憶させ、
前記第2のデータファイルの第2の項目名称を伴うデータ抽出依頼を受け付け、前記対応情報ファイルから前記第2の項目名称に対応する前記第1のデータファイルの第1の項目名称を取得し、
前記第1の項目名称をキーに前記第1のデータファイルを検索し、
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記退避ファイルから前記第1の項目名称に対応する第1のデータを取得し、前記第1のデータに対応する第3の項目名称を前記第1のデータファイルから取得し、
前記第2の項目名称と前記第3の項目名称とを対応付けて、前記対応情報ファイルに記録する、
データ抽出方法。
It is a data extraction method that stores the data extracted from the first data file in the second data file, and stores the correspondence between the item name of the first data file and the item name of the second data file. By referring to the corresponding information file, it is possible to extract the data of the item of the first data file having a name different from the item of the second data file and store it in the second data file. In the data extraction method
The data extracted from the first data file is associated with the item name of the first data file and stored in the save file.
The data extraction request with the second item name of the second data file is accepted, and the first item name of the first data file corresponding to the second item name is acquired from the correspondence information file.
Search the first data file using the first item name as a key, and search for the first data file.
When it is determined in the search that the first item name is not found in the first data file, the first data corresponding to the first item name is acquired from the saved file, and the first item name is obtained. The third item name corresponding to the data of 1 is acquired from the first data file, and the third item name is obtained.
The second item name and the third item name are associated with each other and recorded in the corresponding information file.
Data extraction method.
前記対応情報ファイルにおける前記第2の項目名称と前記第3の項目名称との対応付けを承認するかをユーザに確認するための画面を表示させる、
請求項1に記載のデータ抽出方法。
A screen for asking the user to confirm whether to approve the association between the second item name and the third item name in the correspondence information file is displayed.
The data extraction method according to claim 1.
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記第2の項目名称と前記第3の項目名称とを対応付けて、前記退避ファイルに記憶させる、
請求項1又は2に記載のデータ抽出方法。
When it is determined in the search that the first item name is not found in the first data file, the second item name and the third item name are associated with each other and stored in the saved file. Remember,
The data extraction method according to claim 1 or 2.
第1のデータファイルから抽出したデータを第2のデータファイルに格納するデータ抽出プログラムであって、前記第1のデータファイルの項目名称と前記第2のデータファイルの項目名称との対応関係を記憶する対応情報ファイルを参照することで、前記第2のデータファイルの項目とは名称が異なる前記第1のデータファイルの項目のデータを抽出して前記第2のデータファイルに格納することが可能なデータ抽出プログラムを実行するコンピュータに、
前記第1のデータファイルから抽出されたデータを、前記第1のデータファイルの項目名称と対応付けて、退避ファイルに記憶させ、
前記第2のデータファイルの第2の項目名称を伴うデータ抽出依頼を受け付け、前記対応情報ファイルから前記第2の項目名称に対応する前記第1のデータファイルの第1の項目名称を取得し、
前記第1の項目名称をキーに前記第1のデータファイルを検索し、
前記検索において、前記第1の項目名称が前記第1のデータファイルに見つからなかったと判断された場合に、前記退避ファイルから前記第1の項目名称に対応する第1のデータを取得し、前記第1のデータに対応する第3の項目名称を前記第1のデータファイルから取得し、
前記第2の項目名称と前記第3の項目名称とを対応付けて、前記対応情報ファイルに記録する、
処理を実行させる、データ抽出プログラム。
It is a data extraction program that stores the data extracted from the first data file in the second data file, and stores the correspondence between the item name of the first data file and the item name of the second data file. By referring to the corresponding information file, it is possible to extract the data of the item of the first data file having a name different from the item of the second data file and store it in the second data file. On the computer that runs the data extraction program
The data extracted from the first data file is associated with the item name of the first data file and stored in the save file.
The data extraction request with the second item name of the second data file is accepted, and the first item name of the first data file corresponding to the second item name is acquired from the correspondence information file.
Search the first data file using the first item name as a key, and search for the first data file.
When it is determined in the search that the first item name is not found in the first data file, the first data corresponding to the first item name is acquired from the saved file, and the first item name is obtained. The third item name corresponding to the data of 1 is acquired from the first data file, and the third item name is obtained.
The second item name and the third item name are associated with each other and recorded in the corresponding information file.
A data extraction program that executes processing.
JP2019178363A 2019-09-30 2019-09-30 Data extracting method and data extracting program Pending JP2021056704A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019178363A JP2021056704A (en) 2019-09-30 2019-09-30 Data extracting method and data extracting program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019178363A JP2021056704A (en) 2019-09-30 2019-09-30 Data extracting method and data extracting program

Publications (1)

Publication Number Publication Date
JP2021056704A true JP2021056704A (en) 2021-04-08

Family

ID=75270785

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019178363A Pending JP2021056704A (en) 2019-09-30 2019-09-30 Data extracting method and data extracting program

Country Status (1)

Country Link
JP (1) JP2021056704A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230088500A1 (en) * 2021-09-17 2023-03-23 Samsung Engineering Co., Ltd. Device and method of automatically generating autocad drawings, and computer-readable medium storing computer program therefor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230088500A1 (en) * 2021-09-17 2023-03-23 Samsung Engineering Co., Ltd. Device and method of automatically generating autocad drawings, and computer-readable medium storing computer program therefor
US11734467B2 (en) * 2021-09-17 2023-08-22 Samsung Engineering Co., Ltd. Device and method of automatically generating AutoCAD drawings, and computer-readable medium storing computer program therefor

Similar Documents

Publication Publication Date Title
US7752597B2 (en) Layered software development and implementation using files
JP5367947B2 (en) Method and system for terminology database expansion
US9501474B2 (en) Enhanced use of tags when storing relationship information of enterprise objects
US11741002B2 (en) Test automation systems and methods using logical identifiers
US7720814B2 (en) Repopulating a database with document content
JP4778500B2 (en) DATABASE SYSTEM AND DATABASE SYSTEM CONTROL METHOD
US20210342341A1 (en) Data analysis assistance device, data analysis assistance method, and data analysis assistance program
US20030110175A1 (en) Deploying predefined data warehouse process models
US10678864B2 (en) Analysis model preparing system, programming apparatus, and analysis model preparing method
US20080082535A1 (en) Method and system for automatically generating a communication interface
JP2021056704A (en) Data extracting method and data extracting program
CN108304291B (en) Test input information retrieval apparatus and method
US20210200833A1 (en) Health diagnostics and analytics for object repositories
WO2017072872A1 (en) Business program generation assistance system and business program generation assistance method
US20210357372A1 (en) Data analysis assistance device, data analysis assistance method, and data analysis assistance program
US20060085470A1 (en) Database record templates
US7620614B2 (en) Method, program and apparatus for document retrieval system
JP5855989B2 (en) Data processing apparatus, data processing method, and data processing program
JP2020024507A (en) Document file transfer device
JP5696280B1 (en) Term unification system, term unification program, and term unification method
JP2020024533A (en) Analysis support method and analysis support program
CN114064638B (en) Information processing method, device, equipment and storage medium
JP6849904B2 (en) Search program, search device and search method
JP4330854B2 (en) Batch processing system
US20160078557A1 (en) Setup of a computer system that executes an accounting program