CN113986381A - Data analysis method, device, equipment and storage medium - Google Patents

Data analysis method, device, equipment and storage medium Download PDF

Info

Publication number
CN113986381A
CN113986381A CN202111255460.5A CN202111255460A CN113986381A CN 113986381 A CN113986381 A CN 113986381A CN 202111255460 A CN202111255460 A CN 202111255460A CN 113986381 A CN113986381 A CN 113986381A
Authority
CN
China
Prior art keywords
script
data
data file
configuration information
file
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
CN202111255460.5A
Other languages
Chinese (zh)
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.)
Shanghai Pudong Development Bank Co Ltd
Original Assignee
Shanghai Pudong Development Bank 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 Shanghai Pudong Development Bank Co Ltd filed Critical Shanghai Pudong Development Bank Co Ltd
Priority to CN202111255460.5A priority Critical patent/CN113986381A/en
Publication of CN113986381A publication Critical patent/CN113986381A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

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

Abstract

The invention discloses a data analysis method, a data analysis device, data analysis equipment and a storage medium. Acquiring configuration information of a data file; determining an analysis script template according to the configuration information; acquiring a target table definition script according to the analysis script template and the configuration information; determining a loading script according to the file type of the data file; and analyzing the data file according to the target table definition script and the loading script. The data analysis method provided by the embodiment of the invention can improve the data analysis efficiency and reduce the data analysis cost.

Description

Data analysis method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a data analysis method, a data analysis device, data analysis equipment and a storage medium.
Background
Nowadays, with the development of an information-based society, the requirements of various industries on data file transmission are higher and higher, and the accuracy of data is particularly important while high-efficiency transmission is met, such as bank account files, teller operation information, user bills and the like, which require high-efficiency and accurate data transmission. Although such a file can automatically interact with a related application system within a precise time window at present, for a related data receiving party, in order to realize analysis of received data, a developer needs to perform data field type conversion, data quality logic verification, data format conversion, Structured Query Language (SQL) script development and other work, and a currently common technical scheme is as follows: and the data provider provides data processing logic, and developers need to correspondingly analyze the file according to the file processing logic, and develop an analysis script by combining with the current database version to acquire corresponding field information. At present, the analysis script is mainly written manually, the development cost is high, the problems of analysis errors and the like are easy to occur, and the efficiency of the data analysis process is low and the cost is high.
Disclosure of Invention
Embodiments of the present invention provide a data analysis method, apparatus, device, and storage medium, which can improve data analysis efficiency and reduce data analysis cost.
In a first aspect, an embodiment of the present invention provides a data parsing method, including:
acquiring configuration information of a data file;
determining an analysis script template according to the configuration information;
acquiring a target table definition script according to the analysis script template and the configuration information;
determining a loading script according to the file type of the data file;
and analyzing the data file according to the target table definition script and the loading script.
In a second aspect, an embodiment of the present invention further provides a data analysis apparatus, including:
the configuration information acquisition module is used for acquiring the configuration information of the data file;
the analysis script template acquisition module is used for determining an analysis script template according to the configuration information;
a target table definition script obtaining module, configured to obtain a target table definition script according to the parsing script template and the configuration information;
the loading script determining module is used for determining a loading script according to the file type of the data file;
and the data file analysis module is used for analyzing the data file according to the target table definition script and the loading script.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes: comprising a memory, a processor and a computer program stored on the memory and operable on the processor, the processor implementing the data parsing method according to an embodiment of the invention when executing the program.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processing apparatus to implement the data parsing method according to the embodiment of the present invention.
The embodiment of the invention discloses a data analysis method, a data analysis device, data analysis equipment and a storage medium. Acquiring configuration information of a data file; determining an analysis script template according to the configuration information; acquiring a target table definition script according to the analysis script template and the configuration information; determining a loading script according to the file type of the data file; and analyzing the data file according to the target table definition script and the loading script. The data analysis method provided by the embodiment of the invention can improve the data analysis efficiency and reduce the data analysis cost.
Drawings
Fig. 1 is a flowchart of a data parsing method according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a data analysis apparatus according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
The prior art has the following defects:
1. since data provided by a data provider needs to be used by a plurality of related systems, and the versions of databases used by the systems are different (MYSQL, SYBASE, SQL SERVER, etc.), a data receiver needs to develop corresponding scripts according to the version of its own database when parsing the data. The repeatability of script development is high, and manual writing is inevitable to have errors, so that the later testing cost is greatly increased.
2. Data providers often provide a data file, such as a text file or an EXCEL file, and such problems are often difficult to detect in the testing process due to the influence of database version differences, data quality and other factors. In order to avoid such problems, the data receiver processes the specific data type, and the development cost is increased accordingly.
In view of this, the invention provides an automatic script generation tool suitable for multiple scenes, and the tool can automatically generate analysis scripts of multiple databases by filling in specified configuration information, thereby greatly reducing the development cost and improving the accuracy of file analysis.
Example one
Fig. 1 is a flowchart of a data parsing method according to an embodiment of the present invention, where this embodiment is applicable to a case of parsing received data, and the method may be executed by a data parsing apparatus, as shown in fig. 1, where the method specifically includes the following steps:
step 110, obtaining configuration information of the data file.
The configuration information may include data format, database type, target table name, field information, data type, and check rule. The check rule may be a regular expression. The configuration information may be recorded in the form of a web page form or table (e.g., EXCEL table). The configuration information may be sent by the data sender.
And step 120, determining a parsing script template according to the configuration information.
The parsing script template may be generated by a developer through pre-editing. In this embodiment, a corresponding relationship between the database type and the analysis script template may be pre-established, and then the analysis script template may be determined from the corresponding relationship according to the database type in the configuration information.
And step 130, acquiring the target table definition script according to the analysis script template and the configuration information.
The target table definition script may be a script composed of table building statements and used for building a data table in a database. Specifically, a target table definition script is generated according to the target table name, the field definition and the data type in the analysis script module and the configuration information.
Step 140, determining a loading script according to the file type of the data file.
The file types may include a text file type and a form type (e.g., EXCEL).
Optionally, the method for determining the loading script according to the file type of the data file may be: if the file type of the data file is the text file type, acquiring symbol information in the data file; and generating a loading script according to the symbol information and the configuration information.
Wherein the symbol information includes delimiter information and line break information. Specifically, if the type of the data file is a text file type, separator and linefeed information in the data file are acquired, and then a relevant loading script is automatically generated by combining field information of the configuration file.
Optionally, the method for determining the loading script according to the file type of the data file may be: and if the file type of the data file is the table type, reading the data file line by line to generate a loading script.
Specifically, if the data file is an EXCEL-type file, the data file is read line by line in combination with the field information of the configuration information, and a corresponding loading script is automatically generated.
And 150, analyzing the data file according to the target table definition script and the loading script.
In this embodiment, the process of parsing the data file according to the target table definition script and the loading script may be as follows: establishing a target table in a database according to the target table definition script; and loading the data file into the target table according to the loading script.
Optionally, after the data file is loaded into the target table according to the loading script, the method further includes the following steps: and verifying the data loaded into the target table according to the verification rule.
And if the data file type is a text file type, after the data file is loaded, carrying out regular verification on the data file according to the field sequence so as to verify the integrity of the data.
If the file type of the data file is a table type, after the data file is loaded, when the data is read line by line, special processing needs to be carried out on the field of the text format, each line of data is matched according to a regular expression, meanwhile, the data is verified, if the data is empty or other abnormal conditions exist, abnormal information is displayed, and rollback reduction is carried out.
Optionally, after parsing the data file according to the target table definition script and the loading script, the method further includes: the object table definition script and the loading script are stored.
According to the technical scheme of the embodiment, the configuration information of the data file is acquired; determining an analysis script template according to the configuration information; acquiring a target table definition script according to the analysis script template and the configuration information; determining a loading script according to the file type of the data file; and analyzing the data file according to the target table definition script and the loading script. The data analysis method provided by the embodiment of the invention can improve the data analysis efficiency and reduce the data analysis cost.
Example two
Fig. 2 is a schematic structural diagram of a data analysis apparatus according to a second embodiment of the present invention. As shown in fig. 2, the apparatus includes:
a configuration information obtaining module 210, configured to obtain configuration information of the data file;
the analysis script template obtaining module 220 is configured to determine an analysis script template according to the configuration information;
a target table definition script obtaining module for obtaining a target table definition script according to the analysis script template and the configuration information;
a loading script determining module 230, configured to determine a loading script according to a file type of the data file;
and the data file analyzing module 240 is used for analyzing the data file according to the target table definition script and the loading script.
Optionally, the configuration information includes a data format, a database type, a target table name, field information, a data type, and a check rule.
Optionally, the method further includes: a correspondence establishing module, configured to:
pre-establishing a corresponding relation between a database type and an analysis script template;
optionally, the parsing script template obtaining module 220 is further configured to:
and determining an analysis script template from the corresponding relation according to the database type in the configuration information.
Optionally, the loading script determining module 230 is further configured to:
if the file type of the data file is the text file type, acquiring symbol information in the data file; wherein the symbol information includes delimiter information and linefeed information;
and generating a loading script according to the symbol information and the configuration information.
Optionally, the loading script determining module 230 is further configured to: :
and if the file type of the data file is the table type, reading the data file line by line to generate a loading script.
Optionally, the data file parsing module 240 is further configured to:
establishing a target table in a database according to the target table definition script;
and loading the data file into the target table according to the loading script.
Optionally, the method further includes: a verification module to:
and verifying the data loaded into the target table according to the verification rule.
The device can execute the methods provided by all the embodiments of the invention, and has corresponding functional modules and beneficial effects for executing the methods. For details not described in detail in this embodiment, reference may be made to the methods provided in all the foregoing embodiments of the present invention.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention. FIG. 3 illustrates a block diagram of a computer device 312 suitable for use in implementing embodiments of the present invention. The computer device 312 shown in FIG. 3 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention. Device 312 is a computing device for typical data parsing functions.
As shown in FIG. 3, computer device 312 is in the form of a general purpose computing device. The components of computer device 312 may include, but are not limited to: one or more processors 316, a storage device 328, and a bus 318 that couples the various system components including the storage device 328 and the processors 316.
Bus 318 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an enhanced ISA bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnect (PCI) bus.
Computer device 312 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 312 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 328 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) 330 and/or cache Memory 332. The computer device 312 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 334 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a Compact disk-Read Only Memory (CD-ROM), a Digital Video disk (DVD-ROM), or other optical media) may be provided. In these cases, each drive may be connected to bus 318 by one or more data media interfaces. Storage 328 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program 336 having a set (at least one) of program modules 326 may be stored, for example, in storage 328, such program modules 326 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which may comprise an implementation of a network environment, or some combination thereof. Program modules 326 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
The computer device 312 may also communicate with one or more external devices 314 (e.g., keyboard, pointing device, camera, display 324, etc.), with one or more devices that enable a user to interact with the computer device 312, and/or with any devices (e.g., network card, modem, etc.) that enable the computer device 312 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 322. Also, computer device 312 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), etc.) and/or a public Network, such as the internet, via Network adapter 320. As shown, network adapter 320 communicates with the other modules of computer device 312 via bus 318. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the computer device 312, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape drives, and data backup storage systems, to name a few.
The processor 316 executes various functional applications and data processing by executing programs stored in the storage device 328, for example, to implement the data parsing method provided by the above-described embodiment of the present invention.
Example four
Embodiments of the present invention provide a computer-readable storage medium on which a computer program is stored, where the computer program, when executed by a processing device, implements a data parsing method as in the embodiments of the present invention. The computer readable medium of the present invention described above may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring configuration information of a data file; determining an analysis script template according to the configuration information; acquiring a target table definition script according to the analysis script template and the configuration information; determining a loading script according to the file type of the data file; and analyzing the data file according to the target table definition script and the loading script.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A data parsing method, comprising:
acquiring configuration information of a data file;
determining an analysis script template according to the configuration information;
acquiring a target table definition script according to the analysis script template and the configuration information;
determining a loading script according to the file type of the data file;
and analyzing the data file according to the target table definition script and the loading script.
2. The method of claim 1, wherein the configuration information comprises data format, database type, target table name, field information, data type, and check rule.
3. The method of claim 2, further comprising:
pre-establishing a corresponding relation between a database type and an analysis script template;
determining a parsing script template according to the configuration information, including:
and determining an analysis script template from the corresponding relation according to the database type in the configuration information.
4. The method of claim 2, wherein determining a load script based on a file type of the data file comprises:
if the file type of the data file is a text file type, acquiring symbol information in the data file; wherein the symbol information includes delimiter information and linefeed information;
and generating a loading script according to the symbol information and the configuration information.
5. The method of claim 2, wherein determining a load script based on a file type of the data file comprises:
and if the file type of the data file is the table type, reading the data file line by line to generate a loading script.
6. The method of claim 4 or 5, wherein parsing the data file according to the object table definition script and the loading script comprises:
establishing a target table in a database according to the target table definition script;
and loading the data file into the target table according to the loading script.
7. The method of claim 6, further comprising, after loading the data file into the target table according to the load script:
and verifying the data loaded into the target table according to the verification rule.
8. A data analysis device, comprising:
the configuration information acquisition module is used for acquiring the configuration information of the data file;
the analysis script template acquisition module is used for determining an analysis script template according to the configuration information;
a target table definition script obtaining module, configured to obtain a target table definition script according to the parsing script template and the configuration information;
the loading script determining module is used for determining a loading script according to the file type of the data file;
and the data file analysis module is used for analyzing the data file according to the target table definition script and the loading script.
9. A computer device, the device comprising: comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the data parsing method according to any of claims 1-7 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processing device, carries out a data parsing method according to any one of claims 1-7.
CN202111255460.5A 2021-10-27 2021-10-27 Data analysis method, device, equipment and storage medium Pending CN113986381A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111255460.5A CN113986381A (en) 2021-10-27 2021-10-27 Data analysis method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111255460.5A CN113986381A (en) 2021-10-27 2021-10-27 Data analysis method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113986381A true CN113986381A (en) 2022-01-28

Family

ID=79742535

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111255460.5A Pending CN113986381A (en) 2021-10-27 2021-10-27 Data analysis method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113986381A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473108A (en) * 2013-08-12 2013-12-25 福建富士通信息软件有限公司 Java code generating method
US10311076B1 (en) * 2016-10-26 2019-06-04 Open Invention Network, Llc Automated file acquisition, identification, extraction and transformation
CN111695329A (en) * 2020-06-12 2020-09-22 深圳前海微众银行股份有限公司 Universal report generation method and device
CN113553337A (en) * 2021-07-26 2021-10-26 中国工商银行股份有限公司 Method, system, device, storage medium, and program product for generating database script

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473108A (en) * 2013-08-12 2013-12-25 福建富士通信息软件有限公司 Java code generating method
US10311076B1 (en) * 2016-10-26 2019-06-04 Open Invention Network, Llc Automated file acquisition, identification, extraction and transformation
CN111695329A (en) * 2020-06-12 2020-09-22 深圳前海微众银行股份有限公司 Universal report generation method and device
CN113553337A (en) * 2021-07-26 2021-10-26 中国工商银行股份有限公司 Method, system, device, storage medium, and program product for generating database script

Similar Documents

Publication Publication Date Title
US10007596B2 (en) Generating test scripts through application integration
CN111367791B (en) Method, device, medium and electronic equipment for generating test case
CN111241180A (en) Information processing method, device, equipment and storage medium
CN110704325B (en) Data processing method and device, computer storage medium and electronic equipment
CN113448869B (en) Method and device for generating test case, electronic equipment and computer readable medium
CN111124541A (en) Configuration file generation method, device, equipment and medium
CN113050987B (en) Method and device for generating interface document, storage medium and electronic equipment
CN108399128A (en) A kind of generation method of user data, device, server and storage medium
CN111930385A (en) Data acquisition method, device, equipment and storage medium
CN116185393A (en) Method, device, equipment, medium and product for generating interface document
CN113238940B (en) Interface test result comparison method, device, equipment and storage medium
CN113986381A (en) Data analysis method, device, equipment and storage medium
CN113807056B (en) Document name sequence error correction method, device and equipment
CN111373377A (en) Error handling
CN109062797B (en) Method and device for generating information
CN113742225B (en) Test data generation method, device, equipment and storage medium
CN108170557B (en) Method and apparatus for outputting information
CN110471667A (en) A kind of method, apparatus, medium and electronic equipment for auditing source program
CN112783903A (en) Method and device for generating update log
CN113641585B (en) Test data generation method, device, equipment and storage medium
CN113419963B (en) Method, device, equipment and storage medium for integrating programming language items
CN116467223B (en) Method, device, system, equipment and medium for generating test report
CN115098453B (en) Information storage method, apparatus, electronic device, and computer readable medium
CN114443484A (en) Program testing method, device, equipment and storage medium
CN112988593B (en) Code analysis method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination