WO2014094534A1 - 一种基于文件字典拼装的文件开发工具装置以及方法 - Google Patents

一种基于文件字典拼装的文件开发工具装置以及方法 Download PDF

Info

Publication number
WO2014094534A1
WO2014094534A1 PCT/CN2013/088199 CN2013088199W WO2014094534A1 WO 2014094534 A1 WO2014094534 A1 WO 2014094534A1 CN 2013088199 W CN2013088199 W CN 2013088199W WO 2014094534 A1 WO2014094534 A1 WO 2014094534A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
dictionary
format
development
parameter table
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.)
Ceased
Application number
PCT/CN2013/088199
Other languages
English (en)
French (fr)
Inventor
曹辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Unionpay Co Ltd
Original Assignee
China Unionpay Co 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 China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Publication of WO2014094534A1 publication Critical patent/WO2014094534A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Definitions

  • the present invention relates to a data processing method and apparatus, and more particularly to a file development tool device based on file dictionary assembly in a file development technique and a file development method based on file dictionary assembly.
  • the method for generating a text file based on the data of the application system is mostly, in the source code, the fields are combined in a fixed order in a format output stream, through a file operation interface of the programming language, Directly and explicitly write the contents of the file: including the business content, spaces, dividing lines, quotation marks, etc. in the file; the format of the file (including indentation, alignment, etc.) is also hard-coded to construct a specific file record string To achieve.
  • variable name In computer programs or text editing, after compiling a variable variable with a fixed-meaning field, it is very difficult to change this variable later.
  • a field with a fixed meaning can be defined as a tag, and then this special tag is used instead of the variable name.
  • tag name When the tag name is changed, the variable name does not change, so that when the entire program is recompiled, all variables are no longer fixed values, which makes it easier to change the purpose of the variable.
  • the entire variable name can be replaced by the search and replace function of the editor, it is also possible to change more or less, and in a computer program, any small errors should be avoided.
  • the present invention is directed to a file development tool device based on file dictionary assembly with high document development quality and high development efficiency, and a file development method based on file dictionary assembly.
  • a file development tool device based on a file dictionary assembly of the present invention is a device for performing data processing on file data, and is characterized by:
  • a foreground configuration module for converting file format requirements into files stored in a parameter table record
  • the background function interface module is configured to record file data according to the parameter generated by the foreground configuration module.
  • the file dictionary stores separate file dictionary elements, and the file dictionary element abstracts all possible information in the file into one or more file field elements.
  • the file dictionary element is uniquely identified by at least one or more of an element index number, an element length, an element type, an element name, an element displacement, and element transformation logic.
  • the foreground configuration module is configured to: according to the file format, a file that exists from a table record form.
  • the file format is uniquely identified by at least one or more of a file format index number, a file format field number, a file dictionary element index, a file format name, and a file format type.
  • the foreground configuration module is further configured to provide a file development configuration interface.
  • the file dictionary-based file development method of the present invention is a method for data processing of file data, and is characterized in that:
  • the file dictionary stores separate file dictionary elements respectively
  • the file dictionary element is uniquely identified by at least one or more of an element index number, an element length, an element type, an element name, an element displacement, and element transformation logic.
  • the file existing in the form of the number record is required according to the file format.
  • the file format is uniquely identified by at least one or more of a file format index number, a file format field number, a file dictionary element index, a file format name, and a file format type.
  • the following effects can be obtained: (1) Maintain a set of file dictionary resources related to the business system. All file formats are from this resource library, which can ensure the uniformity of the file format. (2) The maintenance of the file dictionary can be performed only by the file development tool, and the file is guaranteed. The authority and stability of the dictionary; (3) the development of the file is completely converted into the development of the file format, and then converted into the development of the file format parameter record, which is finally converted into the matching of the dictionary elements of the foreground configuration module, so that the abstraction can be The document development process translates into an automated, standardized parameter configuration process that greatly increases development efficiency and development quality.
  • FIG. 1 is a schematic view showing a file development tool device based on a file dictionary assembly of the present invention.
  • FIG. 2 shows a schematic diagram of a foreground design interface of a file dictionary provided by the foreground configuration module 100.
  • FIG. 3 shows a schematic diagram of a foreground design interface of a file format provided by the foreground configuration module 100.
  • FIG. 4 is a flow chart showing a file development method based on file dictionary assembly of the present invention.
  • FIG. 5 is a structural diagram showing a file development tool device based on a file dictionary assembly according to an embodiment of the present invention.
  • FIG. 1 is a schematic diagram showing a file development tool device based on a file dictionary assembly of the present invention.
  • the file development tool device 300 based on the file dictionary assembly of the present invention includes: a foreground configuration module 100 and a background conversion module 200.
  • the foreground configuration module 100 is configured to convert file format requirements into files that exist in the form of parameter table records. Specifically, the foreground configuration module 100 is configured to provide an intuitive file development configuration interface for the file development engineer, and the engineer can select the required file content elements from the file dictionary 400 through the foreground configuration module 100 according to the file format requirements, and assemble according to the predetermined order. The required file exists and exists in the form of a parameter table record, that is, one file corresponds to a set of parameter table data.
  • "selecting the required file content elements” means that the engineer needs to select the required field elements according to the field order in the specification when the file is developed according to the file specification.
  • documents passed between financial industries need to follow certain industry specifications, that is, each file has an agreed format requirement, such as the first field of the first record in the file is "sender organization code", The two fields are “receiver organization code”, etc.
  • These fields are file content elements; and the element index number, element length, element type, element name, element displacement, element conversion logic are attributes of this file element, ie "sender”
  • the organization code " field which has these attributes, such as element index number 2, element length 11, source element type string, element name for sender organization code, element displacement 560, element conversion logic default.
  • the background conversion module 200 is configured to generate parameters according to the foreground configuration module.
  • the table record parses the input source file data and outputs the file data with the required file format.
  • the background conversion module 200 is configured to provide a unified file parameter table data parsing conversion function to the application system development engineer. After the background conversion module 200 is invoked, the parameter table generated by the data in the business application system according to the foreground configuration module 100 may be implemented. The record is converted to a specific format and the final content of the file with the desired format is output.
  • FIG. 2 shows a schematic diagram of a foreground design interface of a file dictionary provided by the foreground configuration module 100.
  • the file dictionary is a collection concept, and each individual in the file dictionary exists independently.
  • the attributes of a dictionary individual include: element index number, element length, element type, element name, element displacement, element conversion logic, and so on. This data can be used to uniquely identify a dictionary element, that is, a method for obtaining the value of a field element from a business system data record.
  • FIG. 3 shows a schematic diagram of a foreground design interface of a file format provided by the foreground configuration module 100.
  • the file format is a collection concept, and the file format is assembled by a plurality of file dictionary elements in a certain order.
  • File format attributes include: file format index number, file format field number, file dictionary element index, file format name, file format type, etc.; these attributes can uniquely indicate a file format, that is, describe a type of file format The method of generation.
  • the file dictionary-based file development tool device of the present invention is capable of generating a file from data of a specific business system according to a predetermined rule, and the file development tool-based file development tool device of the present invention can All possible information in the abstraction is abstracted into a file dictionary, with all file formats as individuals assembled from specific content in the file dictionary.
  • the foreground configuration module 100 in the device is utilized
  • the required file format is converted into a file in the parameter table record format by means of interface configuration, and then the source data file is input into the background conversion module 200, and the background conversion module 200 can be used according to the parameter table record form generated by the foreground configuration module 100.
  • the file converts the source data file into file data in the required file format.
  • the file development tool device based on the file dictionary of the present invention of the present invention can realize standardization, visualization, parameterization and convenience of file development, greatly improving development efficiency and development accuracy, and greatly improving The degree of automation in the development of system data files. Brief description.
  • FIG. 4 is a flow chart showing a file development method based on file dictionary assembly of the present invention. As shown in FIG. 4, the file dictionary-based file development method of the present invention has the following steps:
  • the foreground configuration step S101 converting the file format requirement into a file existing in the parameter table record form, specifically, selecting a desired file dictionary element from the file dictionary according to the file format requirement and assembling according to the specified order to exist in the parameter table record form document.
  • a separate file dictionary element is stored in the file dictionary, and the file dictionary element abstracts all possible information in the file into one or more file field elements. In this way, all file formats can be assembled in the specified order using the file dictionary elements, and the assembled file format exists as a parameter table record.
  • a background conversion step S102 file data of the parameter table generated according to the foreground configuration step, [0037] wherein the file dictionary element is stored in the file dictionary separately.
  • the file dictionary element is uniquely identified by at least one or more of an element index number, an element length, an element type, an element name, an element displacement, and element conversion logic.
  • the file format is uniquely identified by at least one or more of a file format index number, a file format field number, a file dictionary element index, a file format name, and a file format type.
  • the file dictionary and the file format are both in the form of data table records, and all file formats are assembled by one file field (ie, file dictionary element), so that maintenance is performed.
  • a collection of file fields can be assembled into files of any format.
  • all files in the format are composed of fields in the file dictionary (ie, file dictionary elements), uniqueness can be guaranteed.
  • FIG. 5 is a structural diagram showing a file development tool device based on a file dictionary assembly according to an embodiment of the present invention.
  • the software developer selects the required file content elements from the file dictionary 300 through the foreground configuration module 100 according to the file format requirements, assembles the required files according to the predetermined order, and records them in the parameter table.
  • the file field resource library 501 is a complete set of file fields maintained by the foreground configuration module 100, that is, a file field, which exists in the form of a database table.
  • the file format parameter library 502 is a parameter maintained by the foreground configuration module 100 for describing each file format, which exists in the form of a database table.
  • Source data record, 700 in Figure 5 represents the business system name. That is, the file source data under the service system name 700 in the application system development 600 is input to the background conversion module 200, and the file field resource library 501 and the file format parameter library exist in the parameter table record form generated by the background conversion module 200 according to the foreground configuration module 100.
  • the parameter table record existing in 502 performs a specific conversion on the file source data, and outputs the final state of the file with the desired format.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本发明涉及基于文件字典拼装的文件开发工具装置以及基于文件字典拼装的文件开发方法。本发明的装置是用于对文件数据进行数据处理的装置,它具备:前台配置模块(100),用于将文件格式要求转换成以参数表记录形式存在的文件;后台功能接口模块(200),用于根据所述前台配置模块生成的参数表记录将输入的文件源数据进行解析转换并输出带有所要求的文件格式的文件数据。根据本发明,通过将文件格式要求转换成参数表记录形式存在的文件并且将源文件数据根据该参数表记录进行转换,能够将抽象的文件开发过程转化为自动化、标准化的参数配置过程,能够有效提高文件开发质量以及开发效率。

Description

一种基于文件字典拼装的文件开发工具装置以及方法 技术领域
[0001] 本发明涉及一种数据处理方法以及装置, 具体地涉及文件 开发技术中的基于文件字典拼装的文件开发工具装置以及基于文件 字典拼装的文件开发方法。
背景技术
[0002] 在现有技术中, 目前以应用系统的数据为基础生成文本文 件的方法多为, 在源码中以格式输出流的方式将字段按固定顺序进行 组合, 通过编程语言的文件操作接口, 直接显式地编写文件中内容: 包括文件中的业务内容、 空格、 分割线、 引号等; 文件的格式(包括 缩进方式、 对齐方式等)等也是通过硬编码方式, 构造特定文件记录 字符串来实现的。
[0003] 在计算机程序或文本编辑中, 采用将可变变量以一个固定 含义的字段来代替的这种方法编译后, 如果以后需要更改此变量就非 常困难了。 大部分程序语言里, 可以将一个固定含义的字段定义为一 个标记, 然后用这个特殊标记来取代变量名称。 当标记名称改变时, 变量名不变, 这样, 当重新编译整个程序时, 所有变量都不再是固定 值, 这样就更容易地实现了改变变量的目的。 尽管通过编辑器的查找 替换功能也能实现整个变量名称的替换, 但也很有可能出现多换或者 少换的情况, 而在计算机程序中, 任何小错误的出现都应该被避免。
[0004] 因此, 这种编码方式的可扩展性差, 文件格式的微小变化 都需要重新开发; 可视性差, 开发过程中无法及时获知已开发文件格 式是否正确;可维护性差,文件格式的编码方式导致代码可读性极差, 对系统后续维护带来极大困难。
[0005]
发明内容
[0006] 鉴于上述问题, 本发明旨在提供一种文件开发质量高并且 开发效率高的基于文件字典拼装的文件开发工具装置以及基于文件 字典拼装的文件开发方法。
[0007] 本发明的基于文件字典拼装的文件开发工具装置, 该装置 是用于对文件数据进行数据处理的装置, 其特征在于, 具备:
前台配置模块, 用于将文件格式要求转换成以参数表记录形式存 在的文件; 以及
后台功能接口模块, 用于根据所述前台配置模块生成的参数表记 文件数据。
[0008] 优选地, 所述文件字典中存储分别独立存在的文件字典元 素, 所述文件字典元素是将文件中所有可能出现的信息抽象为一个或 多个文件字段元素。
[0009] 优选地, 由元素索引编号、 元素长度、 元素类型、 元素名 称、 元素位移、 元素转换逻辑中的至少一个或多个唯一地标识所述文 件字典元素。
[0010] 优选地, 所述前台配置模块用于 >据所述文件格式要求从 表记录形式存在的文件。 [0011] 优选地, 由文件格式索引编号、 文件格式字段编号、 文件 字典元素索引、 文件格式名称、 文件格式类型的至少一个或多个唯一 地标识所述文件格式。
[0012] 优选地,所述前台配置模块还用于提供文件开发配置界面。
[0013] 本发明的基于文件字典拼装的文件开发方法, 该方法是用 于对文件数据进行数据处理的方法, 其特征在于, 具备:
前台配置步骤, 将文件格式要求转换成以参数表记录形式存在的 文件; 以及
后台转换步骤, 根据所述前台配置步骤生成的参数表记录将输入
[0014] 优选地, 所述文件字典中存储分别独立存在的文件字典元
[0015] 优选地, 由元素索引编号、 元素长度、 元素类型、 元素名 称、 元素位移、 元素转换逻辑中的至少一个或多个唯一地标识所述文 件字典元素。
[0016] 优选地, 在所迷前台配置步骤中, 根据所述文件格式要求 数表记录形式存在的文件。
[0017] 优选地, 由文件格式索引编号、 文件格式字段编号、 文件 字典元素索引、 文件格式名称、 文件格式类型的至少一个或多个唯一 地标识所述文件格式。
[0018] 根据本发明的基于文件字典拼装的文件开发工具装置以及 基于文件字典拼装的文件开发方法, 能够获得以下效果: ( 1 ) 可以 维护一整套业务系统相关的文件字典资源库, 所有文件格式均来自于 此资源库, 能够保证文件格式的统一性; (2 )文件字典的维护可以 且仅可以通过文件开发工具进行, 保证了文件字典的权威性和稳定 性; (3 )文件的开发完全转化为文件格式的开发, 继而转化为文件 格式参数记录的开发, 最终转化为前台配置模块的字典元素的选配, 因此能够将抽象的文件开发过程转化为自动化、 标准化的参数配置过 程, 极大提高了开发效率和开发质量。
[0019]
附图说明
[0020] 图 1是表示本发明的基于文件字典拼装的文件开发工具装 置的模式示意图。
[0021] 图 2表示由前台配置模块 100提供的文件字典的前台设计 界面示意图。
[0022] 图 3表示由前台配置模块 100提供的文件格式的前台设计 界面示意图。
[0023] 图 4是表示本发明的基于文件字典拼装的文件开发方法的 流程图。
[0024] 图 5是表示本发明一实施方式的基于文件字典拼装的文件 开发工具装置的构造图。
具体实施方式
[0025] 下面介绍的是本发明的多个实施例中的一些, 旨在提供对 本发明的基本了解, 并不 ¾在确认本发明的关键或决定性的要素或限 定所要保护的范围。 [0026] 图 1是表示本发明的基于文件字典拼装的文件开发工具装 置的模式示意图。 如图 1所示, 本发明的基于文件字典拼装的文件开 发工具装置 300具备: 前台配置模块 100和后台转换模块 200。
[0027] 前台配置模块 100用于将文件格式要求转换成以参数表记 录形式存在的文件。 具体地, 前台配置模块 100用于为文件开发工程 师提供直观的文件开发配置界面, 工程师可以根据文件格式要求, 通 过前台配置模块 100从文件字典 400中选取所需的文件内容要素, 根 据既定顺序拼装成所需文件, 并以参数表记录的形式存在, 即一个文 件对应一组参数表数据。
[0028] 其中, "选取所需的文件内容要素" 是指工程师在根据文 件规范进行文件开发时, 需要按规范中字段顺序选取需要的字段元 素。 例如, 金融行业之间传递的文件需要遵循一定的行业规范, 也就 是每个文件都有约定的格式要求, 比如该文件中第一条记录的第一个 字段为 "发送方机构代码" 、 第二个字段为 "接收方机构代码" 等, 这些字段就是文件内容要素; 而元素索引编号、元素长度、元素类型、 元素名称、 元素位移、 元素转换逻辑是这个文件要素的属性, 即 "发 送方机构代码" 字段, 它就有这些属性, 比如元素索引编号为 2、 元 素长度为 11、 元素类型为字符串、 元素名称为发送方机构代码、 元素 位移为 560、 元素转换逻辑为默认。 比如, 一个流水文件, 需要有 "发 送方机构代码" 、 "接收方机构代码" 、 "交易金额" 等字段按顺序 组成一条记录, 那么工程师需要依次选择这三个字段元素按照既定顺 序即文件规范规定的顺序拼装成一个文件。
[0029] 后台转换模块 200用于根据所述前台配置模块生成的参数 表记录将输入的源文件数据进行解析转换并输出带有所要求的文件 格式的文件数据。 具体地, 后台转换模块 200用于向应用系统开发工 程师提供统一的文件参数表数据解析转换功能, 当调用后台转换模块 200之后可以实现将业务应用系统中的数据根据前台配置模块 100生 成的参数表记录进行特定转换, 并输出终态的带有所需格式的文件内 容。
[0030] 图 2表示由前台配置模块 100提供的文件字典的前台设计 界面示意图。文件字典为集合概念,文件字典中的每个个体独立存在。 字典个体的属性包括: 元素索引编号、 元素长度、 元素类型、 元素名 称、 元素位移、 元素转换逻辑等。 通过这些数据可以唯一标示出一个 字典元素, 也就是描述出从业务系统数据记录获取字段元素取值的方 法。
[0031] 图 3表示由前台配置模块 100提供的文件格式的前台设计 界面示意图。 文件格式为集合概念, 文件格式由多个文件字典元素按 一定顺序拼装而成。 文件格式属性包括: 文件格式索引编号、 文件格 式字段编号、 文件字典元素索引、 文件格式名称、 文件格式类型等; 通过这些属性可以唯一的标示出一种文件格式, 也就是描述出一类文 件格式的生成方法。
[0032] 如上所述, 本发明的基于文件字典拼装的文件开发工具装 置能够从特定业务系统的数据中, 根据既定规则生成文件, 而且本发 明的基于文件字典拼装的文件开发工具装置能够将文件中所有可能 出现的信息抽象为文件字典, 将所有文件格式作为由文件字典中的特 定内容拼装而成的个体。在使用时,利用本装置中的前台配置模块 100 通过界面配置的方式将所要求的文件格式转换成参数表记录形式的 文件, 然后将源数据文件输入后台转换模块 200, 利用该后台转换模 块 200, 能够根据前台配置模块 100生成的参数表记录形式的文件将 源数据文件转换成所需要文件格式的文件数据。
[0033] 因此, 利用本发明的本发明的基于文件字典拼装的文件开 发工具装置能够实现文件开发的标准化、 可视化、 参数化和便捷化, 极大提高了开发效率和开发准确度, 极大提高了系统数据文件开发的 自动化程度。 简单说明。
[0035] 图 4是表示本发明的基于文件字典拼装的文件开发方法的 流程图。 如图 4所示, 本发明的基于文件字典拼装的文件开发方法具 备下述步骤:
前台配置步骤 S101 : 将文件格式要求转换成以参数表记录形式存 在的文件, 具体地, 根据文件格式要求从文件字典中选取所需的文件 字典元素并根据规定顺序拼装成以参数表记录形式存在的文件。 这 里, 在文件字典中存储分别独立存在的文件字典元素, 文件字典元素 是将文件中所有可能出现的信息抽象为一个或多个文件字段元素。 这 样, 所有的文件格式就能够用文件字典元素根据规定顺序拼装起来, 并将拼装成的文件格式以参数表记录形式存在。
[0036] 后台转换步骤 S102:根据所述前台配置步骤生成的参数表 的文件数据, [0037] 其中,所迷文件字典中存储分别独立存在的文件字典元素。 并且, 由元素索引编号、 元素长度、 元素类型、 元素名称、 元素位移、 元素转换逻辑中的至少一个或多个唯一地标识所述文件字典元素。 并 且, 由文件格式索引编号, 文件格式字段编号、 文件字典元素索引、 文件格式名称、 文件格式类型的至少一个或多个唯一地标识所述文件 格式。
[0038] 在本发明中, 文件字典和文件格式均以数据表记录的形式 存在, 而且, 所有文件格式都是由一个个的文件字段(即文件字典元 素)拼装而成的, 这样, 通过维护一整套文件字段的集合, 就能够拼 装成任意格式的文件。 另外, 由于所有格式的文件都是由文件字典中 的字段(即文件字典元素)组成的, 因此, 能够保证唯一性。
[0039] 下面对于本发明一实施方式的基于文件字典拼装的文件开 发工具装置进行说明。
[0040] 图 5是表示本发明一实施方式的基于文件字典拼装的文件 开发工具装置的构造图。
[0041] 如图 5所示, 首先, 软件开发人员根据文件格式要求, 通 过前台配置模块 100从文件字典 300中选取所需要的文件内容要素, 根据既定顺序拼装成所需文件并以参数表记录形式于文件字段资源 库 501和文件格式参数库 502。 其中, 文件字段资源库 501是通过前 台配置模块 100维护的文件字段的全集集合, 也就是文件字段, 其以 数据库表的形式存在。 文件格式参数库 502是通过前台配置模块 100 维护的用于描述每个文件格式的参数, 其以数据库表的形式存在。
[0042] 其次, 文件开发人员需要从应用系统开发 600中获取文件 源数据记录, 图 5中的 700表示业务系统名称。 即应用系统开发 600 中的业务系统名称 700下的文件源数据输入到后台转换模块 200, 由 后台转换模块 200根据前台配置模块 100生成的参数表记录形式存在 文件字段资源库 501和文件格式参数库 502中存在的参数表记录, 对 文件源数据进行特定转换, 并且输出终态的带有所需格式的文件内 谷。
[0043] 根据本发明的基于文件字典拼装的文件开发工具装置以及 基于文件字典拼装的文件开发方法, 能够获得以下效果:
( 1 )可以维护一整套业务系统相关的文件字典资源库, 所有文件 格式均来自于此资源库, 能够保证文件格式的统一性; 了文件字典的权威性和稳定性;
( 3 )文件的开发完全转化为文件格式的开发, 继而转化为文件格 式参数记录的开发, 最终转化为前台配置模块的字典元素的选配, 因 此能够将抽象的文件开发过程转化为自动化、 标准化的参数配置过 程, 极大提高了开发效率和开发质量。 发工具装置以及基于文件字典拼装的文件开发方法。 尽管只对其中一 些本发明的具体实施方式进行了描述, 但是本领域普通技术人员应当 了解, 本发明可以在不偏离其主旨与范围内以许多其他的形式实施。 因此, 所展示的例子与实施方式被视为示意性的而非限制性的, 在不 脱离如所附各权利要求所定义的本发明精神及范围的情况下, 本发明 可能涵盖各种的修改与替换。

Claims

权利 要求 书
1. 一种基于文件字典拼装的文件开发工具装置,该装置是用于对 文件数据进行数据处理的装置, 其特征在于, 具备:
前台配置模块, 用于将文件格式要求转换成以参数表记录形式存 在的文件;
后台转换模块, 用于根据所述前台配置模块生成的参数表记录将 件数据。
2. 如权利要求 1所迷的基于文件字典拼装的文件开发工具装置, 其特征在于,
所述文件字典中存储分别独立存在的文件字典元素, 所述文件字 典元素是将文件中所有可能出现的信息抽象为一个或多个文件字段 元素。
3. 如权利要求 2所述的基于文件字典拼装的文件开发工具装置, 其特征在于,
由元素索引编号、 元素长度、 元素类型、 元素名称、 元素位移、 元素转换逻辑中的至少一个或多个唯一地标识所述文件字典元素。
4. 如权利要求 3所述的基于文件字典拼装的文件开发工具装置, 其特征在于,
所述前台配置模块用于根据所述文件格式要求从文件字典中选 取所需的文件字典元素并根据规定顺序拼装成以参数表记录形式存 在的文件。
5. 如权利要求 4所述的基于文件字典拼装的文件开发方法,其特 征在于,
由文件格式索引编号、 文件格式字段编号、 文件字典元素索引、 文件格式名称、 文件格式类型的至少一个或多个唯一地标识所述文件 格式。
6. 如权利要求 1 ~ 5所述的基于文件字典拼装的文件开发工具装 置, 其特征在于,
所述前台配置模块还用于提供文件开发配置界面。
7. 一种基于文件字典拼装的文件开发方法,该方法是用于对文件 数据进行数据处理的方法, 其特征在于, 具备:
前台配置步骤, 将文件格式要求转换成以参数表记录形式存在的 文件;
后台转换步骤, 根据所述前台配置步骤生成的参数表记录将输入 据。
8. 如权利要求 7所述的基于文件字典拼装的文件开发方法,其特 征在于,
所述文件字典中存储分别独立存在的文件字典元素。
9. 如权利要求 8所述的基于文件字典拼装的文件开发方法,其特 征在于,
由元素索引编号、 元素长度、 元素类型、 元素名称、 元素位移、 元素转换逻辑中的至少一个或多个唯一地标识所述文件字典元素。
10. 如权利要求 9所述的基于文件字典拼装的文件开发方法, 其 特征在于, 在所述前台配置步骤中, 根据所述文件格式要求从文件字典中选 取所需的文件字典元素并根据规定顺序拼装成以参数表记录形式存 在的文件。
11. 如权利要求 10所述的基于文件字典拼装的文件开发方法,其 特征在于,
由文件格式索引编号、 文件格式字段编号、 文件字典元素索引、 文件格式名称、 文件格式类型的至少一个或多个唯一地标识所述文件 格式。
PCT/CN2013/088199 2012-12-21 2013-11-29 一种基于文件字典拼装的文件开发工具装置以及方法 Ceased WO2014094534A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210561415.7A CN103885762B (zh) 2012-12-21 2012-12-21 一种基于文件字典元素拼装的文件开发装置以及方法
CN201210561415.7 2012-12-21

Publications (1)

Publication Number Publication Date
WO2014094534A1 true WO2014094534A1 (zh) 2014-06-26

Family

ID=50954675

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/088199 Ceased WO2014094534A1 (zh) 2012-12-21 2013-11-29 一种基于文件字典拼装的文件开发工具装置以及方法

Country Status (2)

Country Link
CN (1) CN103885762B (zh)
WO (1) WO2014094534A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112764740A (zh) * 2021-01-26 2021-05-07 北京融和友信科技股份有限公司 一种基于Shell的应用在系统间文件交互中的处理方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416865A (zh) * 2020-11-20 2021-02-26 中国建设银行股份有限公司 基于大数据的文件处理方法和装置
CN116594604B (zh) * 2023-07-19 2024-02-09 云宏信息科技股份有限公司 一种基于数据联动的组件配置方法、数据展示方法及装置
CN120493871A (zh) * 2025-04-29 2025-08-15 众曼科技(北京)有限公司 一种基于配置文件的气象数据格式转换方法及系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1504879A (zh) * 2002-12-02 2004-06-16 深圳市中兴通讯股份有限公司 实现跨平台和复杂统计计算报表的方法和系统
CN1920837A (zh) * 2006-09-14 2007-02-28 东北大学 面向复杂装备多学科设计软件集成的参数映射方法
CN101751413A (zh) * 2008-12-18 2010-06-23 中国银联股份有限公司 字段标记法交易流水文件及其信息记录方法
CN101799801A (zh) * 2010-01-26 2010-08-11 中兴通讯股份有限公司 基于流量协议的自定义统计报表的实现方法和装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100527122C (zh) * 2007-10-24 2009-08-12 北大方正集团有限公司 可移植文档格式文件的合并方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1504879A (zh) * 2002-12-02 2004-06-16 深圳市中兴通讯股份有限公司 实现跨平台和复杂统计计算报表的方法和系统
CN1920837A (zh) * 2006-09-14 2007-02-28 东北大学 面向复杂装备多学科设计软件集成的参数映射方法
CN101751413A (zh) * 2008-12-18 2010-06-23 中国银联股份有限公司 字段标记法交易流水文件及其信息记录方法
CN101799801A (zh) * 2010-01-26 2010-08-11 中兴通讯股份有限公司 基于流量协议的自定义统计报表的实现方法和装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112764740A (zh) * 2021-01-26 2021-05-07 北京融和友信科技股份有限公司 一种基于Shell的应用在系统间文件交互中的处理方法
CN112764740B (zh) * 2021-01-26 2022-06-10 北京融和友信科技股份有限公司 一种基于Shell的应用在系统间文件交互中的处理方法

Also Published As

Publication number Publication date
CN103885762B (zh) 2017-05-31
CN103885762A (zh) 2014-06-25

Similar Documents

Publication Publication Date Title
US7506324B2 (en) Enhanced compiled representation of transformation formats
US8756407B2 (en) Configuration rule prototyping tool
JP6479184B2 (ja) コンピュータ実行可能なモデルリバースエンジニアリング方法及び装置
CN103218294B (zh) 一种嵌入式系统的调试方法、调试转换装置和系统
CN101996131A (zh) 基于xml封装关键字的gui自动测试方法及自动测试平台
CN105335412A (zh) 用于数据转换、数据迁移的方法和装置
CN116204168A (zh) 一种低代码应用快速构建方法
CN118573738A (zh) 工控协议配置方法、装置、计算机设备及存储介质
CN104598619A (zh) 一种基于约束求解器的服务组合验证方法
CN102270136B (zh) 一种需求特征建模到体系结构建模的平滑过渡方法
CN109063362A (zh) 航电软件接口控制文件设计管理系统
WO2014094534A1 (zh) 一种基于文件字典拼装的文件开发工具装置以及方法
CN105279032B (zh) 一种同步接口报文与javaBean的方法及装置
CN102693128A (zh) 用于生成系统规范的方法、设备和计算机程序产品
CN115373655B (zh) 一种基于标准化模板的信息协议代码自动生成方法
CN101288072A (zh) 数据结构的移植和转换
Le Zou et al. On synchronizing with web service evolution
TWM646597U (zh) 原始碼最佳化器
WO2007076676A1 (en) A method for automatically producing pdu coding-decoding code based on asn.1 definition
CN115496052A (zh) 金融文档生成方法及装置
CN111279350B (zh) 用于在服务管理应用接口中提供全球化特征的系统和方法
KR20070062800A (ko) 규칙기반의 전자문서 변환방법 및 그 시스템
CN104142914A (zh) 带反馈的功能模块组合方法和装置、数据处理方法和设备
CN111310414B (zh) Rdf格式文件的解析方法及生成方法
US20250225344A1 (en) Bidirectional communication with infrastructure as code system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13865551

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 19.10.2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13865551

Country of ref document: EP

Kind code of ref document: A1