JP6339932B2 - Data management apparatus, data management method, and data management program - Google Patents
Data management apparatus, data management method, and data management program Download PDFInfo
- Publication number
- JP6339932B2 JP6339932B2 JP2014265026A JP2014265026A JP6339932B2 JP 6339932 B2 JP6339932 B2 JP 6339932B2 JP 2014265026 A JP2014265026 A JP 2014265026A JP 2014265026 A JP2014265026 A JP 2014265026A JP 6339932 B2 JP6339932 B2 JP 6339932B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- hierarchical structure
- definition information
- value
- screen
- 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
Links
- 238000013523 data management Methods 0.000 title claims description 22
- 238000000034 method Methods 0.000 title claims description 14
- 238000013500 data storage Methods 0.000 claims description 4
- 238000010276 construction Methods 0.000 description 6
- 230000018109 developmental process Effects 0.000 description 4
- 238000006243 chemical reaction Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000033772 system development Effects 0.000 description 2
- 210000001072 colon Anatomy 0.000 description 1
- 238000013499 data model Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000009877 rendering Methods 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本発明は、データを入力し管理する技術に関する。 The present invention relates to a technique for inputting and managing data.
一般的なシステム開発は、業務仕様に基づいてデータモデルを検討し、データベースの論理設計(テーブル定義など)を進めるとともに、画面仕様の設計を進め、その間のデータ構造の違いをアプリケーションプログラムでデータ変換することで実現している。データベースの構成を変更すると、データ変換するアプリケーションプログラムを作り直す必要があり、簡単にはデータベースの構成を変更できない。 In general system development, examine the data model based on business specifications, proceed with the logical design of the database (table definition, etc.), proceed with the design of the screen specifications, and convert the data structure difference between them with the application program It is realized by doing. When the database configuration is changed, it is necessary to recreate an application program for data conversion, and the database configuration cannot be easily changed.
特許文献1では、データベースを容易に構成するために定義体と呼ばれるひな形をユーザが作成し、定義体を読みだして値を入力することでデータベースにデータを格納している。 In Patent Document 1, in order to easily configure a database, a user creates a template called a definition body, reads the definition body, and inputs a value to store data in the database.
また、XMLデータをそのままのデータ構造で格納するXMLデータベースが知られている。 Also, an XML database that stores XML data in the same data structure is known.
様々な様式のデータを入力したいという要望があった場合、従来のシステム開発では、対象となる様式ごとにシステム開発することになり、開発費用、開発期間がかかるという問題があった。 When there is a request to input data in various formats, the conventional system development involves developing the system for each target format, and there is a problem that it takes a development cost and a development period.
本発明は、上記に鑑みてなされたものであり、追加開発を伴わずに様々な様式のデータが入力できるシステムを提供することを目的とする。 The present invention has been made in view of the above, and an object of the present invention is to provide a system in which data of various formats can be input without additional development.
第1の本発明に係るデータ管理装置は、様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段と、前記データ定義格納手段から所望の前記データ定義情報を取得し、当該データ定義情報の階層構造に従って画面を構成して値の入力を受け付ける画面構成手段と、前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するデータ格納手段と、を有し、前記画面構成手段は、値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けることを特徴とする。 The data management apparatus according to a first aspect of the present invention, a data definition storage means for store the data definition information that defines with the hierarchical structure of various modalities in a single column of the table, the desired from the data definition storage means the acquired data definition information, the data and screen configuration unit that receives an input of values constitutes a screen according to the hierarchical structure definition information, one column of data of the hierarchical structure enter a value in the data definition information table to have a data storage means for store and said screen configuration means, when receives an input value, characterized in that accepting additional new hierarchical structure for the hierarchical structure of the data.
上記データ管理装置において、前記画面構成手段は、前記データ格納手段から前記データを取得し、当該データの階層構造に従って画面を構成して値の変更及び新たな階層構造の追加を受け付けることを特徴とする。 In the data management apparatus, the screen configuration means includes a wherein acquire the data from the data storage unit, receives the additional changes and the new hierarchy of values constitutes a screen according to the hierarchical structure of the data To do.
上記データ管理装置において、前記データ定義情報の階層構造のキーを並べて指定したチェック対象の項目と当該項目の値が正しく入力されているか否かを判定する判定方法とを有するチェック定義情報を格納したチェック定義格納手段と、前記データを格納する際に、前記チェック定義情報を参照して前記データをチェックするチェック手段と、を有することを特徴とする。 In the data management apparatus, check definition information having a check target item in which the keys of the hierarchical structure of the data definition information are specified side by side and a determination method for determining whether or not a value of the item is correctly input is stored It has check definition storage means, and check means for checking the data with reference to the check definition information when storing the data.
第2の本発明に係るデータ管理方法は、コンピュータが実行するデータ管理方法であって、様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段から所望の前記データ定義情報を取得するステップと、前記データ定義情報の階層構造に従って画面を構成して値の入力を受け付けるステップと、前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するステップと、を有し、値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けることを特徴とする。 Data management method according to a second aspect of the present invention is a data management method executed by a computer, data definition storage that store the data definition information defined in one column of the table using a hierarchical structure of various modalities Obtaining the desired data definition information from the means; constructing a screen according to the hierarchical structure of the data definition information; receiving a value input; and table of hierarchical data in which a value is input to the data definition information And storing a new hierarchical structure to the hierarchical structure of the data when an input of a value is accepted .
第3の本発明に係るデータ管理プログラムは、上記データ管理装置の各手段としてコンピュータを動作させることを特徴とする。 According to a third aspect of the present invention, there is provided a data management program for operating a computer as each means of the data management apparatus.
本発明によれば、追加開発を伴わずに様々な様式のデータが入力できるシステムを提供することができる。 ADVANTAGE OF THE INVENTION According to this invention, the system which can input the data of various styles without additional development can be provided.
以下、本発明の実施の形態について図面を用いて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
図1は、本実施の形態におけるデータ管理システムの構成を示す機能ブロック図である。同図に示すデータ管理システムは、クライアント端末1、サーバ3、およびデータベース5を備える。クライアント端末1はサーバ3に接続し、サーバ3を介してデータベース5にアクセスする。図1では、クライアント端末1を1台のみ示しているが、複数のクライアント端末1がサーバ3に接続してもよい。
FIG. 1 is a functional block diagram showing the configuration of the data management system in the present embodiment. The data management system shown in FIG. 1 includes a client terminal 1, a server 3, and a
本データ管理システムは、データが備える項目を定義したデータ様式定義に従って入力されたデータの入出力や内容チェック、およびデータ様式定義の作成を行うシステムである。クライアント端末1は、サーバ3を介してデータベース5に格納されたデータ様式定義を取得し、データ様式定義の階層構造に従って画面を構成してデータの入力を受け付け、入力されたデータをサーバ3を介してデータベース5に格納する。また、クライアント端末1は、画面を構成する要素の追加変更の操作を反映してデータ様式定義を作成し、作成したデータ様式定義をサーバ3を介してデータベース5に格納する。以下、各装置について説明する。
This data management system is a system that performs input / output and content check of data input according to a data format definition that defines items included in data, and creation of a data format definition. The client terminal 1 acquires the data format definition stored in the
クライアント端末1は、データ登録部11、画面描画部12、およびデータ様式登録部13を備える。
The client terminal 1 includes a
データ登録部11は、データ様式定義をサーバ3を介してデータベース5から取得し、データ様式定義に対応する画面を画面描画部12に表示させて、画面描画部12でデータ様式定義に従って入力されたデータをサーバ3を介してデータベース5に格納する。また、すでに入力されたデータについて、データ登録部11は、データをサーバ3を介してデータベース5から取得して画面描画部12に表示させて、画面描画部12で変更されたデータをサーバ3を介してデータベース5に格納する。
The
画面描画部12は、データ様式定義の階層構造に従ってデータを入力する画面を作成して表示する。データ様式定義はデータが備える項目を階層構造を用いて定義したひな形であり、データはデータ様式定義に値を入力したものである。
The
図2に本実施の形態で用いるデータの例を示す。本実施の形態ではデータ様式定義及びデータをJSON形式の連想配列により記述した。波括弧(「{」,「}」)で括った部分が連想配列であり、連想配列中の各要素のコロンの左側がキーでその右側がキーに対応する値である。値に連想配列をとることができ、その連想配列は対応するキーの1階層下のデータとなる。図2の例で説明すると、“共通情報”の1階層下に“契約者情報”と“申込情報”をキーとする要素がある。“契約者情報”は“契約者名”と“契約者住所”をキーとする要素を持つ。“契約者名”には“○○○○”という値が設定されている。データ様式定義は、キーや階層構造は定義されているが、項目に値が入っていない。例えば、図2のデータの元になったデータ様式定義には、“契約者名”の値や“契約者住所”の値などが入っていない。データ様式定義の値にデフォルト値を入れていてもよい。 FIG. 2 shows an example of data used in this embodiment. In the present embodiment, the data format definition and data are described by a JSON format associative array. The part enclosed in curly braces (“{”, “}”) is an associative array, and the left side of the colon of each element in the associative array is the key, and the right side is the value corresponding to the key. An associative array can be taken as the value, and the associative array is data one layer below the corresponding key. In the example of FIG. 2, there is an element having “contractor information” and “application information” as keys below one layer of “common information”. “Contractor information” has elements having “contractor name” and “contractor address” as keys. The “contractor name” is set to a value “XXXXX”. In the data format definition, the key and hierarchy structure are defined, but the item has no value. For example, the data format definition that is the basis of the data in FIG. 2 does not include the value of “contractor name” or the value of “contractor address”. A default value may be entered in the value of the data format definition.
画面描画部12は、データの階層構造に従って、1階層目をタブ、2階層目をブロック、3階層目を項目として画面を作成する。以下、具体例を用いて説明する。図3は、図2のデータの階層構造に従って構成した画面の例である。画面描画部12は、1階層目(“共通情報”,“個別情報”)をタブ100,200、2階層目(“契約者情報”,“申込情報”)をブロック110,120、3階層目(“契約者名”,“契約者住所”,“お申込年月日”)を各項目111,112,121として図3に示す画面を構成した。画面描画部12は、各項目111,112,121の右側の欄において、各項目111,112,121に対応する値のデータの入力を受け付ける。画面右下の登録ボタン500が操作(クリック)されると、データ登録部11により、データ様式定義に値が入力されたデータがJSON形式のままサーバ3に送信されてデータベース5に登録される。
The
図3の画面では、1階層目のタブ200(“個別情報”)内のデータが表示されていないが、タブ200を操作(クリック)することで、“共通情報”内のデータに代えて、“個別情報”内のデータが画面に表示される。
In the screen of FIG. 3, the data in the tab 200 (“individual information”) in the first hierarchy is not displayed. However, by operating (clicking) the
画面描画部12は、データの階層構造に従って画面を構成するので、データの内容や構造が異なった場合でも、1階層目をタブ、2階層目をブロック、3階層目を項目とした同じルールで画面を汎用的に構成できる。4階層目以上についても画面を構成するルールを決めて適用できる。画面描画部12は、例えばWebブラウザに実装されたJavaScript(登録商標)で実現できる。
Since the
データ様式登録部13は、画面描画部12により作成される新たなデータ様式定義をサーバ3を介してデータベース5に登録する。画面描画部12はタブ、ブロック、項目の追加変更の操作を受け付け、データ様式登録部13は画面描画部12が表示する画面の変更を反映してデータ様式定義を作成する。
The data
図4にデータ様式定義を作成するときの画面の例を示す。データ様式定義を作成するときも、画面描画部12は作成されるデータ様式定義の階層構造に従って画面を構成する。図4のタブ追加ボタン300を操作することで新たなタブが追加される。同様に、ブロック追加ボタン130を操作することで新たなブロックが追加され、項目追加ボタン113,122を操作することで新たな項目が追加される。タブが追加されるとデータ様式定義に新たな1階層目が追加される。ブロックが追加されるとデータ様式定義の対応する1階層目内に新たな2階層目が追加される。項目が追加されるとデータ様式定義の対応する2階層目内に新たな3階層目が追加される。タブ、ブロック、項目の文字列を変更するとデータ様式定義内の対応するキーが変更される。クライアント端末1が備えるキーボードの削除ボタンを操作することでタブ、ブロック、項目が削除される。図4の登録ボタン500が操作されると、データ様式登録部13により、画面描画部12が表示する画面の構造を反映したデータ様式定義が作成されて、サーバ3を介してデータベース5に登録される。なお、データを入力するときにも、図4のように画面構成を変更できるボタンを表示し、値の入力とデータの階層構造の変更を同時に行えるようにしてもよい。
FIG. 4 shows an example of a screen when creating a data format definition. When creating the data format definition, the
サーバ3は、データ様式アクセス部31、データアクセス部32、およびデータチェック部33を備える。本実施の形態のサーバ3は、データ様式定義、データの入出力のみを行う装置である。サーバ3は、データ内の情報に従って動作することはなく、クライアント端末1から受信したデータを変換することなくデータベース5に登録する。データベース5からデータ様式定義やデータを取得したときも、データ変換せずにそのままクライアント端末1に送信する。ただし、クライアント端末1から送信されたデータをデータベース5に登録するときには、データ内の値が決められた規則(例えば文字数、使用可能な文字のチェック)に沿っているか否かをチェックする。
The server 3 includes a data
データ様式アクセス部31は、クライアント端末1の求めに応じてデータベース5からデータ様式定義を取得し、クライアント端末1に送信する。また、クライアント端末1からデータ様式定義を受信したときは、データ様式定義をデータベース5に登録する。
The data
データアクセス部32は、クライアント端末1から受信したデータをデータベース5に登録する。データをデータベース5に登録する前には、データに正しく値が入力されているか否かをデータチェック部33にチェックさせる。
The
データチェック部33は、データベース5に格納されたチェック定義を参照してデータに正しく値が入力されているか否かを判定する。正しく値が入力されていない場合は、クライアント端末1にその旨を通知する。
The data check
図5に、チェック定義の例を示す。チェック定義は、チェック対象の項目、チェック方法、メッセージを含む。チェック方法としては、正規表現にマッチするか否か判定する方法や論理式が成立するか否か判定する方法がある。データチェック部33は、チェック定義内のチェック対象の項目がデータにあるか否かを検索し、検索した項目の値が正しく入力されているかを指定の方法で判定する。チェック定義のチェック対象の項目は、データ様式定義の階層構造に従って記述されているので、チェック対象の項目を直感的に表現できる。例えば図5の例では、“共通項目”の“契約者情報”の“契約者名”をチェック対象の項目としている。正しく値が入力されていない場合は、チェック定義内の対応するメッセージをクライアント端末1に通知する。
FIG. 5 shows an example of the check definition. The check definition includes items to be checked, check method, and message. As a check method, there are a method for determining whether or not a regular expression is matched and a method for determining whether or not a logical expression is established. The data check
データベース5には、データ様式定義、チェック定義、およびデータが格納される。データ様式定義とデータはこれまでに述べたJSON形式のデータ構造のまま格納される。データ様式定義とデータをそのままのデータ構造で格納することでサーバ3においてデータ変換をする必要がなくなる。また、クライアント端末1も受信したデータ様式定義、データをデータ変換することなく、データ様式定義やデータの階層構造に従って画面を構成することができる。データベース5は、データをそのままのデータ構造で格納するので、例えば数百種類以上の多種のデータ様式定義を格納し、データ様式定義が追加されたとしてもデータベース5の構成を変更する必要がない。
The
図6に、データベース5に格納されるデータの例を示す。図6に示す例では、データベース5として、テーブルを用いてデータを格納する一般的なDBMSを用い、データをそのままテーブルの1カラムに収容した。データは元になったデータ様式定義に関わらず同じテーブル内に格納される。つまり、図6に示したテーブル内には様々な様式に基づいて入力されたデータが格納されている。一部の項目をキーとした検索が想定されるときは、検索キーを別カラムとして定義しておく。図6の例では、データID、サービス名が検索用のカラムである。あるいは、カラムの中身に対する検索機能を備えたDBMSを用いてもよい。
FIG. 6 shows an example of data stored in the
なお、クライアント端末1とサーバ3が備える各部は、演算処理装置、記憶装置等を備えたコンピュータにより構成して、各部の処理がプログラムによって実行されるものとしてもよい。このプログラムはクライアント端末1とサーバ3が備える記憶装置に記憶されており、磁気ディスク、光ディスク、半導体メモリ等の記録媒体に記録することも、ネットワークを通して提供することも可能である。 Note that the units included in the client terminal 1 and the server 3 may be configured by a computer including an arithmetic processing device, a storage device, and the like, and the processing of each unit may be executed by a program. This program is stored in a storage device included in the client terminal 1 and the server 3, and can be recorded on a recording medium such as a magnetic disk, an optical disk, or a semiconductor memory, or provided through a network.
次に、本実施の形態におけるデータ管理システムの動作について説明する。 Next, the operation of the data management system in the present embodiment will be described.
図7は、本実施の形態におけるデータ管理システムにデータを登録するときの処理の流れを示すフローチャートである。 FIG. 7 is a flowchart showing the flow of processing when registering data in the data management system according to the present embodiment.
ユーザがクライアント端末1を操作して登録するデータの様式を指定すると、データ登録部11は、その様式に対応するデータ様式定義を取得する(ステップS11)。ユーザは、クライアント端末1をサーバ3に接続し、ログイン処理などを行った後、一覧から選択したり、様式番号などを入力することで登録したいデータの様式を指定する。取得すべきデータ様式定義が決まると、クライアント端末1のデータ登録部11は、サーバ3に対してデータ様式定義の取得を要求し、サーバ3は、データベース5から対応するデータ様式定義を取得してクライアント端末1に送信する。
When the user designates a data format to be registered by operating the client terminal 1, the
画面描画部12は、データ様式定義の階層構造に従って画面を構成して表示する(ステップS12)。画面描画部12は、受信したデータ様式定義の階層構造に従い、1階層目をタブ、2階層目をブロック、3階層目をブロック内の項目として画面を構成する。
The
ユーザはクライアント端末1を操作し、画面内の各項目に値を入力する(ステップS13)。値の入力が終わると、データ登録部11は値が入力されたデータをサーバ3に送信する。
The user operates the client terminal 1 and inputs a value for each item in the screen (step S13). When the value input is completed, the
サーバ3はデータを受信すると、データチェック部33がデータをチェックする(ステップS14)。データチェック部33は、データベース5に格納されたチェック定義を参照して受信したデータの値をチェックする。
When the server 3 receives the data, the data check
データが形式的に問題ない場合、データアクセス部32はデータベース5にデータを登録する(ステップS15)。データアクセス部32は、データベース5のテーブルの1カラムに受信したデータのデータ構造のまま格納する。必要であれば、データから検索用のデータを抽出し、検索キーとして別カラムに格納する。
If the data has no problem in form, the
次に、データの階層構造の変更について説明する。 Next, the change of the data hierarchical structure will be described.
画面描画部12はデータをデータの階層構造のみに従って決められたルールで表示画面を構成するので、データの階層構造が変化しても画面描画部12を追加開発する必要はない。データをデータベース5に登録した後も、データをデータベース5から読み出して、データのデータ構造を変更してデータベース5に格納してもよい。例えば、データの受け付け担当者がデータをデータベース5に登録した後、工事の担当者がデータベース5からそのデータを取得して参照し、工事に関する情報をデータに追加してデータベース5に格納する。このとき、工事に関する情報を入力する新たな階層構造を追加してもよい。図8は、図2のデータに“工事情報”の項目を追加した例を示している。画面描画部12が図8のデータを表示する画面を構成するときは、図3に示した画面に“工事情報”のタブを追加した画面を構成する。データのデータ構造が変更されても、クライアント端末1、サーバ3を変更する必要はない。
Since the
以上説明したように、本実施の形態によれば、データベース5に様々なデータ様式定義を格納しておき、クライアント端末1がデータベース5から所望のデータ様式定義を取得し、データ様式定義の階層構造に従って画面を作成して表示し、データの入力を受け付けて、データ様式定義に値が入力されたデータをその階層構造のままデータベース5に格納することにより、個別の様式に対応した画面表示機能、個別の様式に対応したデータベースの構成を開発することなく、様々な様式のデータを入力することができる。
As described above, according to the present embodiment, various data format definitions are stored in the
1…クライアント端末
11…データ登録部
12…画面描画部
13…データ様式登録部
3…サーバ
31…データ様式アクセス部
32…データアクセス部
33…データチェック部
5…データベース
DESCRIPTION OF SYMBOLS 1 ...
Claims (7)
前記データ定義格納手段から所望の前記データ定義情報を取得し、当該データ定義情報の階層構造に従って画面を構成して値の入力を受け付ける画面構成手段と、
前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するデータ格納手段と、を有し、
前記画面構成手段は、値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けること
を特徴とするデータ管理装置。 A data definition storage means for store the data definition information that defines with the hierarchical structure of various modalities in a single column of the table,
Screen configuration means for acquiring the desired data definition information from the data definition storage means, configuring a screen according to the hierarchical structure of the data definition information, and receiving input of values;
Anda data storage means for store the data of the input hierarchical values to one column of the table in the data definition information,
The screen configuration means, when accepting input of a value, accepts addition of a new hierarchical structure to the hierarchical structure of the data.
前記データを格納する際に、前記チェック定義情報を参照して前記データをチェックするチェック手段と、
を有することを特徴とする請求項4に記載のデータ管理装置。 Check definition storage means storing check definition information having a check target item in which the keys of the hierarchical structure of the data definition information are specified side by side and a determination method for determining whether the value of the item is correctly input;
Checking means for checking the data with reference to the check definition information when storing the data;
The data management apparatus according to claim 4, further comprising:
様々な様式を階層構造を用いて定義したデータ定義情報をテーブルの1つのカラムに格納したデータ定義格納手段から所望の前記データ定義情報を取得するステップと、
前記データ定義情報の階層構造に従って画面を構成して値の入力を受け付けるステップと、
前記データ定義情報に値を入力した階層構造のデータをテーブルの1つのカラムに格納するステップと、を有し、
値の入力を受け付けているときに、前記データの階層構造に対する新たな階層構造の追加を受け付けること
を特徴とするデータ管理方法。 A data management method executed by a computer,
Acquiring desired the data definition information from the data definition storage means for store the data definition information that defines one of the columns in the table by using the hierarchical structure of various styles,
A step of accepting the input of values constitutes a screen according to the hierarchical structure of the data definition information,
Storing data in a hierarchical structure in which a value is input to the data definition information in one column of the table,
A data management method characterized by accepting addition of a new hierarchical structure to the hierarchical structure of data when accepting input of a value .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014265026A JP6339932B2 (en) | 2014-12-26 | 2014-12-26 | Data management apparatus, data management method, and data management program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014265026A JP6339932B2 (en) | 2014-12-26 | 2014-12-26 | Data management apparatus, data management method, and data management program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016126420A JP2016126420A (en) | 2016-07-11 |
JP6339932B2 true JP6339932B2 (en) | 2018-06-06 |
Family
ID=56357924
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014265026A Active JP6339932B2 (en) | 2014-12-26 | 2014-12-26 | Data management apparatus, data management method, and data management program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6339932B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7080410B1 (en) * | 2021-04-28 | 2022-06-03 | 三菱電機株式会社 | Data validation device, data validation method, and data validation program |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4289022B2 (en) * | 2003-05-22 | 2009-07-01 | 日本電信電話株式会社 | Structured document processing method and apparatus, structured document processing program, and storage medium storing structured document processing program |
US20090049015A1 (en) * | 2005-10-18 | 2009-02-19 | Justsystems Corporation | Data management device and terminal device |
JP5458480B2 (en) * | 2007-08-08 | 2014-04-02 | 富士通株式会社 | Inquiry screen generation device for tagged document data inquiry processing system |
JP5901483B2 (en) * | 2012-09-20 | 2016-04-13 | 株式会社ヴァーチャル・エヌ | Database system generator |
-
2014
- 2014-12-26 JP JP2014265026A patent/JP6339932B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2016126420A (en) | 2016-07-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11200248B2 (en) | Techniques for facilitating the joining of datasets | |
US11704321B2 (en) | Techniques for relationship discovery between datasets | |
US11163527B2 (en) | Techniques for dataset similarity discovery | |
US10372791B2 (en) | Content customization | |
US10891272B2 (en) | Declarative language and visualization system for recommended data transformations and repairs | |
US10915233B2 (en) | Automated entity correlation and classification across heterogeneous datasets | |
US10885125B2 (en) | Techniques for curating data for query processing | |
CN106471517B (en) | The visualization different because of user to display elements | |
JP6562962B2 (en) | Ambiguous structured search queries on online social networks | |
Garijo et al. | OBA: An ontology-based framework for creating REST APIs for knowledge graphs | |
CN109804368A (en) | For providing the system and method for contextual information | |
US20220156245A1 (en) | System and method for managing custom fields | |
JP6339932B2 (en) | Data management apparatus, data management method, and data management program | |
US20160321259A1 (en) | Network insights | |
US9338062B2 (en) | Information displaying method and apparatus | |
JP2020160854A (en) | Code management system, and code management method | |
JP6963372B2 (en) | Business card information management system and search result display program | |
US20220050969A1 (en) | Method and system for analyzing textual narratives using quality criteria | |
AU2013201921C1 (en) | Information displaying method and apparatus | |
JP6871395B2 (en) | Systems and methods for providing cross-network event attribution | |
US11340918B2 (en) | Knowledge engine auto-generation of guided flow experience | |
US20160321612A1 (en) | Open design management server | |
Nguyen | Online T-shirts Store: E-Commerce Web Application | |
CA2907123A1 (en) | Content customization | |
Bamfo | An implementation of a web platform to support free recycling in Ghana |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170206 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20171003 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170929 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20171201 |
|
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: 20180508 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180511 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6339932 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |