JPH05100922A - Converting system for symbolic link format file into relational data base table format - Google Patents
Converting system for symbolic link format file into relational data base table formatInfo
- Publication number
- JPH05100922A JPH05100922A JP3261540A JP26154091A JPH05100922A JP H05100922 A JPH05100922 A JP H05100922A JP 3261540 A JP3261540 A JP 3261540A JP 26154091 A JP26154091 A JP 26154091A JP H05100922 A JPH05100922 A JP H05100922A
- Authority
- JP
- Japan
- Prior art keywords
- row
- data
- attribute
- item
- column
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、MMLソフトウェアで
端末上のアプリケーションプログラム間のデータ交換フ
ァイル形式としてデファクトスタンダートとなっている
シンボリックリンク形式ファイルをホストコンピュータ
上のリレーショナルデータベースファイルへ変換する方
式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for converting a symbolic link format file, which is a de facto standard as a data exchange file format between application programs on a terminal, into a relational database file on a host computer by MML software.
【0002】[0002]
【従来の技術】シンボリックリンクファイルには、デー
タ部、項目名部を区別する識別子は無い。このようなシ
ンボリックリンクファイルをデータ部、項目名部の区別
のあるリレーショナルデータベースの表へ変換する場合
は、シンボリックリンクファイル中の1行目が項目名
行、2行目がデータ開始行というように、予め決定され
た枠の中で情報の作成、変換を行った動作をしていた。2. Description of the Related Art A symbolic link file has no identifier for distinguishing a data part and an item name part. When converting such a symbolic link file into a table of a relational database having a distinction between the data part and the item name part, the first line in the symbolic link file is the item name line and the second line is the data start line. The information was created and converted within a predetermined frame.
【0003】[0003]
【発明が解決しようとする課題】上述したような従来の
データ変換方式では、変換実行時に利用者が必ずシンボ
リックリンクファイルで何行目が項目名行であり、また
データは何行目から始まるという指定を行う必要があ
り、システムの操作性が悪いという欠点がある。In the conventional data conversion method as described above, the user must always execute the conversion so that the line in the symbolic link file is the item name line and the data starts from the line. It is necessary to specify it, and there is a drawback that the operability of the system is poor.
【0004】また、無条件に1行目を項目名行、2行目
からデータとした場合は、シンボリックリンクファイル
の自由度が失われる欠点がある。Further, if the first line is unconditionally used as data from the item name line and the second line, there is a drawback that the degree of freedom of the symbolic link file is lost.
【0005】[0005]
【課題を解決するための手段】本発明は、端末コンピュ
ータ上に存在するシンボリックリンク形式のファイルを
ホストコンピュータ上のリレーショナルデータベースの
表形式に変換する方式において、端末上のシンボリック
リンク形式ファイルを入力する手段と、その入力された
シンボリックリンク形式ファイル情報をメモリテーブル
上に記憶格納する手段と、前記メモリテーブル中の列内
の各アイテムの属性から当該列の属性を決定する手段
と、前記メモリテーブルの決定された列の属性と各アイ
テムの属性が一致する行のうち最上位の行をデータ開始
行とする手段と、前記メモリテーブルで前記データ開始
行から1行づつ上の行へ戻り行中に空白文字を除き2種
類以上の文字が存在する行を項目名行とする手段と、前
記列の属性と前記項目名行の各項目からなるディレクト
リと前記メモリテーブルの前記データ開始行以下の前記
列の属性と各アイテムの属性が一致する行のデータ部を
ホストコンピュータ上のデータベース格納プログラムへ
送ることを特徴とする。The present invention inputs a symbolic link format file on a terminal in a system for converting a symbolic link format file existing on a terminal computer into a relational database table format on a host computer. Means, means for storing and storing the input symbolic link format file information in a memory table, means for determining the attribute of the column from the attributes of each item in the column in the memory table, and the memory table A means for setting the highest row among the rows in which the determined column attribute and the attribute of each item match as a data start row, and returning to the row one row above the data start row in the memory table A means for setting a line having two or more types of characters excluding white space as an item name line, an attribute of the column, and the item It is characterized in that a data section of a directory consisting of each item of a name row and a row in which an attribute of each column below the data start row of the memory table and an attribute of each item match is sent to a database storage program on a host computer. .
【0006】[0006]
【実施例】次に、本発明について図面を参照して説明す
る。DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.
【0007】図1は本発明の一実施例のシステム構成
図、図2はシンボリックリンクファイル情報の格納テー
ブルの格納例、図3および図4は本実施例のフローチャ
ートである。FIG. 1 is a system configuration diagram of an embodiment of the present invention, FIG. 2 is a storage example of a storage table of symbolic link file information, and FIGS. 3 and 4 are flowcharts of this embodiment.
【0008】本実施例は図1に示すように端末上に設け
られたファイル変換転送プログラム1が、ファイル入部
11、メモリテーブル展開部12、属性決定部13、デ
ータ開始行決定部14、項目名行決定部15、データ変
換部16およびデータ転送部17を有し、さらにホスト
上のデータベース格納プログラム2、端末上のシンボリ
ックリンクファイル3、ホスト上データベース4を有し
て構成されている。In this embodiment, as shown in FIG. 1, the file conversion / transfer program 1 provided on the terminal has a file input unit 11, a memory table expansion unit 12, an attribute determination unit 13, a data start line determination unit 14, and an item name. It has a row determining unit 15, a data converting unit 16, and a data transferring unit 17, and further has a database storing program 2 on the host, a symbolic link file 3 on the terminal, and a database 4 on the host.
【0009】まず端末上のファイル変換転送プログラム
1がシンボリックリンクファイル3をファイル入力部1
1により読み込む、そして逐次読み込みを行いながらシ
ンボリックリンクファイルのデータアイテム情報を行、
列の格納位置とデータアイテムに分解する。そして、メ
モリテーブル展開部12がメモリテーブルに行列に配置
格納する。First, the file conversion transfer program 1 on the terminal transfers the symbolic link file 3 to the file input section 1
1, read the data item information of the symbolic link file while reading sequentially,
Decompose into storage location of column and data item. Then, the memory table expansion unit 12 arranges and stores in a matrix in the memory table.
【0010】ここで図2に例示するシンボリックリンク
ファイル3の格納テーブル2を参照し詳細に説明する。
格納テーブル2には行列に配置格納されたデータアイテ
ム21がある。また、格納データ属性部22が各データ
アイテム21の先頭1バイトを割り当てられて設けられ
ている。格納データ属性部22には、データアイテムの
属性部を格納する。シンボリックファイルの情報により
数値か、数値以外であるかの判断は可能である。ここで
数値以外の場合は格納されているデータアイテムの内部
コードを識別し、漢字属性か英数字文字属性かの区別を
行う。よって、格納データ属性部22には英数字文字属
性(A)、漢字属性(K)、数値属性(N)の3つの情
報が格納される。The storage table 2 of the symbolic link file 3 illustrated in FIG. 2 will be described in detail below.
The storage table 2 has data items 21 arranged and stored in a matrix. Further, the stored data attribute section 22 is provided by allocating the first 1 byte of each data item 21. The stored data attribute section 22 stores the attribute section of the data item. It is possible to determine whether the value is a numerical value or a value other than the numerical value based on the information in the symbolic file. If the value is other than a numeric value, the internal code of the stored data item is identified to distinguish between the Kanji attribute and the alphanumeric character attribute. Therefore, the stored data attribute portion 22 stores three pieces of information, an alphanumeric character attribute (A), a kanji character attribute (K), and a numerical value attribute (N).
【0011】次に格納されたテーブルを属性決定部13
が格納データ属性部22を列1において縦方向に順次上
から読み取り、格納データ属性部22の内容を分類す
る。その内で一番多い属性を列1の属性と決定する。そ
してまたその右の列2の属性の決定処理へと順次進んで
いく。こうして全ての列の属性が決定される。ここでホ
スト上の表のディレクトリの変換属性が自動的に決定さ
れる。Next, the stored table is used as the attribute determining unit 13
Reads the stored data attribute section 22 sequentially from the top in the vertical direction in column 1, and classifies the contents of the stored data attribute section 22. The attribute with the largest number among them is determined as the attribute of column 1. Then again, the process proceeds to the determination process of the attribute in the column 2 on the right. In this way, the attributes of all columns are determined. Here, the conversion attribute of the directory of the table on the host is automatically determined.
【0012】次にデータ開始行決定部14は、属性決定
部13で決定された属性と格納データ属性部22が一致
するかどうか、行1の格納データ属性部22を左から比
較していく。もしここで一致しない項目属性があった場
合は次の行へと進んでいく。ここで行内の全ての属性が
一致すれば、この行をデータ開始行として決定する。こ
こでデータ開始行から下位に格納されているデータ21
をホスト上のリレーショナルデータベース4へ転送する
対象とする。Next, the data start row determining section 14 compares the stored data attribute section 22 of row 1 from the left to see whether the attribute determined by the attribute determining section 13 matches the stored data attribute section 22. If there is an item attribute that does not match here, proceed to the next line. If all the attributes in the line match, this line is determined as the data start line. Here, the data 21 stored below the data start line
Is to be transferred to the relational database 4 on the host.
【0013】次に項目名行決定部15は、項目名行を決
定するためにデータ開始行から一つ前の行へ戻る。そし
てその行が数値属性を含まない行であるか格納データ属
性部22を順次左の列から判定していく。もしここで数
値属性が存在すれば、さらに一つ前の行へ移っていく。
ここで1行目まで戻っても数値属性が存在する場合は、
このシンボリックファイルは項目見出しが無いものであ
るとみなし、項目見出し無しの表としてホスト上のリレ
ーショナルデータベース4へ転送する。数値属性を含ま
ない行であれば、この行内に空白文字を除き2種類以上
の文字が存在するかどうか、格納データアイテム21の
文字コードを判定していく。これは、シンボリックファ
イルを扱うソフトウェアが表示上、区切り線(−)ある
いは全て空白の1行を格納している場合があるためであ
る。よって、行内の属性が全て漢字あるいは英数字文字
であり、かつ2種類以上の文字コードがある行を項目名
行として決定する。Next, the item name line determination unit 15 returns to the line immediately before the data start line to determine the item name line. Then, the stored data attribute portion 22 is sequentially determined from the left column to determine whether the row does not include a numerical attribute. If there is a numeric attribute here, move to the previous row.
If there is a numeric attribute even if you return to the first line,
This symbolic file is regarded as having no item heading, and is transferred to the relational database 4 on the host as a table having no item heading. In the case of a line that does not include a numerical attribute, the character code of the stored data item 21 is determined whether or not there are two or more types of characters in this line, excluding blank characters. This is because software that handles symbolic files may store a delimiter line (-) or one blank line on the display. Therefore, a line in which all the attributes in the line are Kanji or alphanumeric characters and two or more types of character codes are determined as the item name line.
【0014】次にデータ変換部16はホスト上の表に変
換できるように表のディレクトリを作成する。ディレク
トリとは表の各列の属性と各列の項目名から成るもので
ある。Next, the data conversion unit 16 creates a table directory so that it can be converted into a table on the host. A directory consists of attributes of each column of the table and item names of each column.
【0015】次にデータ転送部17はホスト上のデータ
ベース格納プログラム5へディレクトリ情報を転送し、
続いてデータ部を転送する。データ部は、データ開始行
決定部14に決定された行から順次、下位の行へ1行づ
つ転送していく。この時、実際のホストへ転送対象とな
る行は、属性決定部13で決定されたディレクトリの属
性と格納データ属性部22が全て一致する行のみであ
る。Next, the data transfer unit 17 transfers the directory information to the database storage program 5 on the host,
Then, the data part is transferred. The data section sequentially transfers the rows determined by the data start row determining section 14 to the lower rows one by one. At this time, the lines to be actually transferred to the host are only the lines in which the attributes of the directory determined by the attribute determining unit 13 and the stored data attribute unit 22 all match.
【0016】データベース格納プログラム5は端末上の
ファイル変換転送プログラム1からのデータを受信し、
ホスト上データベース4へ表データとしてディレクトリ
部とデータ部を格納する。The database storage program 5 receives the data from the file conversion transfer program 1 on the terminal,
A directory part and a data part are stored as table data in the on-host database 4.
【0017】次に、図3および図4のフローチャートを
参照しつつ、図2の格納テーブルの格納データアイテム
を例として説明する。Next, referring to the flow charts of FIGS. 3 and 4, the storage data item of the storage table of FIG. 2 will be described as an example.
【0018】各項目で一番多い属性を列の属性とすると
列1は英数字文字、列2は英数字文字、列3は数値とな
る。Assuming that the most attribute in each item is a column attribute, column 1 is alphanumeric characters, column 2 is alphanumeric characters, and column 3 is a numerical value.
【0019】次にデータ開始行を求めるために行指示番
号(L)と列指示番号(c)を初期値0に設定する。こ
れらの番号は格納テーブルの行列に対応する。そして行
(L)内の各列(c)が列属性と一致するか判断する
と、データ開始行(d)は4となる。すなわちこのシン
ボリックファイルのデータは4行目から始まることが決
定される。Next, the row designation number (L) and the column designation number (c) are set to an initial value 0 in order to obtain the data start row. These numbers correspond to the matrix of the storage table. Then, when it is determined whether each column (c) in the row (L) matches the column attribute, the data start row (d) becomes 4. That is, it is determined that the data of this symbolic file starts from the 4th line.
【0020】次にデータ開始行(d)の値を1減算し、
その行内に数値属性が無いこと、全て空白でないこと、
及び2種類以上の文字が存在することを判定する。ここ
で行(L)が行3では数値属性は無いが行内には1文字
の種類(−)しか文字が存在しないためさらに(L)を
一つ減算し前の行2へ移る。行2は全て漢字属性の行で
あるが、格納されているコードの種類は2種類以上存在
している。よって(L)が2の行、すなわち2行目が項
目名行と決定される。Next, the value of the data start row (d) is subtracted by 1,
No numeric attributes in the line, not all blanks,
And that there are two or more types of characters. Here, in line (L), in line 3, there is no numerical attribute, but since there is only one type of character (-) in the line, (L) is further decremented by 1 and the process moves to the previous line 2. Line 2 is a line with all Chinese characters, but there are two or more types of stored codes. Therefore, the line in which (L) is 2, that is, the second line is determined as the item name line.
【0021】[0021]
【発明の効果】以上説明したように本発明は利用者の手
を煩わすこと無く、自動的にデータ行、項目名行を決定
し、シンボリックリンクファイルをリレーショナルデー
タベースへ変換できる効果がある。As described above, the present invention has an effect that data lines and item name lines can be automatically determined and a symbolic link file can be converted into a relational database without bothering the user.
【図1】本発明の一実施例のシステム構成図である。FIG. 1 is a system configuration diagram of an embodiment of the present invention.
【図2】図1中のシンボリックリンクファイル3の情報
格納テーブルの格納例を示す図である。FIG. 2 is a diagram showing a storage example of an information storage table of a symbolic link file 3 in FIG.
【図3】図1中のファイル変換転送プログラムの流れ図
である。3 is a flow chart of a file conversion transfer program in FIG.
【図4】図1中のファイル変換転送プログラムの流れ図
である。FIG. 4 is a flowchart of the file conversion transfer program in FIG.
1 ファイル変換転送プログラム 11 ファイル入力部 12 メモリテーブル展開部 13 属性決定部 14 データ開始行決定部 15 項目名行決定部 16 データ変換部 17 データ転送部 3 シンボリックリンクファイル 4 リレーショナルデータベース 5 データベース格納プログラム 1 File conversion transfer program 11 File input unit 12 Memory table expansion unit 13 Attribute determination unit 14 Data start line determination unit 15 Item name line determination unit 16 Data conversion unit 17 Data transfer unit 3 Symbolic link file 4 Relational database 5 Database storage program
Claims (1)
ックリンク形式のファイルをホストコンピュータ上のリ
レーショナルデータベースの表形式に変換する方式にお
いて、端末上のシンボリックリンク形式ファイルを入力
する手段と、その入力されたシンボリックリンク形式フ
ァイル情報をメモリテーブル上に記憶格納する手段と、
前記メモリテーブル中の列内の各アイテムの属性から当
該列の属性を決定する手段と、前記メモリテーブルの決
定された列の属性と各アイテムの属性が一致する行のう
ち最上位の行をデータ開始行とする手段と、前記メモリ
テーブルで前記データ開始行から1行づつ上の行へ戻り
行中に空白文字を除き2種類以上の文字が存在する行を
項目名行とする手段と、前記列の属性と前記項目名行の
各項目からなるディレクトリと前記メモリテーブルの前
記データ開始行以下の前記列の属性と各アイテムの属性
が一致する行のデータ部をホストコンピュータ上のデー
タベース格納プログラムへ送ることを特徴とするシンボ
リックリンク形式ファイルのリレーショナルデータベー
ス表形式への変換方式。1. A method for converting a symbolic link format file existing on a terminal computer into a table format of a relational database on a host computer, means for inputting the symbolic link format file on the terminal, and the inputted symbolic Means for storing and storing the link format file information on the memory table,
Means for determining the attribute of the column from the attribute of each item in the column in the memory table, and data of the highest row of the rows in which the attribute of the determined column of the memory table and the attribute of each item match A means for defining a start row, a means for returning to the row one row above the data start row in the memory table, a means for defining a row in which two or more kinds of characters are present in the row excluding blank characters as an item name row, The data part of the row in which the attributes of the column and the attributes of each item below the data start row of the memory table match the attributes of the column and each item of the item name row to the database storage program on the host computer A method of converting a symbolic link format file into a relational database table format characterized by sending.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3261540A JPH05100922A (en) | 1991-10-09 | 1991-10-09 | Converting system for symbolic link format file into relational data base table format |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3261540A JPH05100922A (en) | 1991-10-09 | 1991-10-09 | Converting system for symbolic link format file into relational data base table format |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05100922A true JPH05100922A (en) | 1993-04-23 |
Family
ID=17363319
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3261540A Pending JPH05100922A (en) | 1991-10-09 | 1991-10-09 | Converting system for symbolic link format file into relational data base table format |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05100922A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100746029B1 (en) * | 2006-01-11 | 2007-08-06 | 삼성전자주식회사 | Method and apparatus for generating symbolic link, and accessing a file/directory using the symbolic link with maintaining compatibility of file system |
JP2008102827A (en) * | 2006-10-20 | 2008-05-01 | Hitachi Capital Corp | System and method for monitoring personal information file |
-
1991
- 1991-10-09 JP JP3261540A patent/JPH05100922A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100746029B1 (en) * | 2006-01-11 | 2007-08-06 | 삼성전자주식회사 | Method and apparatus for generating symbolic link, and accessing a file/directory using the symbolic link with maintaining compatibility of file system |
US7809779B2 (en) | 2006-01-11 | 2010-10-05 | Samsung Electronics Co., Ltd. | Method of creating symbolic link capable of being compatible with file system, and method and apparatus for accessing file or directory by using symbolic link |
JP2008102827A (en) * | 2006-10-20 | 2008-05-01 | Hitachi Capital Corp | System and method for monitoring personal information file |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2718881B2 (en) | Token identification system | |
EP0136710B1 (en) | Data structure in a document processing system | |
US5355481A (en) | Data base access system | |
JPH07160389A (en) | Data input workstation | |
JP2740335B2 (en) | Table reader with automatic cell attribute determination function | |
JPH05100922A (en) | Converting system for symbolic link format file into relational data base table format | |
JPH03147181A (en) | Object reference processing system | |
JPH0619756A (en) | Edi format conversion method | |
JP2718107B2 (en) | Comparison processing method | |
JPH05165619A (en) | Standard name attaching system | |
JPH01120621A (en) | Retrieving/updating system for data base | |
JP2674887B2 (en) | Word processor | |
JPH09114854A (en) | Document retrieving system | |
JPS62229291A (en) | Image formation system | |
JPH0334057A (en) | Document production method | |
JPH0546669A (en) | Hit ratio improvement system for data base retrieval system | |
JPS62211728A (en) | Japanese information retrieving system | |
JPH01154222A (en) | Name control system for data base | |
JPS6046588A (en) | Discrimination system for frequency of using decentralized registration character | |
JPH01302592A (en) | Information storing and retrieving device | |
JPH0556553B2 (en) | ||
Parikh | Design of a Text Editor for VSAM Files | |
JPH09134357A (en) | Character processor | |
JPH0352102B2 (en) | ||
JPH10187516A (en) | Method, device for electronic filing and storage medium |