CN115408337A - Basic data importing method of application system and related equipment - Google Patents

Basic data importing method of application system and related equipment Download PDF

Info

Publication number
CN115408337A
CN115408337A CN202210960329.7A CN202210960329A CN115408337A CN 115408337 A CN115408337 A CN 115408337A CN 202210960329 A CN202210960329 A CN 202210960329A CN 115408337 A CN115408337 A CN 115408337A
Authority
CN
China
Prior art keywords
file
basic data
application system
excel
excel 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
CN202210960329.7A
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.)
Xi'an Zhenyou Communication Technology Co ltd
Original Assignee
Xi'an Zhenyou Communication Technology 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 Xi'an Zhenyou Communication Technology Co ltd filed Critical Xi'an Zhenyou Communication Technology Co ltd
Priority to CN202210960329.7A priority Critical patent/CN115408337A/en
Publication of CN115408337A publication Critical patent/CN115408337A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/116Details of conversion of file system types or formats
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files

Landscapes

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

Abstract

The invention discloses a basic data importing method of an application system and related equipment, wherein the method comprises the following steps: clicking a tool interface to produce an excel file, inputting a required column on a page, and generating an excel file only with a header; filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data; reading and scanning an excel file, and judging whether the content in the excel file meets the requirement according to a preset rule; if the content in the excel file is judged not to meet the requirements, printing the data which do not meet the requirements into a log, and outputting and prompting the data which do not meet the requirements in a pop-up box; converting the excel file confirmed to be error-free into a json file; and importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after the json file is subjected to program processing by the application system. The invention realizes the rapid import of the basic data into the application system, and greatly improves the import efficiency of the basic data.

Description

Basic data importing method of application system and related equipment
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method, a system, a terminal, and a computer-readable storage medium for importing basic data of an application system.
Background
The emergency resource pool is a basic component of a data management system and is a main construction content. Through a data integration system and a data management and control system, emergency management data, sensing data, enterprise data, safety production supervision data, safety production law enforcement data, government affair service data, internet supervision data and the like are fully fused and stored in the form of a hierarchical structure of an original library, a resource library, a theme library, a special topic library and the like so as to meet the use requirements of emergency data of different departments, different businesses and different users.
The resources in the emergency resource pool are mostly from various information resources such as files, data, charts and data which are made or obtained by each emergency room in the process of performing duties and recorded and stored in a certain form, including information resources which are directly acquired by each emergency room or acquired by a third party according to law, managed according to law and formed by relying on a government information system because the performance duties are required, the resources are called basic data of the emergency system, the basic data need to be unified to form standardized data in the face of huge and different data types, the standardized data are imported to a data management platform, the form input by manual work on an interface is low in efficiency, and the data in the tens of millions of orders cannot be input by manual work.
Accordingly, there is a need for improvements and developments in the art.
Disclosure of Invention
The invention mainly aims to provide a basic data importing method, a basic data importing system, a terminal and a computer readable storage medium of an application system, and aims to solve the problem that in the prior art, the efficiency is low when basic data is manually input into a data management platform on an interface.
In order to achieve the above object, the present invention provides a basic data importing method for an application system, where the basic data importing method for an application system includes the following steps:
clicking a tool interface to make an excel file, inputting a required column on a page, and generating an excel file only with a header;
filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data;
reading and scanning an excel file, and judging whether the content in the excel file meets the requirement according to a preset rule;
if the content in the excel file is judged not to meet the requirements, printing the data which do not meet the requirements into a log, and outputting and prompting the data which do not meet the requirements in a pop-up box;
converting the excel file confirmed to be correct into a json file;
and importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after the json file is subjected to program processing by the application system.
Optionally, the basic data importing method of the application system, where the metadata of the json file is imported to the application system on the tool interface, and the application system stores the json file in the database after performing program processing on the json file, and then the method further includes:
when other platforms reference pages of the underlying data, the underlying data is automatically loaded.
Optionally, the basic data importing method of the application system, wherein the creating of the excel file is clicked on the tool interface, the required columns are input on the page, and an excel file with only a header is generated, specifically including:
clicking to make excel on a tool interface, inputting a required column on a page, adding Columns to background codes through a DataTable class, wherein each column has description and format regulation;
and generating an excel table by using the DataTable, and generating an excel file with only a table header.
Optionally, the basic data importing method of the application system, where the filling the basic data into the excel file by using a corresponding filling manner according to the format type of the basic data specifically includes:
if the format type of the basic data is an excel format, performing batch processing on the basic data, and filling the basic data into an excel file after meeting the requirements of each column;
and if the format type of the basic data is not the excel format, acquiring the corresponding basic data and copying the basic data to the column of the corresponding excel file in batch.
Optionally, the basic data importing method of the application system, wherein the reading and scanning an excel file, and determining whether content in the excel file meets requirements according to a preset rule specifically include:
uploading the excel file to a tool interface, and reading the excel file;
converting the excel file into a binary array, and converting the binary array into a memory stream;
the condition that the content in the excel file meets the requirement is as follows: the file type is a preset format, a worksheet is arranged in the workbook, and the worksheet is provided with data;
and judging the data accuracy by acquiring rows of the sheet.
Optionally, the basic data importing method of the application system, wherein the converting the error-free excel file into a json file specifically includes:
acquiring a DataTable of the excel file, acquiring all the worksheet names in the excel file, circulating DataRow in the DataTable and converting the DataRow into JObject;
ToSting is carried out on JObject to convert excel into json, and the output file is a json file.
Optionally, the basic data importing method of the application system includes a data governance platform.
In addition, to achieve the above object, the present invention further provides a basic data importing system of an application system, wherein the basic data importing system of the application system includes:
the file creating module is used for clicking and making an excel file on a tool interface, inputting a required column on a page and generating the excel file only with a header;
the data filling module is used for filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data;
the requirement judging module is used for reading and scanning the excel file and judging whether the content in the excel file meets the requirement or not according to a preset rule;
the printing prompting module is used for printing the data which do not meet the requirements into a log if the content in the excel file is judged to not meet the requirements, and outputting and prompting the data which do not meet the requirements in a pop-up box;
the file conversion module is used for converting the excel file confirmed to be error-free into a json file;
the data import module is used for importing the metadata of the json file into an application system on a tool interface, and the application system stores the json file into a database after performing program processing on the json file;
and the data loading module is used for automatically loading the basic data when other platforms quote the page of the basic data.
In addition, to achieve the above object, the present invention further provides a terminal, wherein the terminal includes: the application system comprises a memory, a processor and an application system basic data import program stored on the memory and capable of running on the processor, wherein the application system basic data import program realizes the steps of the application system basic data import method when being executed by the processor.
In addition, to achieve the above object, the present invention further provides a computer readable storage medium, wherein the computer readable storage medium stores a basic data import program of an application system, and the basic data import program of the application system, when executed by a processor, implements the steps of the basic data import method of the application system as described above.
In the invention, an excel file is made by clicking on a tool interface, and a required column is input on a page to generate an excel file only with a header; filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data; reading and scanning an excel file, and judging whether the content in the excel file meets the requirement according to a preset rule; if the content in the excel file is judged not to meet the requirements, printing the data which do not meet the requirements into a log, and outputting and prompting the data which do not meet the requirements in a pop-up box; converting the excel file confirmed to be error-free into a json file; and importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after the json file is subjected to program processing by the application system. The invention realizes the rapid import of the basic data into the application system, and greatly improves the import efficiency of the basic data.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the basic data importing method of the application system of the present invention;
FIG. 2 is a schematic diagram of a preferred embodiment of the basic data import system of the application system of the present invention;
fig. 3 is a schematic operating environment of a terminal according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, the basic data importing method of the application system according to the preferred embodiment of the present invention includes the following steps:
and S10, clicking and making an excel file on a tool interface, inputting a required column on a page, and generating the excel file only with a header.
Specifically, in a tool interface, an excel is made by clicking, columns required by page input are added, background codes are added into Columns through a DataTable (a table for representing data in a memory) class, and each column has description and format regulation; and generating an excel table by using the DataTable, and generating an excel file with only a header.
And S20, filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data.
Specifically, if the format type of the basic data is an excel format (that is, the basic data is excel at the beginning), the basic data is processed in batch, and the basic data is filled into an excel file after meeting the requirements of each column; and if the format type of the basic data is not an excel format (or is not a format file such as a word, pdf, md and the like), acquiring corresponding basic data and copying the corresponding basic data to a column of a corresponding excel file in batch.
And S30, reading and scanning the excel file, and judging whether the content in the excel file meets the requirement according to a preset rule.
Specifically, the excel file is uploaded to a tool interface, a background can automatically start a scanning thread, and whether the excel content meets the requirement of each column or not is checked. For example, a read excel file is acquired; converting the excel file into a binary array, and converting the binary array into a memory stream; the condition that the content in the excel file meets the requirement is as follows: the method comprises the steps of judging whether a file type is in a preset format, a worksheet exists in a workbook and data exists in the worksheet, namely judging whether the file type is in an xls format, judging whether the worksheet exists in the workbook or not, and judging whether the worksheet has the data or not; and judging the data accuracy by acquiring rows of the sheet, namely acquiring the rows in the sheet through a program, acquiring the value of each row, judging the data type which is formulated in advance with the row, and verifying whether the cell data conforms to the regulations.
And S40, if the content in the excel file is judged not to meet the requirement, printing the data not meeting the requirement into a log, and outputting and prompting the data not meeting the requirement in a pop-up box.
Specifically, if the content in the excel file is judged not to meet the requirements, the data which do not meet the column requirements are printed in a log, and a prompt is output in a pop-up box to indicate that the data of the next column have problems.
And S50, converting the excel file confirmed to be error-free into a json file.
Specifically, obtaining a DataTable of the excel file, obtaining all worksheet names in the excel file, circulating DataRow in the DataTable and converting the DataRow into JObject; toSting is carried out on JObject to convert excel into json, and the output file is a json file.
And S60, importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after the application system performs program processing on the json file.
Specifically, on the interface of the tool, the converted json file can be directly imported into the application system by clicking import metadata (for example, a button name of a data system), the application system obtains the json data to perform persistence processing, and the persistence processing means that the imported json file is stored into a database through program processing and is called persistence processing.
Furthermore, pages which refer to the basic data on other platforms can automatically load data, so that support for scheduling services is realized.
The basic data import application system is rapidly realized, data collected by all levels (for example, according to the actual condition of a project, all levels of units, all levels of departments and the like) are put into an excel file, and the excel file is converted into a json file and imported into a data management platform by one-key import after all the data meet the import standard by specifying the format of excel column attributes; the real-time updating of the data management platform can display the imported basic data and provide data support for other business services.
Further, as shown in fig. 2, based on the basic data importing method of the application system, the present invention also provides a basic data importing system of an application system, where the basic data importing system of the application system includes:
the file creating module 51 is used for clicking and making an excel file on a tool interface, inputting a required column on a page and generating the excel file with only a header;
the data filling module 52 is configured to fill the basic data into the excel file by using a corresponding filling manner according to the format type of the basic data;
the requirement judging module 53 is used for reading and scanning the excel file, and judging whether the content in the excel file meets the requirement according to a preset rule;
the print prompting module 54 is used for printing the data which do not meet the requirements into a log if the content in the excel file is judged to not meet the requirements, and outputting and prompting the data which do not meet the requirements in a pop-up box;
the file conversion module 55 is used for converting the excel file confirmed to be error-free into a json file;
the data import module 56 is used for importing metadata of the json file into an application system on the tool interface, and the application system stores the json file into a database after performing program processing on the json file;
and a data loading module 57, configured to automatically load the basic data when the other platform references the page of the basic data.
Further, as shown in fig. 3, based on the basic data importing method and system of the application system, the present invention further provides a terminal, where the terminal includes a processor 10, a memory 20, and a display 30. Fig. 3 shows only some of the components of the terminal, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 20 may in some embodiments be an internal storage unit of the terminal, such as a hard disk or a memory of the terminal. The memory 20 may also be an external storage device of the terminal in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the terminal. Further, the memory 20 may also include both an internal storage unit and an external storage device of the terminal. The memory 20 is used for storing application software installed in the terminal and various types of data, such as program codes of the installation terminal. The memory 20 may also be used to temporarily store data that has been output or is to be output. In an embodiment, the memory 20 stores an application system basic data importing program 40, and the application system basic data importing program 40 can be executed by the processor 10, so as to implement the application system basic data importing method in the present application.
The processor 10 may be a Central Processing Unit (CPU), a microprocessor or other data Processing chip in some embodiments, and is used for running program codes stored in the memory 20 or Processing data, such as executing a basic data importing method of the application system.
The display 30 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 30 is used for displaying information at the terminal and for displaying a visual user interface. The components 10-30 of the terminal communicate with each other via a system bus.
In one embodiment, when the processor 10 executes the basic data importing program 40 of the application system in the memory 20, the following steps are implemented:
clicking a tool interface to make an excel file, inputting a required column on a page, and generating an excel file only with a header;
filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data;
reading and scanning an excel file, and judging whether the content in the excel file meets the requirement according to a preset rule;
if the content in the excel file is judged not to meet the requirements, printing the data which do not meet the requirements into a log, and outputting and prompting the data which do not meet the requirements in a pop-up box;
converting the excel file confirmed to be correct into a json file;
and importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after the json file is subjected to program processing by the application system.
The method comprises the following steps of importing metadata of a json file into an application system on a tool interface, carrying out program processing on the json file by the application system, and then storing the json file into a database, and further comprising the following steps:
when other platforms reference the page of the base data, the base data is automatically loaded.
The method includes the steps of clicking and making an excel file on a tool interface, inputting a required column on a page, and generating the excel file with only a header, and specifically includes the following steps:
clicking to make excel on a tool interface, inputting a required column on a page, adding Columns to background codes through a DataTable class, wherein each column has description and format regulation;
and generating an excel table by using the DataTable, and generating an excel file with only a header.
Filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data, specifically comprising:
if the format type of the basic data is an excel format, performing batch processing on the basic data, and filling the basic data into an excel file after meeting the requirements of each row;
and if the format type of the basic data is not the excel format, acquiring the corresponding basic data and copying the basic data to the column of the corresponding excel file in batch.
The reading and scanning of the excel file and the judgment of whether the content in the excel file meets the requirements according to the preset rules specifically comprise:
uploading the excel file to a tool interface, and reading the excel file;
converting the excel file into a binary array, and converting the binary array into a memory stream;
the condition that the content in the excel file meets the requirement is as follows: the file type is a preset format, a worksheet is arranged in the workbook, and the worksheet is provided with data;
and judging the data accuracy by acquiring rows of the sheet.
The converting the determined error-free excel file into a json file specifically comprises the following steps:
acquiring a DataTable of the excel file, acquiring all the worksheet names in the excel file, circulating DataRow in the DataTable and converting the DataRow into JObject;
ToSting is carried out on the JObjects to convert excel into json, and the output file is a json file.
The application system comprises a data governance platform.
The present invention also provides a computer-readable storage medium, wherein the computer-readable storage medium stores a basic data importing program of an application system, and the basic data importing program of the application system realizes the steps of the basic data importing method of the application system when being executed by a processor.
In summary, the present invention provides a method for importing basic data of an application system and a related device, where the method includes: clicking a tool interface to make an excel file, inputting a required column on a page, and generating an excel file only with a header; filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data; reading and scanning an excel file, and judging whether the content in the excel file meets the requirement according to a preset rule; if the content in the excel file does not meet the requirements, printing the data which do not meet the requirements into a log, and outputting and prompting the data which do not meet the requirements in a pop-up box; converting the excel file confirmed to be correct into a json file; and importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after the json file is subjected to program processing by the application system. The invention realizes the rapid import of the basic data into the application system, and greatly improves the import efficiency of the basic data.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising one of 8230, and" comprising 8230does not exclude the presence of additional like elements in a process, method, article, or terminal comprising the element.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by instructing relevant hardware (such as a processor, a controller, etc.) through a computer program, and the program can be stored in a computer readable storage medium, and when executed, the program can include the processes of the embodiments of the methods described above. The computer readable storage medium may be a memory, a magnetic disk, an optical disk, etc.
It will be understood that the invention is not limited to the examples described above, but that modifications and variations will occur to those skilled in the art in light of the above teachings, and that all such modifications and variations are considered to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. A basic data import method of an application system is characterized by comprising the following steps:
clicking a tool interface to make an excel file, inputting a required column on a page, and generating an excel file only with a header;
filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data;
reading and scanning the excel file, and judging whether the content in the excel file meets the requirement according to a preset rule;
if the content in the excel file is judged not to meet the requirements, printing the data which do not meet the requirements into a log, and outputting and prompting the data which do not meet the requirements in a pop-up box;
converting the excel file confirmed to be correct into a json file;
and importing the metadata of the json file into an application system on the tool interface, and storing the json file into a database after program processing is carried out on the json file by the application system.
2. The method for importing the basic data of the application system according to claim 1, wherein the metadata of the json file is imported to the application system on the tool interface, and the application system performs program processing on the json file and stores the json file in a database, and then the method further comprises:
when other platforms reference pages of the underlying data, the underlying data is automatically loaded.
3. The method for importing the basic data of the application system according to claim 1, wherein the step of clicking and making the excel file in the tool interface and inputting the required columns into the page to generate the excel file with only a header specifically comprises the steps of:
clicking to make excel on a tool interface, inputting a required column on a page, adding Columns into a background code through a DataTable type, wherein each column has description and format regulation;
and generating an excel table by using the DataTable, and generating an excel file with only a table header.
4. The method for importing the basic data of the application system according to claim 3, wherein the filling the basic data into the excel file by using a corresponding filling manner according to the format type of the basic data specifically includes:
if the format type of the basic data is an excel format, performing batch processing on the basic data, and filling the basic data into an excel file after meeting the requirements of each row;
and if the format type of the basic data is not the excel format, acquiring the corresponding basic data and copying the basic data to the column of the corresponding excel file in batch.
5. The method for importing the basic data of the application system according to claim 4, wherein the reading and scanning of the excel file and the judgment of whether the content in the excel file meets the requirement according to the preset rule specifically comprise:
uploading the excel file to a tool interface, and reading the excel file;
converting the excel file into a binary array, and converting the binary array into a memory stream;
the condition that the content in the excel file meets the requirement is as follows: the file type is a preset format, a worksheet is arranged in the workbook, and the worksheet is provided with data;
and judging the data accuracy by acquiring rows of the sheet.
6. The method for importing the basic data of the application system according to claim 5, wherein the converting the error-free excel file into a json file specifically comprises:
acquiring a DataTable of the excel file, acquiring all the worksheet names in the excel file, circulating DataRow in the DataTable and converting the DataRow into JObject;
ToSting is carried out on the JObjects to convert excel into json, and the output file is a json file.
7. The basic data importing method of the application system according to claim 1, wherein the application system includes a data governance platform.
8. An application system basic data import system, comprising:
the file creating module is used for clicking and making an excel file on a tool interface, inputting a required column on a page and generating the excel file only with a header;
the data filling module is used for filling the basic data into the excel file by using a corresponding filling mode according to the format type of the basic data;
the requirement judging module is used for reading and scanning the excel file and judging whether the content in the excel file meets the requirement or not according to a preset rule;
the printing prompting module is used for printing the data which do not meet the requirements into a log if the content in the excel file is judged to not meet the requirements, and outputting and prompting the data which do not meet the requirements in a pop-up box;
the file conversion module is used for converting the excel file confirmed to be error-free into a json file;
the data import module is used for importing metadata of the json file into an application system on a tool interface, and the application system stores the json file into a database after performing program processing on the json file;
and the data loading module is used for automatically loading the basic data when other platforms quote the page of the basic data.
9. A terminal, characterized in that the terminal comprises: memory, a processor and an application system basic data import program stored on the memory and executable on the processor, the application system basic data import program, when executed by the processor, implementing the steps of the application system basic data import method according to any of claims 1 to 7.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a basic data import program of an application system, which when executed by a processor implements the steps of the basic data import method of the application system according to any one of claims 1 to 7.
CN202210960329.7A 2022-08-11 2022-08-11 Basic data importing method of application system and related equipment Pending CN115408337A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210960329.7A CN115408337A (en) 2022-08-11 2022-08-11 Basic data importing method of application system and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210960329.7A CN115408337A (en) 2022-08-11 2022-08-11 Basic data importing method of application system and related equipment

Publications (1)

Publication Number Publication Date
CN115408337A true CN115408337A (en) 2022-11-29

Family

ID=84160083

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210960329.7A Pending CN115408337A (en) 2022-08-11 2022-08-11 Basic data importing method of application system and related equipment

Country Status (1)

Country Link
CN (1) CN115408337A (en)

Similar Documents

Publication Publication Date Title
CN108491475B (en) Data rapid batch import method, electronic device and computer readable storage medium
CN110347953B (en) Page generation method, page generation device, computer equipment and storage medium
CN110705237B (en) Automatic document generation method, data processing device and storage medium
CN111159982B (en) Document editing method, device, electronic equipment and computer readable storage medium
US20100161693A1 (en) System and method for signing an electronic document
CN117033249B (en) Test case generation method and device, computer equipment and storage medium
CN110377559B (en) PDF file data extraction method, device and storage medium
CN112052653A (en) Filling method of statement remark information and financial robot
CN111949550B (en) Method, device, equipment and storage medium for automatically generating test data
CN110474836A (en) A kind of email template generation method, calculates equipment and medium at device
CN108153919A (en) DBF data export platform and its deriving method
US20180039828A1 (en) Generating a signed electronic document
CN111159985B (en) Data deriving method, apparatus, computer device and computer readable storage medium
CN112561486A (en) Automatic case setting method and device, electronic equipment and storage medium
CN111143450B (en) Method and device for importing data
CN101617307B (en) Encoding/decoding apparatus and method
CN115408337A (en) Basic data importing method of application system and related equipment
CN111177387A (en) User list information processing method, electronic device and computer readable storage medium
CN117215536A (en) Interface code creation method, device, equipment and storage medium
CN115841095A (en) Document establishing method, system, medium and equipment
US20060236215A1 (en) Method and system for automatically creating document
GB2458692A (en) A process for generating database-backed, web-based documents
CN110457659B (en) Clause document generation method and terminal equipment
CN114626341A (en) Document conversion method, device and storage medium
CN113962205A (en) Method and device for pasting spreadsheet contents, electronic 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